[Webkit-unassigned] [Bug 9087] New: Undeterministic failures in individual (SVG?) layout tests

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed May 24 01:40:39 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9087

           Summary: Undeterministic failures in individual (SVG?) layout
                    tests
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: kimmo.t.kinnunen at nokia.com


Some layout tests fail when run individually. Usually the failure occurs for
the first test case run. The failures are SVGTextElement being too wide or
narrow, while rest of the expected output stays same. I'm guessing this bug to
SVG component, nothing certain.

Test cases affected include at least:
svg/W3C-SVG-1.1/styling-css-01-b.svg
svg/W3C-SVG-1.1/styling-css-02-b.svg
svg/W3C-SVG-1.1/styling-css-03-b.svg
dom/svg/level3/xpath/Attribute_Nodes.svg

To reproduce run following runs:

run-webkit-tests svg/W3C-SVG-1.1/styling-css-0{2,1,3}-b.svg
output:
Testing 3 test cases.
svg/W3C-SVG-1.1 .
svg/W3C-SVG-1.1/styling-css-02-b.svg -> failed
..


run-webkit-tests svg/W3C-SVG-1.1/styling-css-0{1,3,2}-b.svg
output:
Testing 3 test cases.
svg/W3C-SVG-1.1 .
svg/W3C-SVG-1.1/styling-css-01-b.svg -> failed
..

run-webkit-tests svg/W3C-SVG-1.1/styling-css-01-b.svg
dom/svg/level3/xpath/Attribute_Nodes.svg
svg/W3C-SVG-1.1/styling-css-0{3,2}-b.svg
output:
svg/W3C-SVG-1.1 .
svg/W3C-SVG-1.1/styling-css-01-b.svg -> failed
dom/svg/level3/xpath .
dom/svg/level3/xpath/Attribute_Nodes.svg -> failed
svg/W3C-SVG-1.1 .
svg/W3C-SVG-1.1/styling-css-03-b.svg -> failed
.


The diffs are always similar to this:
 ---
/Users/kimkinnu/work/webkit-svn/WebKit/LayoutTests/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt
  2006-04-26 10:57:53.000000000 +0300
+++ /tmp/layout-test-results/svg/W3C-SVG-1.1/styling-css-01-b-actual.txt       
2006-05-24 11:35:53.000000000 +0300
@@ -2,10 +2,10 @@
   RenderCanvas at (0,0) size 480x360
     KCanvasContainer {svg} at (0.50,0.50) size 479x359
       KCanvasContainer {g} at (130,70) size 260x210
-        RenderSVGText {text} at (0,0) size 465x18
+        RenderSVGText {text} at (0,0) size 785x18
           RenderText {#text} at (0,0) size 245x17
             text run at (0,0) width 245: "Rectangle should be red not green"


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list