| 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 d29537ec3bd5d3842df3c1520fef84617b12136b..727e7b98d2cfdac1c76e408e0a71c24fe7c6a403 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -24,6 +24,10 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| # self.Fail('gl-enable-vertex-attrib.html',
|
| # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
|
|
| + # Fails everywhere.
|
| + self.Skip('conformance/glsl/misc/large-loop-compile.html',
|
| + bug=322764)
|
| +
|
| # Windows/Intel failures
|
| self.Fail('conformance/textures/texture-size.html',
|
| ['win', 'intel'], bug=121139)
|
|
|