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

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

Issue 303503009: Add a failure expectation to Linux memory.css3d test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/memory_expectations.py
diff --git a/content/test/gpu/gpu_tests/memory_expectations.py b/content/test/gpu/gpu_tests/memory_expectations.py
index 5a80f22d2cc0f41fde4f867e31fd3fd7575cfad2..0b2cce0a123198b72fe843cac7c03bc6c6e32828 100644
--- a/content/test/gpu/gpu_tests/memory_expectations.py
+++ b/content/test/gpu/gpu_tests/memory_expectations.py
@@ -30,3 +30,6 @@ class MemoryExpectations(test_expectations.TestExpectations):
# particular bot happens to catch it when its low. Remove
# once the bug is fixed.
self.Fail('Memory.CSS3D', ['win'], bug=373098)
+
+ # Test has turned flaky on Linux also. Remove once the bug is fixed.
+ self.Fail('Memory.CSS3D', ['linux'], bug=373098)
« 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