| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 # Windows only. | 59 # Windows only. |
| 60 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', | 60 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
| 61 ['win'], bug=644740) | 61 ['win'], bug=644740) |
| 62 self.Flaky('deqp/functional/gles3/sync.html', ['win'], bug=676848) | 62 self.Flaky('deqp/functional/gles3/sync.html', ['win'], bug=676848) |
| 63 | 63 |
| 64 # Win / NVidia | 64 # Win / NVidia |
| 65 self.Flaky('deqp/functional/gles3/fbomultisample*', | 65 self.Flaky('deqp/functional/gles3/fbomultisample*', |
| 66 ['win', 'nvidia'], bug=631317) | 66 ['win', 'nvidia'], bug=631317) |
| 67 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 67 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 68 ['win', 'nvidia'], bug=672380) | 68 ['win', 'nvidia'], bug=672380) |
| 69 self.Fail('conformance2/rendering/' + |
| 70 'draw-with-integer-texture-base-level.html', |
| 71 ['win', 'nvidia'], bug=679639) |
| 69 | 72 |
| 70 # Win / AMD | 73 # Win / AMD |
| 71 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', | 74 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', |
| 72 ['win', 'amd'], bug=483282) # owner:jmadill | 75 ['win', 'amd'], bug=483282) # owner:jmadill |
| 73 | 76 |
| 74 # Failing on old R5 230 configuration. | 77 # Failing on old R5 230 configuration. |
| 75 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 78 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 76 'texelfetchoffset.html', | 79 'texelfetchoffset.html', |
| 77 ['win', ('amd', 0x6779)], bug=483282) | 80 ['win', ('amd', 0x6779)], bug=483282) |
| 78 | 81 |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html', | 203 self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html', |
| 201 ['mac'], bug=679682) | 204 ['mac'], bug=679682) |
| 202 self.Fail('deqp/functional/gles3/fborender/resize_01.html', | 205 self.Fail('deqp/functional/gles3/fborender/resize_01.html', |
| 203 ['mac'], bug=679682) | 206 ['mac'], bug=679682) |
| 204 self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html', | 207 self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html', |
| 205 ['mac'], bug=679684) | 208 ['mac'], bug=679684) |
| 206 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', | 209 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', |
| 207 ['mac'], bug=679684) | 210 ['mac'], bug=679684) |
| 208 | 211 |
| 209 # Mac Retina NVIDIA | 212 # Mac Retina NVIDIA |
| 213 self.Fail('conformance/textures/misc/cube-map-uploads-out-of-order.html', |
| 214 ['mac', ('nvidia', 0xfe9)], bug=473739) |
| 210 self.Fail('deqp/functional/gles3/fbomultisample*', | 215 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 211 ['mac', ('nvidia', 0xfe9)], bug=641209) | 216 ['mac', ('nvidia', 0xfe9)], bug=641209) |
| 212 self.Fail('deqp/functional/gles3/framebufferblit/' + | 217 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 213 'default_framebuffer_04.html', | 218 'default_framebuffer_04.html', |
| 214 ['mac', ('nvidia', 0xfe9)], bug=483282) | 219 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 215 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 220 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| 216 ['mac', ('nvidia', 0xfe9)], bug=483282) | 221 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 217 self.Flaky( | 222 self.Flaky( |
| 218 'conformance/extensions/webgl-compressed-texture-size-limit.html', | 223 'conformance/extensions/webgl-compressed-texture-size-limit.html', |
| 219 ['mac', ('nvidia', 0xfe9)], bug=483282) | 224 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 676 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 672 ['linux', 'nvidia'], bug=672380) | 677 ['linux', 'nvidia'], bug=672380) |
| 673 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | 678 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 674 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', | 679 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', |
| 675 ['linux', 'nvidia'], bug=679677) | 680 ['linux', 'nvidia'], bug=679677) |
| 676 self.Fail('conformance2/renderbuffers/framebuffer-test.html', | 681 self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
| 677 ['linux', 'nvidia', 'opengl'], bug=680278) | 682 ['linux', 'nvidia', 'opengl'], bug=680278) |
| 678 self.Fail('conformance2/textures/image/' + | 683 self.Fail('conformance2/textures/image/' + |
| 679 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', | 684 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', |
| 680 ['linux', ('nvidia', 0xf02)], bug=680282) | 685 ['linux', ('nvidia', 0xf02)], bug=680282) |
| 686 self.Fail('conformance2/textures/image_data/tex-2d-rg32f-rg-float.html', |
| 687 ['linux', 'nvidia'], bug=682190) |
| 681 | 688 |
| 682 # Linux Intel | 689 # Linux Intel |
| 683 self.Fail('conformance2/extensions/ext-color-buffer-float.html', | 690 self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
| 684 ['linux', 'intel'], bug=640389) | 691 ['linux', 'intel'], bug=640389) |
| 685 | 692 |
| 686 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 | 693 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
| 687 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 694 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
| 688 ['linux', 'intel'], bug=540543) # GPU timeout | 695 ['linux', 'intel'], bug=540543) # GPU timeout |
| 689 | 696 |
| 690 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 697 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 # self.Fail(page_name, | 1029 # self.Fail(page_name, |
| 1023 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1030 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1024 # self.Fail(page_name, | 1031 # self.Fail(page_name, |
| 1025 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1032 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1026 | 1033 |
| 1027 # Conflicts if between a generic os condition and a specific version | 1034 # Conflicts if between a generic os condition and a specific version |
| 1028 # self.Fail(page_name, | 1035 # self.Fail(page_name, |
| 1029 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1036 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1030 # self.Fail(page_name, | 1037 # self.Fail(page_name, |
| 1031 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1038 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |