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

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

Issue 2754853004: Suppress some flaky WebGL and WebGL2 tests (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | 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 6f3f0f3d7eb584926671aaf6389fd6f84f33b202..eaa7e0557683eb3f6c36c88907a86416a5becfca 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -477,6 +477,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'single_attribute.normalize.html',
['mac', 'amd'], bug=483282)
+ self.Flaky('deqp/functional/gles3/shaderoperator/common_functions.html',
+ ['mac', 'amd'], bug=702336)
self.Fail('deqp/functional/gles3/shaderoperator/' +
'angle_and_trigonometry_02.html',
['mac', 'amd'], bug=483282)
@@ -486,6 +488,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shaderoperator/geometric.html',
['mac', 'amd'], bug=483282)
+ self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
+ ['mac', 'amd'], bug=636648)
self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html',
['mac', 'amd'], bug=644360)
@@ -511,14 +515,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('amd', 0x679e)], bug=679682)
self.Fail('deqp/functional/gles3/fborender/resize_01.html',
['mac', ('amd', 0x679e)], bug=679682)
- self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
- ['mac', ('amd', 0x679e)], bug=636648)
self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html',
['mac', ('amd', 0x679e)], bug=659871)
self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
['mac', ('amd', 0x679e)], bug=618464)
- self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
- ['mac', ('amd', 0x679e)], bug=483282)
# Mac Multi-vendor failures.
self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html',
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698