| 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 22c43d75973cac0cb72692298e5b37a88f99a0a3..1ee3e28bf903c2d8f59aa734d68cbfe8c798addb 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -490,8 +490,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['mac', 'intel'], bug=483282)
|
|
|
| # Linux only.
|
| - self.Fail('deqp/data/gles3/shaders/functions.html',
|
| - ['linux'], bug=483282)
|
| self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
|
| ['linux'], bug=483282)
|
| self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
|
| @@ -500,24 +498,23 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| # Behavior difference between GL compatibility profile and ES3.
|
| self.Fail('conformance2/rendering/draw-buffers.html',
|
| ['linux'], bug=617410)
|
| + self.Fail('deqp/functional/gles3/texturespecification/' +
|
| + 'random_teximage2d_cube.html',
|
| + ['linux'], bug=483282)
|
| + self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
|
| + ['linux'], bug=624506)
|
|
|
| + self.Fail('deqp/data/gles3/shaders/functions.html',
|
| + ['linux', 'amd', 'intel'], bug=483282)
|
| self.Skip('deqp/data/gles3/shaders/qualification_order.html',
|
| ['linux', 'amd', 'intel'], bug=483282)
|
| self.Fail('deqp/functional/gles3/clipping.html',
|
| ['linux', 'amd', 'intel'], bug=483282)
|
| -
|
| self.Flaky('deqp/functional/gles3/texturespecification/' +
|
| 'random_teximage2d_2d.html',
|
| - ['linux'], bug=618447)
|
| - self.Fail('deqp/functional/gles3/texturespecification/' +
|
| - 'random_teximage2d_cube.html',
|
| - ['linux'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
|
| - ['linux'], bug=624506)
|
| + ['linux', 'amd', 'intel'], bug=618447)
|
|
|
| # Linux NVIDIA only.
|
| - self.Fail('conformance2/glsl3/array-complex-indexing.html',
|
| - ['linux', 'nvidia', 'no_angle'], bug=606498)
|
| self.Fail('deqp/functional/gles3/uniformapi/random.html',
|
| ['linux', 'nvidia'], bug=621178)
|
|
|
|
|