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