NEW 140759
[Win] Layout Test canvas/philip/tests/2d.gradient.radial.cone.top.html fails.
https://bugs.webkit.org/show_bug.cgi?id=140759
Summary [Win] Layout Test canvas/philip/tests/2d.gradient.radial.cone.top.html fails.
Brent Fulgham
Reported 2015-01-21 21:04:40 PST
The following layout test is flaky on Windows. canvas/philip/tests/2d.gradient.radial.cone.top.html Probable cause: --- /home/buildbot/slave/windows-release-tests/build/OpenSource/layout-test-results/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt +++ /home/buildbot/slave/windows-release-tests/build/OpenSource/layout-test-results/canvas/philip/tests/2d.gradient.radial.cone.top-actual.txt @@ -1 +1,9 @@ -Passed +Failed assertion: got pixel [1,254,0,255] at (1,1), expected [0,255,0,255] +Failed assertion: got pixel [1,254,0,255] at (50,1), expected [0,255,0,255] +Failed assertion: got pixel [1,254,0,255] at (98,1), expected [0,255,0,255] +Failed assertion: got pixel [1,254,0,255] at (1,25), expected [0,255,0,255] +Failed assertion: got pixel [1,254,0,255] at (50,25), expected [0,255,0,255] +Failed assertion: got pixel [1,254,0,255] at (98,25), expected [0,255,0,255] +Failed assertion: got pixel [1,254,0,255] at (1,48), expected [0,255,0,255] +Failed assertion: got pixel [0,254,0,255] at (50,48), expected [0,255,0,255] +Failed assertion: got pixel [0,254,0,255] at (98,48), expected [0,255,0,255]
Attachments
Brent Fulgham
Comment 1 2015-01-21 21:08:37 PST
This tests fail for the same reasons: canvas/philip/tests/2d.gradient.radial.inside2.html canvas/philip/tests/2d.gradient.radial.inside3.html
Brent Fulgham
Comment 2 2015-01-21 21:10:38 PST
These tests fail in a similar way: canvas/philip/tests/2d.line.cap.closed.html canvas/philip/tests/2d.path.arcTo.collinear.2.html canvas/philip/tests/2d.path.arcTo.collinear.3.html canvas/philip/tests/2d.shadow.enable.blur.html canvas/philip/tests/2d.shadow.enable.x.html canvas/philip/tests/2d.shadow.enable.y.html -Passed +Failed assertion: got pixel [255,0,0,255] at (1,1), expected [0,255,0,255] +Failed assertion: got pixel [255,0,0,255] at (48,1), expected [0,255,0,255] +Failed assertion: got pixel [255,0,0,255] at (48,48), expected [0,255,0,255] +Failed assertion: got pixel [255,0,0,255] at (1,48), expected [0,255,0,255]
Note You need to log in before you can comment on or make changes to this bug.