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

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

Issue 1840293002: Add WebGL test suppressions for the new Intel Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 14feb380da8f551505166ff1b12f8e94bb492684..2a5aeb443f23abee510488c76b52a679f3b60c07 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -594,8 +594,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Linux only.
self.Fail('deqp/functional/gles3/fbostatequery.html',
['linux'], bug=483282)
- self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
- ['linux'], bug=483282)
self.Skip('deqp/functional/gles3/shaderswitch.html',
['linux'], bug=483282)
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
@@ -604,6 +602,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux'], bug=483282)
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['linux'], bug=483282)
+ # We want to mark this Flaky for all of Linux however we currently skip
+ # all the tests on Intel. Tag this with AMD and Nvidia to avoid an
+ # expectation conflict that would make this test run on Intel.
+ self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
+ ['linux', 'amd', 'nvidia'], bug=483282)
# Linux AMD only.
# It looks like AMD shader compiler rejects many valid ES3 semantics.

Powered by Google App Engine
This is Rietveld 408576698