Bug 105090 - [EFL][WK2] fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html pixel color failure
Summary: [EFL][WK2] fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 104459
  Show dependency treegraph
 
Reported: 2012-12-15 07:09 PST by Jussi Kukkonen (jku)
Modified: 2013-06-11 22:30 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jussi Kukkonen (jku) 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.
Comment 1 Kalyan 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 ??
Comment 2 Jussi Kukkonen (jku) 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.
Comment 3 Gyuyoung Kim 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