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

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

Issue 1099453004: Disable flaky tests on Linux Release (AMD) GPU FYI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-add "sample usage" Created 5 years, 8 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 | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/context_lost_expectations.py
diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
index 6f7ecaad466c295ffa56b8337bd2005e14596b04..9f4e6a946bf5cc1b45cd36e53045d70631008ac5 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -11,4 +11,7 @@ class ContextLostExpectations(GpuTestExpectations):
# Sample Usage:
# self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- pass
+
+ # AMD Radeon 6450
+ self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
+ ['linux', ('amd', 0x6779)], bug=479975)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698