[Webkit-unassigned] [Bug 96360] New: [Qt] New fast/canvas/canvas-lineDash.html introduced in r128116 fails.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 00:29:57 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96360

           Summary: [Qt] New fast/canvas/canvas-lineDash.html introduced
                    in r128116 fails.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: szledan at inf.u-szeged.hu
                CC: darin at apple.com, ossy at webkit.org,
                    kkristof at inf.u-szeged.hu, kadam at inf.u-szeged.hu
            Blocks: 87008


This test fails on Qt.

fast/canvas/canvas-lineDash.html

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/canvas/canvas-lineDash-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/canvas/canvas-lineDash-actual.txt 
@@ -17,28 +17,28 @@
 PASS lineDash[1] is 2
 PASS ctx.lineDashOffset is 5
 PASS getPixel(25,10) is [0,255,0,255]
-PASS getPixel(35,10) is [0,0,0,0]
+FAIL getPixel(35,10) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(40,25) is [0,255,0,255]
-PASS getPixel(40,35) is [0,0,0,0]
+FAIL getPixel(40,35) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(25,40) is [0,255,0,255]
-PASS getPixel(15,40) is [0,0,0,0]
+FAIL getPixel(15,40) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(10,25) is [0,255,0,255]
-PASS getPixel(10,15) is [0,0,0,0]
-PASS getPixel(55,10) is [0,0,0,0]
+FAIL getPixel(10,15) should be 0,0,0,0. Was 0,255,0,255.
+FAIL getPixel(55,10) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(65,10) is [0,255,0,255]
-PASS getPixel(80,15) is [0,0,0,0]
+FAIL getPixel(80,15) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(80,25) is [0,255,0,255]
-PASS getPixel(75,40) is [0,0,0,0]
+FAIL getPixel(75,40) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(65,40) is [0,255,0,255]
-PASS getPixel(50,35) is [0,0,0,0]
+FAIL getPixel(50,35) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(50,25) is [0,255,0,255]
-PASS getPixel(95,10) is [0,0,0,0]
+FAIL getPixel(95,10) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(105,10) is [0,255,0,255]
-PASS getPixel(120,15) is [0,0,0,0]
+FAIL getPixel(120,15) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(120,25) is [0,255,0,255]
-PASS getPixel(115,40) is [0,0,0,0]
+FAIL getPixel(115,40) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(105,40) is [0,255,0,255]
-PASS getPixel(90,35) is [0,0,0,0]
+FAIL getPixel(90,35) should be 0,0,0,0. Was 0,255,0,255.
 PASS getPixel(90,25) is [0,255,0,255]
 PASS successfullyParsed is true

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list