many tests failing during run-webkit-tests in Apple Windows
Is this the expected current state of the build, or is it a problem with my build/test-run? Is there a site/tool that can show me the current test state of the repository? Here is an example of the failures: Tests where results did not match expected results: css1/basic/class_as_selector.html<file:///c:\cygwin\WebKit\WebKit\LayoutTests\css1\basic\class_as_selector.html> expected<file:///C:\cygwin\tmp\layout-test-results\css1\basic\class_as_selector-expected.txt> actual<file:///C:\cygwin\tmp\layout-test-results\css1\basic\class_as_selector-actual.txt> diffs<file:///C:\cygwin\tmp\layout-test-results\css1\basic\class_as_selector-diffs.txt> css1/basic/comments.html<file:///c:\cygwin\WebKit\WebKit\LayoutTests\css1\basic\comments.html> expected<file:///C:\cygwin\tmp\layout-test-results\css1\basic\comments-expected.txt> actual<file:///C:\cygwin\tmp\layout-test-results\css1\basic\comments-actual.txt> diffs<file:///C:\cygwin\tmp\layout-test-results\css1\basic\comments-diffs.txt> css1/basic/containment.html<file:///c:\cygwin\WebKit\WebKit\LayoutTests\css1\basic\containment.html> expected<file:///C:\cygwin\tmp\layout-test-results\css1\basic\containment-expected.txt> actual<file:///C:\cygwin\tmp\layout-test-results\css1\basic\containment-actual.txt> diffs<file:///C:\cygwin\tmp\layout-test-results\css1\basic\containment-diffs.txt> css1/basic/contextual_selectors.html<file:///c:\cygwin\WebKit\WebKit\LayoutTests\css1\basic\contextual_selectors.html> expected<file:///C:\cygwin\tmp\layout-test-results\css1\basic\contextual_selectors-expected.txt> actual<file:///C:\cygwin\tmp\layout-test-results\css1\basic\contextual_selectors-actual.txt> diffs<file:///C:\cygwin\tmp\layout-test-results\css1\basic\contextual_selectors-diffs.txt> css1/basic/grouping.html<file:///c:\cygwin\WebKit\WebKit\LayoutTests\css1\basic\grouping.html> expected<file:///C:\cygwin\tmp\layout-test-results\css1\basic\grouping-expected.txt> actual<file:///C:\cygwin\tmp\layout-test-results\css1\basic\grouping-actual.txt> diffs<file:///C:\cygwin\tmp\layout-test-results\css1\basic\grouping-diffs.txt> css1/basic/id_as_selector.html<file:///c:\cygwin\WebKit\WebKit\LayoutTests\css1\basic\id_as_selector.html> expected<file:///C:\cygwin\tmp\layout-test-results\css1\basic\id_as_selector-expected.txt> actual<file:///C:\cygwin\tmp\layout-test-results\css1\basic\id_as_selector-actual.txt> diffs<file:///C:\cygwin\tmp\layout-test-results\css1\basic\id_as_selector-diffs.txt> @@ -1,12 +1,12 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {HTML} at (0,0) size 800x600 - RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC] - RenderBlock {P} at (0,0) size 784x18 - RenderText {#text} at (0,0) size 355x18 +layer at (0,0) size 785x615 + RenderView at (0,0) size 785x600 +layer at (0,0) size 785x615 + RenderBlock {HTML} at (0,0) size 785x615 + RenderBody {BODY} at (8,8) size 769x599 [bgcolor=#CCCCCC] + RenderBlock {P} at (0,0) size 769x21 + RenderText {#text} at (0,0) size 355x20
You may be missing the required fonts. (And thus be getting the wrong metrics for text runs). Safari bundles some fonts with it. The Apple developers all have these custom fonts installed on their system. Other external contributers use some special instructions to get the fonts step correctly. See Qt's instructions: http://trac.macosforge.org/projects/webkit/wiki/QtWebKitContrib -eric On Thu, Mar 6, 2008 at 10:32 AM, Bailey, Richard <richbail@amazon.com> wrote:
Is this the expected current state of the build, or is it a problem with my build/test-run?
Is there a site/tool that can show me the current test state of the repository?
Here is an example of the failures: Tests where results did not match expected results: css1/basic/class_as_selector.html expected actual diffs css1/basic/comments.html expected actual diffs css1/basic/containment.html expected actual diffs css1/basic/contextual_selectors.html expected actual diffs css1/basic/grouping.html expected actual diffs css1/basic/id_as_selector.html expected actual diffs
@@ -1,12 +1,12 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {HTML} at (0,0) size 800x600 - RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC] - RenderBlock {P} at (0,0) size 784x18 - RenderText {#text} at (0,0) size 355x18 +layer at (0,0) size 785x615 + RenderView at (0,0) size 785x600 +layer at (0,0) size 785x615 + RenderBlock {HTML} at (0,0) size 785x615 + RenderBody {BODY} at (8,8) size 769x599 [bgcolor=#CCCCCC] + RenderBlock {P} at (0,0) size 769x21 + RenderText {#text} at (0,0) size 355x20
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Thanks Eric, $ svn co svn://labs.trolltech.com/svn/webkit/testfonts svn: Can't connect to host 'labs.trolltech.com': Connection refused Is this trolltech/svn down or restricted for read access? Thanks for the help, Richard -----Original Message----- From: macdome@gmail.com [mailto:macdome@gmail.com] On Behalf Of Eric Seidel Sent: Thursday, March 06, 2008 10:41 AM To: Bailey, Richard Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] many tests failing during run-webkit-tests in Apple Windows You may be missing the required fonts. (And thus be getting the wrong metrics for text runs). Safari bundles some fonts with it. The Apple developers all have these custom fonts installed on their system. Other external contributers use some special instructions to get the fonts step correctly. See Qt's instructions: http://trac.macosforge.org/projects/webkit/wiki/QtWebKitContrib -eric On Thu, Mar 6, 2008 at 10:32 AM, Bailey, Richard <richbail@amazon.com> wrote:
Is this the expected current state of the build, or is it a problem with my build/test-run?
Is there a site/tool that can show me the current test state of the repository?
Here is an example of the failures: Tests where results did not match expected results: css1/basic/class_as_selector.html expected actual diffs css1/basic/comments.html expected actual diffs css1/basic/containment.html expected actual diffs css1/basic/contextual_selectors.html expected actual diffs css1/basic/grouping.html expected actual diffs css1/basic/id_as_selector.html expected actual diffs
@@ -1,12 +1,12 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {HTML} at (0,0) size 800x600 - RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC] - RenderBlock {P} at (0,0) size 784x18 - RenderText {#text} at (0,0) size 355x18 +layer at (0,0) size 785x615 + RenderView at (0,0) size 785x600 +layer at (0,0) size 785x615 + RenderBlock {HTML} at (0,0) size 785x615 + RenderBody {BODY} at (8,8) size 769x599 [bgcolor=#CCCCCC] + RenderBlock {P} at (0,0) size 769x21 + RenderText {#text} at (0,0) size 355x20
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (2)
-
Bailey, Richard
-
Eric Seidel