| 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): | 9 def __init__(self, conformance_path): |
| 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) | 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 # This is due to "centroid out" / "in" mismatch. | 169 # This is due to "centroid out" / "in" mismatch. |
| 170 self.Fail('deqp/data/gles3/shaders/qualification_order.html', | 170 self.Fail('deqp/data/gles3/shaders/qualification_order.html', |
| 171 ['mac'], bug=483282) | 171 ['mac'], bug=483282) |
| 172 | 172 |
| 173 self.Fail('conformance2/renderbuffers/framebuffer-test.html', | 173 self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
| 174 ['mac'], bug=641149) | 174 ['mac'], bug=641149) |
| 175 | 175 |
| 176 self.Fail('deqp/functional/gles3/fbomultisample*', | 176 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 177 ['mac'], bug=641209) | 177 ['mac'], bug=641209) |
| 178 | 178 |
| 179 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', | |
| 180 ['mac'], bug=483282) | |
| 181 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | |
| 182 ['mac'], bug=483282) | |
| 183 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', | |
| 184 ['mac'], bug=483282) | |
| 185 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', | |
| 186 ['mac'], bug=483282) | |
| 187 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', | |
| 188 ['mac'], bug=483282) | |
| 189 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', | |
| 190 ['mac'], bug=483282) | |
| 191 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', | |
| 192 ['mac'], bug=483282) | |
| 193 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', | |
| 194 ['mac'], bug=483282) | |
| 195 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', | |
| 196 ['mac'], bug=483282) | |
| 197 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', | 179 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', |
| 198 ['mac'], bug=483282) | 180 ['mac'], bug=483282) |
| 199 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', | |
| 200 ['mac'], bug=483282) | |
| 201 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | 181 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 202 ['mac'], bug=483282) | 182 ['mac'], bug=483282) |
| 203 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | 183 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 204 ['mac'], bug=483282) | 184 ['mac'], bug=483282) |
| 205 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', | |
| 206 ['mac'], bug=483282) | |
| 207 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | 185 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 208 ['mac'], bug=483282) | 186 ['mac'], bug=483282) |
| 209 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', | |
| 210 ['mac'], bug=483282) | |
| 211 self.Fail('deqp/functional/gles3/framebufferblit/' + | 187 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 212 'default_framebuffer_*.html', | 188 'default_framebuffer_*.html', |
| 213 ['mac'], bug=483282) | 189 ['mac'], bug=483282) |
| 214 | 190 |
| 215 # Mac Retina NVIDIA | 191 # Mac Retina NVIDIA |
| 216 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 192 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| 217 ['mac', ('nvidia', 0xfe9)], bug=483282) | 193 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 218 self.Flaky( | 194 self.Flaky( |
| 219 'conformance/extensions/webgl-compressed-texture-size-limit.html', | 195 'conformance/extensions/webgl-compressed-texture-size-limit.html', |
| 220 ['mac', ('nvidia', 0xfe9)], bug=483282) | 196 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 221 self.Fail('conformance/programs/' + | 197 self.Fail('conformance/programs/' + |
| 222 'gl-bind-attrib-location-long-names-test.html', | 198 'gl-bind-attrib-location-long-names-test.html', |
| 223 ['mac', ('nvidia', 0xfe9)], bug=483282) | 199 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 224 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', | 200 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', |
| 225 ['mac', ('nvidia', 0xfe9)], bug=483282) | 201 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 226 self.Fail('conformance2/glsl3/loops-with-side-effects.html', | 202 self.Fail('conformance2/glsl3/loops-with-side-effects.html', |
| 227 ['mac', ('nvidia', 0xfe9)], bug=483282) | 203 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 228 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 204 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
| 229 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) | 205 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) |
| 206 |
| 207 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', |
| 208 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 209 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', |
| 210 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 211 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', |
| 212 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 213 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', |
| 214 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 215 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', |
| 216 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 217 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', |
| 218 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 219 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', |
| 220 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 221 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', |
| 222 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 223 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', |
| 224 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 225 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', |
| 226 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 227 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', |
| 228 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 229 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', |
| 230 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 231 |
| 230 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | 232 self.Fail('deqp/functional/gles3/pixelbufferobject.html', |
| 231 ['mac', ('nvidia', 0xfe9)], bug=483282) | 233 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 232 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', | 234 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', |
| 233 ['mac', ('nvidia', 0xfe9)], bug=483282) | 235 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 234 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', | 236 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', |
| 235 ['mac', ('nvidia', 0xfe9)], bug=483282) | 237 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 236 self.Fail('deqp/functional/gles3/texturespecification/' + | 238 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 237 'basic_copyteximage2d.html', | 239 'basic_copyteximage2d.html', |
| 238 ['mac', ('nvidia', 0xfe9)], bug=620067) | 240 ['mac', ('nvidia', 0xfe9)], bug=620067) |
| 239 self.Fail('deqp/functional/gles3/texturespecification/' + | 241 self.Fail('deqp/functional/gles3/texturespecification/' + |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 | 518 |
| 517 # The Mesa Intel driver has a scoping bug, see | 519 # The Mesa Intel driver has a scoping bug, see |
| 518 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 | 520 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 |
| 519 # It has been fixed in Mesa 12.0 | 521 # It has been fixed in Mesa 12.0 |
| 520 self.Fail('deqp/data/gles3/shaders/scoping.html', | 522 self.Fail('deqp/data/gles3/shaders/scoping.html', |
| 521 ['linux', 'intel'], bug=610800) | 523 ['linux', 'intel'], bug=610800) |
| 522 | 524 |
| 523 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see | 525 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see |
| 524 # https://patchwork.freedesktop.org/patch/76903 | 526 # https://patchwork.freedesktop.org/patch/76903 |
| 525 # So these tests fail on core profile. | 527 # So these tests fail on core profile. |
| 526 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', | |
| 527 ['linux', 'intel'], bug=598902) | |
| 528 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | |
| 529 ['linux', 'intel'], bug=598902) | |
| 530 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', | |
| 531 ['linux', 'intel'], bug=598902) | |
| 532 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', | |
| 533 ['linux', 'intel'], bug=598902) | |
| 534 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', | |
| 535 ['linux', 'intel'], bug=598902) | |
| 536 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', | |
| 537 ['linux', 'intel'], bug=598902) | |
| 538 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', | |
| 539 ['linux', 'intel'], bug=598902) | |
| 540 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', | |
| 541 ['linux', 'intel'], bug=598902) | |
| 542 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', | |
| 543 ['linux', 'intel'], bug=598902) | |
| 544 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', | |
| 545 ['linux', 'intel'], bug=598902) | |
| 546 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', | |
| 547 ['linux', 'intel'], bug=598902) | |
| 548 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | |
| 549 ['linux', 'intel'], bug=598902) | |
| 550 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | |
| 551 ['linux', 'intel'], bug=598902) | |
| 552 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', | |
| 553 ['linux', 'intel'], bug=598902) | |
| 554 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | |
| 555 ['linux', 'intel'], bug=598902) | |
| 556 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', | |
| 557 ['linux', 'intel'], bug=598902) | |
| 558 self.Fail('deqp/functional/gles3/framebufferblit/' + | 528 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 559 'default_framebuffer_00.html', | 529 'default_framebuffer_00.html', |
| 560 ['linux', 'intel'], bug=598902) | 530 ['linux', 'intel'], bug=598902) |
| 561 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', | 531 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', |
| 562 ['linux', 'intel'], bug=598902) | 532 ['linux', 'intel'], bug=598902) |
| 563 | 533 |
| 564 # Linux Intel with ANGLE only | 534 # Linux Intel with ANGLE only |
| 565 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 535 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
| 566 ['linux', 'intel', 'opengl'], bug=635528) | 536 ['linux', 'intel', 'opengl'], bug=635528) |
| 567 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', | 537 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 # self.Fail(page_name, | 812 # self.Fail(page_name, |
| 843 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 813 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 844 # self.Fail(page_name, | 814 # self.Fail(page_name, |
| 845 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 815 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 846 | 816 |
| 847 # Conflicts if between a generic os condition and a specific version | 817 # Conflicts if between a generic os condition and a specific version |
| 848 # self.Fail(page_name, | 818 # self.Fail(page_name, |
| 849 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 819 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 850 # self.Fail(page_name, | 820 # self.Fail(page_name, |
| 851 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 821 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |