| 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 53a2f39e0ff4a7c68c84fa56d22d21e47a3ce6be..6b585ce9ee43521b4243a0d425dcec21261e6543 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -566,6 +566,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # Win NVIDIA failures
|
| self.Fail('deqp/data/gles2/shaders/functions.html',
|
| ['win', 'nvidia'], bug=478572)
|
| + self.Flaky('conformance/textures/misc/texture-npot-video.html',
|
| + ['win', 'nvidia'], bug=626524)
|
|
|
| # Win7 / Intel failures
|
| self.Fail('conformance/textures/misc/' +
|
| @@ -659,6 +661,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # AMD
|
| self.Flaky('conformance/more/functions/uniformi.html',
|
| ['linux', 'amd'], bug=550989)
|
| + self.Fail('conformance/textures/misc/tex-image-webgl.html',
|
| + ['linux', 'amd'], bug=626742)
|
|
|
| # AMD Radeon 6450
|
| self.Fail('conformance/extensions/angle-instanced-arrays.html',
|
|
|