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

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

Issue 646313003: WebGL conformance test expectations update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | 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 9d9ee877c6aa54ca089b2d6ec26e8652460ebb2f..729ea810a8e3cc83d2b1e7818071bee1b930a5e2 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -53,6 +53,10 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['win'], bug=415694)
self.Fail('conformance/glsl/misc/ternary-operators-in-initializers.html',
['win'], bug=415694)
+ # This test still causes itself and any tests afterwards to time out
+ # in Win Debug bots.
+ self.Skip('conformance/textures/texture-copying-feedback-loops.html',
+ ['Win'], bug=421695)
# Win7 / Intel failures
self.Fail('conformance/rendering/gl-scissor-test.html',
« 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