| 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 e6e878d824282085bd7ba00815a855396a649d46..3dc9a695b2827c4440b42620fd6728362fc622db 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -186,9 +186,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/instancedrendering.html',
|
| ['mac'], bug=483282)
|
|
|
| - self.Fail('deqp/functional/gles3/negativetextureapi.html',
|
| - ['mac'], bug=483282)
|
| -
|
| self.Fail('deqp/functional/gles3/fbomultisample*',
|
| ['mac'], bug=483282)
|
|
|
| @@ -636,8 +633,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
|
|
| self.Fail('deqp/functional/gles3/instancedrendering.html',
|
| ['linux', 'amd'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/negativetextureapi.html',
|
| - ['linux', 'amd'], bug=483282)
|
| self.Fail('deqp/functional/gles3/transformfeedback/*.html',
|
| ['linux', 'amd'], bug=483282)
|
| self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
|
|
|