| 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 764dbce5f35e0e71dbc7584050ca32ab87f941f8..5570c1febd608b12f7db8b73a58eda716d619ccb 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
|
| +
|
| + # TODO(ccameron): Continue investigating this.
|
| + self.Fail('TraceTest.CSS3DBlueBox', ['mac'], bug=577121)
|
| + self.Fail('TraceTest.Canvas2DRedBox', ['mac'], bug=577121)
|
|
|
| class DeviceTraceTestExpectations(GpuTestExpectations):
|
| def SetExpectations(self):
|
|
|