RESOLVED WORKSFORME 73974
Layout test fast/canvas/webgl/canvas-2d-webgl-texture.html failing on Mac
https://bugs.webkit.org/show_bug.cgi?id=73974
Summary Layout test fast/canvas/webgl/canvas-2d-webgl-texture.html failing on Mac
Kenneth Russell
Reported 2011-12-06 19:13:05 PST
The new layout test fast/canvas/webgl/canvas-2d-webgl-texture.html is failing on the Mac SnowLeopard bots. The diff when run locally: --- /Users/kbr/src/chrome2/src/third_party/WebKit/WebKitBuild/Debug/layout-test-results/fast/canvas/webgl/canvas-2d-webgl-texture-expected.txt +++ /Users/kbr/src/chrome2/src/third_party/WebKit/WebKitBuild/Debug/layout-test-results/fast/canvas/webgl/canvas-2d-webgl-texture-actual.txt @@ -6,6 +6,8 @@ PASS successfullyParsed is true TEST COMPLETE -PASS Should have rendered red. -PASS Should have rendered blue. +FAIL Should have rendered red. +at (0, 0) expected: 200,0,0,255 was 0,0,0,255 +FAIL Should have rendered blue. +at (0, 0) expected: 0,0,200,255 was 0,0,0,255
Attachments
Kenneth Russell
Comment 1 2011-12-06 19:28:43 PST
Kenneth Russell
Comment 2 2011-12-06 19:29:31 PST
Landed suppression for failure in r102209. Need to investigate this -- may indicate a general regression in Canvas -> WebGL uploads.
Ryosuke Niwa
Comment 3 2013-05-22 15:49:50 PDT
Passes on Mountain Lion.
Note You need to log in before you can comment on or make changes to this bug.