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('*') |