| 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 6c677f7ad6e8dacbbf501f343b78306e4dfd8bf5..e0933dea9245338801086aa6692341db7f62df5c 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -189,7 +189,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
|
|
| # Win / OpenGL / AMD failures
|
| self.Skip('conformance/attribs/gl-bindAttribLocation-aliasing.html',
|
| - ['win', ('amd', 0x6779), 'opengl'], bug=649824)
|
| + ['win', 'amd', 'opengl'], bug=649824)
|
| self.Flaky('conformance/attribs/gl-bindAttribLocation-matrix.html',
|
| ['win', ('amd', 0x6779), 'opengl'], bug=649824)
|
| self.Flaky('conformance/attribs/gl-bindAttribLocation-repeated.html',
|
|
|