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 d454aba9522f1e0d695895490e33ddcc1e59328e..a6b5739a10664a5d29a45fd5ed5911ccea243d98 100644 |
--- a/content/test/gpu/gpu_tests/pixel_expectations.py |
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
@@ -57,3 +57,13 @@ class PixelExpectations(GpuTestExpectations): |
# TODO(jbauman): Fix this. |
self.Fail('Pixel_DirectComposition_Video_MP4', ['win', 'intel'], bug=704389) |
+ |
+ # Failures on Haswell GPUs on macOS after upgrade to 10.12.4. |
+ self.Fail('Pixel_OffscreenCanvas2DResizeOnWorker', |
+ ['mac', ('intel', 0x0a2e)], bug=718183) |
+ self.Fail('Pixel_OffscreenCanvasAccelerated2D', |
+ ['mac', ('intel', 0x0a2e)], bug=718183) |
+ self.Fail('Pixel_OffscreenCanvasAccelerated2DWorker', |
+ ['mac', ('intel', 0x0a2e)], bug=718183) |
+ self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha', |
+ ['mac', ('intel', 0x0a2e)], bug=718183) |