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

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

Issue 59853009: Updated expectations to account for tests that will begin failing after the conformance test harnes… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tebase Created 7 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 91cf8b77b7dbebb263ebf099ac81c81089ac6680..dec435cea65620bb170cc72f0a5f994bdc80e65b 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -30,9 +30,9 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/rendering/gl-scissor-test.html',
['win', 'intel'], bug=314997)
- # Windows/ATI failures
+ # Windows/AMD failures
self.Fail('conformance/rendering/more-than-65536-indices.html',
- ['win', 'ati'], bug=314997)
+ ['win', 'amd'], bug=314997)
# Windows 7/Intel failures
self.Fail('conformance/context/context-lost-restored.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