| 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 cc00653032b4d59992e47392e772c84aff4a2192..0c95928ccde7bf7d53a89b9edb02d3a82dc70973 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -99,6 +99,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| ['mac'], bug=322760)
|
| self.Fail('conformance/context/context-attribute-preserve-drawing-buffer.html',
|
| ['mac'], bug=322770)
|
| + self.Skip('conformance/textures/texture-size-limit.html',
|
| + ['mac'], bug=322789)
|
|
|
| # Mac/Intel failures
|
| self.Fail('conformance/rendering/gl-scissor-test.html',
|
| @@ -159,6 +161,10 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| self.Fail('conformance/canvas/drawingbuffer-test.html',
|
| ['mac', 'amd'], bug=314997)
|
|
|
| + # Linux failure.
|
| + self.Skip('conformance/textures/texture-size-limit.html',
|
| + ['linux'], bug=322789)
|
| +
|
| # Android failures
|
| self.Fail('conformance/textures/texture-npot-video.html',
|
| ['android'], bug=306485)
|
|
|