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

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

Issue 1424433002: Updated trace test expectation name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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 4265e2f2d3a6f85d8e37979ebfe39108cdce26d8..45b772fdbe7a5efb5c40df6ebab938342caf73c5 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -12,11 +12,11 @@ class TraceTestExpectations(GpuTestExpectations):
# self.Fail('TraceTest.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- self.Skip('TraceTest.Canvas2DRedBox', bug=512622)
- self.Skip('TraceTest.CSS3DBlueBox', bug=512622)
+ self.Flaky('trace_test.Canvas2DRedBox', bug=512622, max_num_retries=5)
+ self.Flaky('trace_test.CSS3DBlueBox', bug=512622, max_num_retries=5)
# Test has become increasingly flaky around 7/31/15: crbug.com/517232
- self.Fail('TraceTest.WebGLGreenTriangle', bug=517232)
+ self.Flaky('trace_test.WebGLGreenTriangle', bug=517232, max_num_retries=5)
class DeviceTraceTestExpectations(GpuTestExpectations):
def SetExpectations(self):
« 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