| 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 d0f55e0cc68a46ebe9e1b1debc203aac6baf9aa1..3e830ef282c4eb089463a03a48331e09045617c7 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -182,6 +182,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Fail('conformance/rendering/clipping-wide-points.html',
|
| ['win', 'amd', 'opengl'], bug=1506) # angle bug ID
|
|
|
| + # Mark ANGLE's OpenGL as flaky on Windows Amd
|
| + self.Flaky('conformance/*', ['win', 'amd', 'opengl'], bug=582083)
|
| +
|
| # Win / OpenGL / Intel failures
|
| self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
|
| ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
|
|
|