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

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

Issue 2750243002: 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
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 1f6128a08fe8902bea47cdff44ad523923645aba..6c61b285b6f4b33c1800be4e4d4976bdc62fee0c 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -656,6 +656,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', 'android-chromium',
('nvidia', 'NVIDIA Tegra')], bug=624621)
+ # NVIDIA Shield
+ self.Flaky('conformance/context/' +
+ 'context-eviction-with-garbage-collection.html',
+ ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
+
############
# ChromeOS #
############

Powered by Google App Engine
This is Rietveld 408576698