WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
116056
Regression(
r150014
): Caused several webgl failures
https://bugs.webkit.org/show_bug.cgi?id=116056
Summary
Regression(r150014): Caused several webgl failures
Chris Dumez
Reported
2013-05-13 13:09:57 PDT
<
http://trac.webkit.org/changeset/150014
> caused the following tests to fail: fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html Diff looks like: --- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565-actual.txt @@ -4,24 +4,32 @@ Testing texImage2D with flipY=true Checking lower left corner -PASS shouldBe 0,255,0 +FAIL shouldBe 0,255,0 +at (0, 0) expected: 0,255,0 was 0,0,0 Checking upper left corner -PASS shouldBe 255,0,0 +FAIL shouldBe 255,0,0 +at (0, 0) expected: 255,0,0 was 0,0,0 Testing texImage2D with flipY=false Checking lower left corner -PASS shouldBe 255,0,0 +FAIL shouldBe 255,0,0 +at (0, 0) expected: 255,0,0 was 0,0,0 Checking upper left corner -PASS shouldBe 0,255,0 +FAIL shouldBe 0,255,0 +at (0, 0) expected: 0,255,0 was 0,0,0 [...]
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug