Bug 105090
Summary: | [EFL][WK2] fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html pixel color failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jussi Kukkonen (jku) <jussi.kukkonen> |
Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | gyuyoung.kim, jussi.kukkonen, kalyan.kondapally |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 104459 |
Jussi Kukkonen (jku)
--- /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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kalyan
(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)
(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
This test is being passed on EFL buildbot now. Close this bug.
http://trac.webkit.org/changeset/151486