Bug 73974 - Layout test fast/canvas/webgl/canvas-2d-webgl-texture.html failing on Mac
Summary: Layout test fast/canvas/webgl/canvas-2d-webgl-texture.html failing on Mac
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 19:13 PST by Kenneth Russell
Modified: 2013-05-22 15:49 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 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
Comment 1 Kenneth Russell 2011-12-06 19:28:43 PST
Committed r102209: <http://trac.webkit.org/changeset/102209>
Comment 2 Kenneth Russell 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.
Comment 3 Ryosuke Niwa 2013-05-22 15:49:50 PDT
Passes on Mountain Lion.