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

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

Issue 874023003: Separate GPU Trace Test into 2 tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Standardize base class naming Created 5 years, 11 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
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 24f0cc757b0e916ace9846fca5c581c258ff919a..f6c35b65eee1d3ccd50d78cbdf7ff47ba522d6f5 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -12,6 +12,9 @@ class TraceTestExpectations(GpuTestExpectations):
# self.Fail('Pixel.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- # Temporarily skip everything while bot recipes are being put in place.
- self.Skip('*')
pass
+
+class DeviceTraceTestExpectations(GpuTestExpectations):
+ def SetExpectations(self):
+ # Device traces are not supported on all machines.
+ self.Skip('*')
« content/test/gpu/gpu_tests/trace_test.py ('K') | « content/test/gpu/gpu_tests/trace_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698