| 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 11200f8d4218d68c2b491c271b27468413e87d24..8c960e8b0a73093f1cad3402eb26eb43e29ccd4a 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -312,9 +312,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| 'tex-2d-rgba8-rgba-unsigned_byte.html',
|
| ['win', 'debug'], bug=542901)
|
|
|
| - # Win / NVidia
|
| + # This test actually passes from time to time.
|
| self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html',
|
| - ['win', 'nvidia'], bug=606021)
|
| + ['win'], bug=606021)
|
|
|
| # Win / AMD
|
| # It's unfortunate that this suppression needs to be so broad, but
|
| @@ -322,8 +322,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| # it's infeasible to suppress individual failures one by one.
|
| self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
|
| self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
|
| - self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html',
|
| - ['win', ('amd', 0x6779)], bug=606021)
|
|
|
| # Win / Intel
|
| self.Fail('conformance2/buffers/uniform-buffers.html',
|
|
|