| 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 7485bdc28cee2006558db5284e8180b89c3959a9..ba46209f9a28dca1d11bc87bacc099f6424b51c7 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -56,14 +56,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['amd'], bug=617290)
|
|
|
| # Windows only.
|
| - self.Fail('deqp/functional/gles3/texturespecification/' +
|
| - 'basic_copyteximage2d.html',
|
| - ['win'], bug=483282)
|
| -
|
| self.Fail('deqp/functional/gles3/transformfeedback/*.html',
|
| ['win'], bug=483282)
|
| - self.Fail('deqp/functional/gles3/negativetextureapi.html',
|
| - ['win'], bug=483282)
|
|
|
| self.Fail('deqp/functional/gles3/shaderloop_for.html',
|
| ['win'], bug=617817)
|
| @@ -147,18 +141,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| ['win', ('amd', 0x6779)], bug=483282)
|
| self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
|
| ['win', ('amd', 0x6779)], bug=483282)
|
| - self.Fail('deqp/functional/gles3/shadercommonfunction.html',
|
| - ['win', ('amd', 0x6779)], bug=621201)
|
| - self.Fail('deqp/functional/gles3/fragmentoutput/array.int.html',
|
| - ['win', ('amd', 0x6779)], bug=483282)
|
| - self.Fail('deqp/functional/gles3/fragmentoutput/array.uint.html',
|
| - ['win', ('amd', 0x6779)], bug=483282)
|
| - self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html',
|
| - ['win', ('amd', 0x6779)], bug=483282)
|
| - self.Fail('deqp/functional/gles3/fragmentoutput/random_01.html',
|
| - ['win', ('amd', 0x6779)], bug=483282)
|
| - self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html',
|
| - ['win', ('amd', 0x6779)], bug=483282)
|
|
|
| self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
|
| ['win', ('amd', 0x6779)], bug=483282)
|
|
|