Index: content/test/gpu/gpu_tests/pixel_expectations.py |
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py |
index 7e91bc710bbe6fc19314df263c93498e8c182d5b..2aec0600bd557261d908e413b5f524744f2d0406 100644 |
--- a/content/test/gpu/gpu_tests/pixel_expectations.py |
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
@@ -46,3 +46,11 @@ class PixelExpectations(GpuTestExpectations): |
self.Fail('Pixel_CanvasDisplayLinearRGBAccelerated2D', bug=657946) |
self.Fail('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', bug=657946) |
self.Fail('Pixel_CanvasDisplayLinearRGBUnaccelerated2DGPUCompositing', bug=657946) |
+ |
+ self.Fail('Pixel_2DCanvasWebGL', bug=615325) |
Ken Russell (switch to Gerrit)
2016/11/03 18:27:09
Add "TODO(dshwang): remove these after new referen
dshwang
2016/11/04 09:24:14
Done.
|
+ self.Fail('Pixel_OffscreenCanvasWebGLDefault', bug=615325) |
+ self.Fail('Pixel_OffscreenCanvasWebGLDefaultWorker', bug=615325) |
+ self.Fail('Pixel_WebGLGreenTriangle_AA_Alpha', bug=615325) |
+ self.Fail('Pixel_WebGLGreenTriangle_AA_NoAlpha', bug=615325) |
+ self.Fail('Pixel_WebGLGreenTriangle_NoAA_Alpha', bug=615325) |
+ self.Fail('Pixel_WebGLGreenTriangle_NoAA_NoAlpha', bug=615325) |