Chromium Code Reviews| 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 ac7e78f954877ee2ff1890778850232e6cf58121..b2be7617aa7fe4839170b1eed2b26e5e841afb5d 100644 |
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| @@ -1047,6 +1047,25 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| ['linux', 'amd'], bug=658844) |
| # Linux AMD R7 240 |
| + self.Fail('conformance2/textures/canvas/' + |
| + 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', |
| + ['linux', ('amd', 0x6613)], bug=710392) |
|
qiankun
2017/04/26 04:52:28
I think these failures are not for AMD R7 240 only
Ken Russell (switch to Gerrit)
2017/04/26 05:23:29
Understood. If you have other PCI IDs you'd like u
|
| + self.Fail('conformance2/textures/canvas/' + |
| + 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', |
| + ['linux', ('amd', 0x6613)], bug=710392) |
| + self.Fail('conformance2/textures/canvas/' + |
| + 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', |
| + ['linux', ('amd', 0x6613)], bug=710392) |
| + self.Fail('conformance2/textures/webgl_canvas/' + |
| + 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', |
| + ['linux', ('amd', 0x6613)], bug=710392) |
| + self.Fail('conformance2/textures/webgl_canvas/' + |
| + 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', |
| + ['linux', ('amd', 0x6613)], bug=710392) |
| + self.Fail('conformance2/textures/webgl_canvas/' + |
| + 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', |
| + ['linux', ('amd', 0x6613)], bug=710392) |
| + |
| self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 'tex-2d-rgba16f-rgba-float.html', |
| ['linux', ('amd', 0x6613)], bug=701138) |