| Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| index 1c5e2defef28ee537096e4a63300384e8229a18e..8cb8a90fbdc3dfcb101b0556ff63fe4f20317c04 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -32,7 +32,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/draw.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/fbocolorbuffer.html', bug=483282)
|
| - self.Skip('deqp/functional/gles3/fbocompleteness.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/fbodepthbuffer.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282)
|
| @@ -59,7 +58,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Skip('deqp/functional/gles3/sync.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/textureshadow/*.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282)
|
| - self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282)
|
| self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
|
|
|
| self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
|
| @@ -396,6 +394,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['mac', ('nvidia', 0xfe9)], bug=483282)
|
| self.Fail('deqp/functional/gles3/shaderswitch.html',
|
| ['mac', ('nvidia', 0xfe9)], bug=483282)
|
| + self.Fail('deqp/functional/gles3/fbocompleteness.html',
|
| + ['mac', ('nvidia', 0xfe9)], bug=616562)
|
|
|
| self.Fail('deqp/functional/gles3/texturespecification/' +
|
| 'teximage2d_pbo_2d_00.html',
|
| @@ -476,6 +476,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| # Linux only.
|
| self.Fail('deqp/data/gles3/shaders/functions.html',
|
| ['linux'], bug=483282)
|
| + self.Fail('deqp/functional/gles3/uniformapi/random.html',
|
| + ['linux'], bug=616558)
|
| self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
|
| ['linux'], bug=483282)
|
| self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
|
|
|