| 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 5da96db455f67b4a0366c8e47bf3b921ac6f4c2a..157e0925b8c83403f611f8cf1b0ba75ebb08c0b1 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -481,11 +481,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| 'random_teximage2d_cube.html',
|
| ['linux'], bug=483282)
|
|
|
| + # Temporary supression due to timeout from perf regression
|
| + self.Fail('deqp/functional/gles3/vertexarrays.html', ['linux'], bug=618139)
|
| +
|
| # Linux NVIDIA only.
|
| self.Fail('conformance2/glsl3/array-complex-indexing.html',
|
| ['linux', 'nvidia'], bug=606498)
|
| - self.Fail('deqp/functional/gles3/vertexarrays.html',
|
| - ['linux', 'nvidia', 'debug'], bug=483282)
|
|
|
| # Linux NVIDIA with ANGLE only
|
| self.Fail('deqp/functional/gles3/buffercopy.html',
|
| @@ -522,8 +523,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['linux', 'amd'], bug=483282)
|
| self.Fail('deqp/functional/gles3/texturestatequery.html',
|
| ['linux', 'amd'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/vertexarrays.html',
|
| - ['linux', 'amd'], bug=483282)
|
| self.Fail('deqp/functional/gles3/buffercopy.html',
|
| ['linux', 'amd'], bug=483282)
|
| self.Fail('deqp/functional/gles3/samplerobject.html',
|
|
|