Bug 87983

Summary: [Win] 6 canvas tests failing
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: adele, jberlin, webkit-bug-importer
Priority: P2 Keywords: InRadar, LayoutTestFailure, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Windows 7   

Description Jessie Berlin 2012-05-31 08:59:39 PDT
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.
Comment 1 Radar WebKit Bug Importer 2012-05-31 09:00:57 PDT
<rdar://problem/11565804>
Comment 2 Jessie Berlin 2012-05-31 09:09:24 PDT
Added expected (failing?) results in http://trac.webkit.org/changeset/119111