| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 | 486 |
| 485 # The Mesa Intel driver has a scoping bug, see | 487 # The Mesa Intel driver has a scoping bug, see |
| 486 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 | 488 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 |
| 487 # It has been fixed in Mesa 12.0 | 489 # It has been fixed in Mesa 12.0 |
| 488 self.Fail('deqp/data/gles3/shaders/scoping.html', | 490 self.Fail('deqp/data/gles3/shaders/scoping.html', |
| 489 ['linux', 'intel'], bug=610800) | 491 ['linux', 'intel'], bug=610800) |
| 490 | 492 |
| 491 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see | 493 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see |
| 492 # https://patchwork.freedesktop.org/patch/76903 | 494 # https://patchwork.freedesktop.org/patch/76903 |
| 493 # So these tests fail on core profile. | 495 # So these tests fail on core profile. |
| 494 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', | |
| 495 ['linux', 'intel'], bug=598902) | |
| 496 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | |
| 497 ['linux', 'intel'], bug=598902) | |
| 498 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', | |
| 499 ['linux', 'intel'], bug=598902) | |
| 500 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', | |
| 501 ['linux', 'intel'], bug=598902) | |
| 502 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', | |
| 503 ['linux', 'intel'], bug=598902) | |
| 504 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', | |
| 505 ['linux', 'intel'], bug=598902) | |
| 506 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', | |
| 507 ['linux', 'intel'], bug=598902) | |
| 508 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', | |
| 509 ['linux', 'intel'], bug=598902) | |
| 510 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', | |
| 511 ['linux', 'intel'], bug=598902) | |
| 512 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', | |
| 513 ['linux', 'intel'], bug=598902) | |
| 514 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', | |
| 515 ['linux', 'intel'], bug=598902) | |
| 516 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | |
| 517 ['linux', 'intel'], bug=598902) | |
| 518 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | |
| 519 ['linux', 'intel'], bug=598902) | |
| 520 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', | |
| 521 ['linux', 'intel'], bug=598902) | |
| 522 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | |
| 523 ['linux', 'intel'], bug=598902) | |
| 524 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', | |
| 525 ['linux', 'intel'], bug=598902) | |
| 526 self.Fail('deqp/functional/gles3/framebufferblit/' + | 496 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 527 'default_framebuffer_00.html', | 497 'default_framebuffer_00.html', |
| 528 ['linux', 'intel'], bug=598902) | 498 ['linux', 'intel'], bug=598902) |
| 529 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', | 499 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', |
| 530 ['linux', 'intel'], bug=598902) | 500 ['linux', 'intel'], bug=598902) |
| 531 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 501 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
| 532 ['linux', 'intel'], bug=635528) | 502 ['linux', 'intel'], bug=635528) |
| 533 | 503 |
| 534 # Linux Intel with ANGLE only | 504 # Linux Intel with ANGLE only |
| 535 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', | 505 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 # self.Fail(page_name, | 776 # self.Fail(page_name, |
| 807 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 777 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 808 # self.Fail(page_name, | 778 # self.Fail(page_name, |
| 809 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 779 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 810 | 780 |
| 811 # Conflicts if between a generic os condition and a specific version | 781 # Conflicts if between a generic os condition and a specific version |
| 812 # self.Fail(page_name, | 782 # self.Fail(page_name, |
| 813 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 783 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 814 # self.Fail(page_name, | 784 # self.Fail(page_name, |
| 815 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 785 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |