| 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 948c53e2c3e202990dd9595234953ff5f6c1d508..bc1abdd306ba6511716c08cb09634fb3b0f7f942 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -149,6 +149,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419)
|
|
|
| # Win AMD failures
|
| + # This test is probably flaky on all AMD, but only visible on the
|
| + # new AMD (the whole test suite is flaky on the old config).
|
| + self.Flaky('conformance/extensions/oes-texture-half-float.html',
|
| + ['win', ('amd', 0x6613)], bug=653533)
|
|
|
| # Win / AMD D3D9 failures
|
| self.Fail('conformance/extensions/angle-instanced-arrays.html',
|
|
|