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

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

Issue 2604153005: Port trace_test to the new gpu_integration_test harness. (Closed)
Patch Set: Created 4 years 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 | « content/test/gpu/gpu_tests/trace_test.py ('k') | content/test/gpu/page_sets/__init__.py » ('j') | 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 14f06e0778a18ba157729c4a59f66e1a23805741..9ad20af0d2cfaa8f059a05f5c65de2d81fdee9f2 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -12,9 +12,7 @@ class TraceTestExpectations(GpuTestExpectations):
# self.Fail('trace_test.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
# TODO(kbr): flakily timing out on this configuration.
- self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
+ self.Flaky('TraceTest_*', ['linux', 'intel', 'debug'], bug=648369)
-class DeviceTraceTestExpectations(GpuTestExpectations):
- def SetExpectations(self):
# Device traces are not supported on all machines.
- self.Skip('*')
+ self.Skip('DeviceTraceTest_*')
« no previous file with comments | « content/test/gpu/gpu_tests/trace_test.py ('k') | content/test/gpu/page_sets/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698