Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2313)

Unified Diff: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py

Issue 2048623003: Temporarily fail the deqp_functional_gles3_vertexarrays test on linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fail instead of skip. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698