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

Unified Diff: content/test/gpu/gpu_tests/webgl_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 | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | 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/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 10c753c3f44ec50ce3f690c8fd1d8901aa9a4507..be101ae585bc50aa2555797780596538c7b2d540 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -665,6 +665,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/context/' +
'context-eviction-with-garbage-collection.html',
['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
+ self.Flaky('conformance/glsl/misc/glsl-long-variable-names.html',
+ ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
+ self.Flaky('conformance/textures/image_bitmap_from_video/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
############
# ChromeOS #
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698