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

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

Issue 1471963003: Mark conformance/extensions/angle-instanced-arrays.html failing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/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 da90b7d916a39f021b1b67df302c7ef2cb2a1365..f9ce2ab698663b3b3c28fb727dd0e52d4c91e210 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -221,8 +221,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# NVIDIA
self.Fail('conformance/textures/misc/default-texture.html',
['linux', ('nvidia', 0x104a)], bug=422152)
- self.Flaky('conformance/extensions/angle-instanced-arrays.html',
- ['linux', 'nvidia'], bug=544989)
+ self.Fail('conformance/extensions/angle-instanced-arrays.html',
+ ['linux', 'nvidia'], bug=544989) # Too flaky to retry
self.Flaky('conformance/extensions/oes-element-index-uint.html',
['linux', 'nvidia'], bug=524144)
# AMD Radeon 5450
« 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