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

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

Issue 2276123002: trace_tests: Mark some windows tests as flaky. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/trace_test_expectations.py
diff --git a/content/test/gpu/gpu_tests/trace_test_expectations.py b/content/test/gpu/gpu_tests/trace_test_expectations.py
index 74cfd3b9669e981c3b7eeaa6dc515b63f4b07bac..d65d136c7c4c4a11ca019490b208c6f5e9571552 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -11,7 +11,10 @@ class TraceTestExpectations(GpuTestExpectations):
# Sample Usage:
# self.Fail('TraceTest.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- pass
+ self.Flaky('TraceTest.2DCanvasWebGL', ['win'], bug=638744)
+ self.Flaky('TraceTest.SolidColorBackground', ['win'], bug=638744)
+ self.Flaky('TraceTest.WebGLGreenTriangle.AA.NoAlpha', ['win'], bug=638744)
+ self.Flaky('TraceTest.WebGLGreenTriangle.NoAA.Alpha', ['win'], bug=638744)
class DeviceTraceTestExpectations(GpuTestExpectations):
« 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