[Webkit-unassigned] [Bug 87983] New: [Win] 6 canvas tests failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 08:59:39 PDT 2012


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

           Summary: [Win] 6 canvas tests failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Windows 7
            Status: NEW
          Keywords: LayoutTestFailure, MakingBotsRed, NeedsRadar,
                    Regression
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jberlin at webkit.org
                CC: adele at apple.com, webkit-bug-importer at group.apple.com


Unfortunately, due to the state of the tests, I am not sure when this started.

fast/canvas/canvas-draw-canvas-on-canvas-shadow.html
fast/canvas/canvas-fillRect-gradient-shadow.html
fast/canvas/canvas-scale-drawImage-shadow.html
fast/canvas/canvas-scale-fillPath-shadow.html
fast/canvas/canvas-scale-fillRect-shadow.html
fast/canvas/canvas-transforms-fillRect-shadow.html

For example:

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt    2012-05-31 08:07:59.241906100 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/canvas/canvas-draw-canvas-on-canvas-shadow-actual.txt    2012-05-31 08:07:59.240906000 -0700
@@ -7,50 +7,50 @@
 PASS d[1] is 0
 PASS d[2] is 0
 PASS d[3] is 255
-PASS d[0] is 255
+FAIL d[0] should be 255. Was 0.
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is 255
-PASS d[0] is 255
+FAIL d[3] should be 255. Was 0.
+FAIL d[0] should be 255. Was 0.
 PASS d[1] is 0
 PASS d[2] is 0
-FAIL d[3] should be 255. Was 254.
+FAIL d[3] should be 255. Was 0.
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
 PASS d[3] is around 127
-PASS d[0] is 255
+FAIL d[0] should be 255. Was 0.
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 127
-PASS d[0] is 255
+FAIL d[3] is not around 127 (actual: 0)
+FAIL d[0] should be 255. Was 0.
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 127
+FAIL d[3] is not around 127 (actual: 0)
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 100
+FAIL d[3] is not around 100 (actual: 68)
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 100
+FAIL d[3] is not around 100 (actual: 148)
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 100
+FAIL d[3] is not around 100 (actual: 68)
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 50
+FAIL d[3] is not around 50 (actual: 34)
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 50
+FAIL d[3] is not around 50 (actual: 74)
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-PASS d[3] is around 50
+FAIL d[3] is not around 50 (actual: 34)
 PASS successfullyParsed is true

 TEST COMPLETE

One of them actually seems like a progression:

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt    2012-05-31 08:08:00.321967800 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/canvas/canvas-fillRect-gradient-shadow-actual.txt    2012-05-31 08:08:00.320967800 -0700
@@ -14,11 +14,11 @@
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-FAIL d[3] should be 255. Was 254.
+PASS d[3] is 255
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0
-FAIL d[3] should be 255. Was 254.
+PASS d[3] is 255
 PASS d[0] is 255
 PASS d[1] is 0
 PASS d[2] is 0

I am going to land expected (failing?) results for Windows to get the bots greener.

-- 
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