RESOLVED FIXED 105090
[EFL][WK2] fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html pixel color failure
https://bugs.webkit.org/show_bug.cgi?id=105090
Summary [EFL][WK2] fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias...
Jussi Kukkonen (jku)
Reported 2012-12-15 07:09:33 PST
--- /home/jku/intel/src/WebKit/layout-test-results/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt +++ /home/jku/intel/src/WebKit/layout-test-results/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-actual.txt @@ -102,7 +102,7 @@ PASS getError was expected value: NO_ERROR : should be no errors PASS gl = getWebGL(2, 2, { depth: false, stencil: false, alpha: false, antialias: true }, [ 0, 0, 0, 1 ], 1, 0) is non-null. PASS contextAttribs = gl.getContextAttributes() is non-null. -PASS pixel[0] != 255 && pixel[0] != 0 is contextAttribs.antialias +FAIL pixel[0] != 255 && pixel[0] != 0 should be true. Was false. Testing antialias = false PASS getError was expected value: NO_ERROR : should be no errors PASS gl = getWebGL(2, 2, { depth: false, stencil: false, alpha: false, antialias: false }, [ 0, 0, 0, 1 ], 1, 0) is non-null.
Attachments
Kalyan
Comment 1 2013-01-09 20:58:45 PST
(In reply to comment #0) > --- /home/jku/intel/src/WebKit/layout-test-results/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt > +++ /home/jku/intel/src/WebKit/layout-test-results/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-actual.txt > @@ -102,7 +102,7 @@ > PASS getError was expected value: NO_ERROR : should be no errors > PASS gl = getWebGL(2, 2, { depth: false, stencil: false, alpha: false, antialias: true }, [ 0, 0, 0, 1 ], 1, 0) is non-null. > PASS contextAttribs = gl.getContextAttributes() is non-null. > -PASS pixel[0] != 255 && pixel[0] != 0 is contextAttribs.antialias > +FAIL pixel[0] != 255 && pixel[0] != 0 should be true. Was false. > Testing antialias = false > PASS getError was expected value: NO_ERROR : should be no errors > PASS gl = getWebGL(2, 2, { depth: false, stencil: false, alpha: false, antialias: false }, [ 0, 0, 0, 1 ], 1, 0) is non-null. The test seems to pass with latest code. I tested it with Release build and ran the test individually the complete webgl tests. Jussi: Could you check this with latest build ??
Jussi Kukkonen (jku)
Comment 2 2013-01-10 04:51:14 PST
(In reply to comment #1) > The test seems to pass with latest code. I tested it with Release build and ran the test individually the complete webgl tests. > > Jussi: Could you check this with latest build ?? Still see the failure on my laptop. pixel[0] = 255. I'm running Debug myself.
Gyuyoung Kim
Comment 3 2013-06-11 22:30:46 PDT
This test is being passed on EFL buildbot now. Close this bug. http://trac.webkit.org/changeset/151486
Note You need to log in before you can comment on or make changes to this bug.