| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| index 76dff932312a2a0931b5a7b93f30da88b74f0590..ccc35a59c592eb371c3e6ecb99f2cd648a816081 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -207,6 +207,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Fail('conformance/rendering/clipping-wide-points.html',
|
| ['mac', 'amd'], bug=642822)
|
|
|
| + # Mac Intel failures
|
| + self.Flaky('conformance/textures/webgl_canvas/tex-' +
|
| + '2d-rgb-rgb-unsigned_byte.html',
|
| + ['mac', 'intel'], bug=648377)
|
| +
|
| # Mac Retina NVidia failures
|
| self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
|
| ['mac', ('nvidia', 0xfe9)], bug=635081)
|
|
|