| Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| index 5c2dbf6637b390f1b7e56c258b12bd8102f1bfbb..47a7f5ae8ba1950679ec7f73c86b8f1b0c0d5846 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -51,10 +51,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
|
|
| self.Fail('conformance2/rendering/attrib-type-match.html', bug=627193)
|
|
|
| - self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
|
| - bug=628866)
|
| - self.Fail('conformance2/textures/misc/tex-unpack-params.html',
|
| - bug=628866)
|
| self.Fail('conformance2/rendering/uniform-block-buffer-size.html',
|
| bug=628863)
|
|
|
| @@ -538,6 +534,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/framebufferblit/rect_06.html',
|
| ['mac', 'intel'], bug=483282)
|
|
|
| + self.Fail('conformance2/textures/misc/tex-unpack-params.html',
|
| + ['mac', 'intel'], bug=483282)
|
| +
|
| # Linux only.
|
| self.Flaky('conformance/textures/video/' +
|
| 'tex-2d-rgba-rgba-unsigned_byte.html',
|
|
|