| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s | 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s |
| 5 | 5 |
| 6 # See the GpuTestExpectations class for documentation. | 6 # See the GpuTestExpectations class for documentation. |
| 7 | 7 |
| 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): | 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False): | 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 self.Flaky('deqp/functional/gles3/texturespecification/' + | 706 self.Flaky('deqp/functional/gles3/texturespecification/' + |
| 707 'random_teximage2d_2d.html', | 707 'random_teximage2d_2d.html', |
| 708 ['linux', 'amd', 'intel'], bug=618447) | 708 ['linux', 'amd', 'intel'], bug=618447) |
| 709 self.Fail('conformance2/rendering/clipping-wide-points.html', | 709 self.Fail('conformance2/rendering/clipping-wide-points.html', |
| 710 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 | 710 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 |
| 711 | 711 |
| 712 # Linux NVIDIA | 712 # Linux NVIDIA |
| 713 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | 713 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 714 'tex-2d-r32f-red-float.html', | 714 'tex-2d-r32f-red-float.html', |
| 715 ['linux', 'nvidia'], bug=713127) | 715 ['linux', 'nvidia'], bug=713127) |
| 716 # Explicitly specifying GT 610 to avoid conflict with Quadro P400 rule |
| 716 self.Flaky('deqp/functional/gles3/multisample.html', | 717 self.Flaky('deqp/functional/gles3/multisample.html', |
| 717 ['linux', 'nvidia'], bug=714207) | 718 ['linux', ('nvidia', 0x104a)], bug=714207) |
| 718 | 719 |
| 719 # This test is flaky both with and without ANGLE. | 720 # This test is flaky both with and without ANGLE. |
| 720 self.Flaky('deqp/functional/gles3/texturespecification/' + | 721 self.Flaky('deqp/functional/gles3/texturespecification/' + |
| 721 'random_teximage2d_2d.html', | 722 'random_teximage2d_2d.html', |
| 722 ['linux', 'nvidia'], bug=618447) | 723 ['linux', 'nvidia'], bug=618447) |
| 723 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 724 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 724 ['linux', 'nvidia'], bug=672380) | 725 ['linux', 'nvidia'], bug=672380) |
| 725 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', | 726 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', |
| 726 ['linux', 'nvidia'], bug=709351) | 727 ['linux', 'nvidia'], bug=709351) |
| 727 self.Fail('conformance2/textures/canvas_sub_rectangle/' + | 728 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| (...skipping 14 matching lines...) Expand all Loading... |
| 742 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', | 743 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', |
| 743 ['linux', ('nvidia', 0xf02)], bug=680282) | 744 ['linux', ('nvidia', 0xf02)], bug=680282) |
| 744 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' + | 745 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' + |
| 745 'tex-2d-srgb8-rgb-unsigned_byte.html', | 746 'tex-2d-srgb8-rgb-unsigned_byte.html', |
| 746 ['linux', 'nvidia'], bug=694354) | 747 ['linux', 'nvidia'], bug=694354) |
| 747 | 748 |
| 748 # Linux NVIDIA Quadro P400 | 749 # Linux NVIDIA Quadro P400 |
| 749 # This test causes a lost device and then the next test fails. | 750 # This test causes a lost device and then the next test fails. |
| 750 self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html', | 751 self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html', |
| 751 ['linux', ('nvidia', 0x1cb3)], bug=709320) | 752 ['linux', ('nvidia', 0x1cb3)], bug=709320) |
| 753 self.Fail('deqp/functional/gles3/multisample.html', |
| 754 ['linux', ('nvidia', 0x1cb3)], bug=702861) |
| 752 | 755 |
| 753 # Linux Intel | 756 # Linux Intel |
| 754 self.Fail('conformance2/extensions/ext-color-buffer-float.html', | 757 self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
| 755 ['linux', 'intel'], bug=640389) | 758 ['linux', 'intel'], bug=640389) |
| 756 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2', | 759 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2', |
| 757 ['linux', 'intel'], bug=687210) | 760 ['linux', 'intel'], bug=687210) |
| 758 | 761 |
| 759 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 | 762 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
| 760 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 763 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
| 761 ['linux', 'intel'], bug=540543) # GPU timeout | 764 ['linux', 'intel'], bug=540543) # GPU timeout |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1120 # self.Fail(page_name, | 1123 # self.Fail(page_name, |
| 1121 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1124 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1122 # self.Fail(page_name, | 1125 # self.Fail(page_name, |
| 1123 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1126 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1124 | 1127 |
| 1125 # Conflicts if between a generic os condition and a specific version | 1128 # Conflicts if between a generic os condition and a specific version |
| 1126 # self.Fail(page_name, | 1129 # self.Fail(page_name, |
| 1127 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1130 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1128 # self.Fail(page_name, | 1131 # self.Fail(page_name, |
| 1129 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1132 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |