| 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 d65d136c7c4c4a11ca019490b208c6f5e9571552..5512b9aa86b26fab6c2e7d9058c6ad66a8acc418 100644
|
| --- a/content/test/gpu/gpu_tests/trace_test_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
|
| @@ -11,10 +11,10 @@ class TraceTestExpectations(GpuTestExpectations):
|
| # Sample Usage:
|
| # self.Fail('TraceTest.Canvas2DRedBox',
|
| # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
| - self.Flaky('TraceTest.2DCanvasWebGL', ['win'], bug=638744)
|
| - self.Flaky('TraceTest.SolidColorBackground', ['win'], bug=638744)
|
| - self.Flaky('TraceTest.WebGLGreenTriangle.AA.NoAlpha', ['win'], bug=638744)
|
| - self.Flaky('TraceTest.WebGLGreenTriangle.NoAA.Alpha', ['win'], bug=638744)
|
| + self.Fail('TraceTest.2DCanvasWebGL', ['win'], bug=638744)
|
| + self.Fail('TraceTest.SolidColorBackground', ['win'], bug=638744)
|
| + self.Fail('TraceTest.WebGLGreenTriangle.AA.NoAlpha', ['win'], bug=638744)
|
| + self.Fail('TraceTest.WebGLGreenTriangle.NoAA.Alpha', ['win'], bug=638744)
|
|
|
|
|
| class DeviceTraceTestExpectations(GpuTestExpectations):
|
|
|