| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 44 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 45 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) | 45 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) |
| 46 | 46 |
| 47 self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', | 47 self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', |
| 48 bug=660844) # WebGL 2.0.1 | 48 bug=660844) # WebGL 2.0.1 |
| 49 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', | 49 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', |
| 50 bug=660844) # WebGL 2.0.1 | 50 bug=660844) # WebGL 2.0.1 |
| 51 self.Fail('conformance2/textures/misc/' + | 51 self.Fail('conformance2/textures/misc/' + |
| 52 'integer-cubemap-specification-order-bug.html', | 52 'integer-cubemap-specification-order-bug.html', |
| 53 bug=483282) # owner:cwallez, test might be buggy | 53 bug=483282) # owner:cwallez, test might be buggy |
| 54 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', |
| 55 bug=625738) |
| 56 self.Fail('conformance2/textures/canvas/' + |
| 57 'tex-2d-srgb8-rgb-unsigned_byte.html', |
| 58 bug=612542) |
| 59 self.Fail('conformance2/textures/canvas/' + |
| 60 'tex-2d-srgb8_alpha8-rgba-unsigned_byte.html', |
| 61 bug=612542) |
| 62 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 63 'tex-2d-srgb8-rgb-unsigned_byte.html', |
| 64 bug=612542) |
| 65 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 66 'tex-2d-srgb8_alpha8-rgba-unsigned_byte.html', |
| 67 bug=612542) |
| 68 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 69 'tex-2d-srgb8-rgb-unsigned_byte.html', |
| 70 bug=612542) |
| 71 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 72 'tex-2d-srgb8_alpha8-rgba-unsigned_byte.html', |
| 73 bug=612542) |
| 74 self.Fail('conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html', |
| 75 bug=612542) |
| 76 self.Fail('conformance2/textures/canvas/' + |
| 77 'tex-2d-rgb9_e5-rgb-half_float.html', |
| 78 bug=612542) |
| 79 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 80 'tex-2d-rgb9_e5-rgb-float.html', |
| 81 bug=612542) |
| 82 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 83 'tex-2d-rgb9_e5-rgb-half_float.html', |
| 84 bug=612542) |
| 85 self.Fail('conformance2/textures/webgl_canvas/' + |
| 86 'tex-2d-rgb9_e5-rgb-float.html', |
| 87 bug=612542) |
| 88 self.Fail('conformance2/textures/webgl_canvas/' + |
| 89 'tex-2d-rgb9_e5-rgb-half_float.html', |
| 90 bug=612542) |
| 91 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 92 'tex-2d-rgb9_e5-rgb-float.html', |
| 93 bug=612542) |
| 94 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 95 'tex-2d-rgb9_e5-rgb-half_float.html', |
| 96 bug=612542) |
| 54 | 97 |
| 55 # Windows only. | 98 # Windows only. |
| 56 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', | 99 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
| 57 ['win', 'd3d11'], bug=644740) | 100 ['win', 'd3d11'], bug=644740) |
| 58 self.Fail('deqp/functional/gles3/sync.html', ['win', 'd3d11'], bug=676848) | 101 self.Fail('deqp/functional/gles3/sync.html', ['win', 'd3d11'], bug=676848) |
| 59 | 102 |
| 60 # Win / NVidia | 103 # Win / NVidia |
| 61 self.Flaky('deqp/functional/gles3/fbomultisample*', | 104 self.Flaky('deqp/functional/gles3/fbomultisample*', |
| 62 ['win', 'nvidia', 'd3d11'], bug=631317) | 105 ['win', 'nvidia', 'd3d11'], bug=631317) |
| 63 self.Fail('conformance2/rendering/' + | 106 self.Fail('conformance2/rendering/' + |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | 265 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 223 ['mac'], bug=654187) | 266 ['mac'], bug=654187) |
| 224 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | 267 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 225 ['mac'], bug=654187) | 268 ['mac'], bug=654187) |
| 226 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | 269 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 227 ['mac'], bug=654187) | 270 ['mac'], bug=654187) |
| 228 | 271 |
| 229 self.Fail('conformance2/reading/format-r11f-g11f-b10f.html', | 272 self.Fail('conformance2/reading/format-r11f-g11f-b10f.html', |
| 230 ['mac'], bug=1832) # khronos WebGL issue | 273 ['mac'], bug=1832) # khronos WebGL issue |
| 231 | 274 |
| 275 self.Fail('conformance2/textures/canvas/' + |
| 276 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 277 ['mac'], bug=612542) |
| 278 self.Fail('conformance2/textures/' + |
| 279 'canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 280 ['mac'], bug=612542) |
| 281 self.Fail('conformance2/textures/' + |
| 282 'image_bitmap_from_canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 283 ['mac'], bug=612542) |
| 284 self.Fail('conformance2/textures/webgl_canvas/' + |
| 285 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 286 ['mac'], bug=612542) |
| 287 |
| 232 # Mac Retina NVIDIA | 288 # Mac Retina NVIDIA |
| 233 self.Fail('conformance/textures/misc/cube-map-uploads-out-of-order.html', | 289 self.Fail('conformance/textures/misc/cube-map-uploads-out-of-order.html', |
| 234 ['mac', ('nvidia', 0xfe9)], bug=473739) | 290 ['mac', ('nvidia', 0xfe9)], bug=473739) |
| 235 self.Fail('deqp/functional/gles3/fbomultisample*', | 291 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 236 ['mac', ('nvidia', 0xfe9)], bug=641209) | 292 ['mac', ('nvidia', 0xfe9)], bug=641209) |
| 237 self.Fail('deqp/functional/gles3/framebufferblit/' + | 293 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 238 'default_framebuffer_04.html', | 294 'default_framebuffer_04.html', |
| 239 ['mac', ('nvidia', 0xfe9)], bug=483282) | 295 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 240 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 296 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| 241 ['mac', ('nvidia', 0xfe9)], bug=483282) | 297 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 ['mac', 'nvidia', 'amd'], bug=679684) | 583 ['mac', 'nvidia', 'amd'], bug=679684) |
| 528 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', | 584 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', |
| 529 ['mac', 'amd', 'intel'], bug=679690) | 585 ['mac', 'amd', 'intel'], bug=679690) |
| 530 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', | 586 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', |
| 531 ['mac', 'amd', 'intel'], bug=679690) | 587 ['mac', 'amd', 'intel'], bug=679690) |
| 532 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', | 588 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', |
| 533 ['mac', 'amd', 'intel'], bug=679691) | 589 ['mac', 'amd', 'intel'], bug=679691) |
| 534 | 590 |
| 535 # Mac Intel | 591 # Mac Intel |
| 536 self.Fail( | 592 self.Fail( |
| 537 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html', | |
| 538 ['sierra', 'intel'], bug=663188) | |
| 539 self.Fail( | |
| 540 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html', | |
| 541 ['sierra', 'intel'], bug=663188) | |
| 542 self.Fail( | |
| 543 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html', | 593 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html', |
| 544 ['sierra', 'intel'], bug=663188) | 594 ['sierra', 'intel'], bug=663188) |
| 545 self.Fail( | 595 self.Fail( |
| 546 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float.html', | 596 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float.html', |
| 547 ['sierra', 'intel'], bug=663188) | 597 ['sierra', 'intel'], bug=663188) |
| 548 self.Fail( | 598 self.Fail( |
| 549 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-float.html', | |
| 550 ['sierra', 'intel'], bug=663188) | |
| 551 self.Fail( | |
| 552 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html', | |
| 553 ['sierra', 'intel'], bug=663188) | |
| 554 self.Fail( | |
| 555 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html', | 599 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html', |
| 556 ['sierra', 'intel'], bug=663188) | 600 ['sierra', 'intel'], bug=663188) |
| 557 self.Fail( | 601 self.Fail( |
| 558 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html', | 602 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html', |
| 559 ['sierra', 'intel'], bug=663188) | 603 ['sierra', 'intel'], bug=663188) |
| 560 | 604 |
| 561 self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html', | 605 self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html', |
| 562 ['mac', 'intel'], bug=679692) | 606 ['mac', 'intel'], bug=679692) |
| 563 self.Fail('deqp/functional/gles3/fbomultisample*', | 607 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 564 ['mac', 'intel'], bug=641209) | 608 ['mac', 'intel'], bug=641209) |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 # self.Fail(page_name, | 1101 # self.Fail(page_name, |
| 1058 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 1102 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1059 # self.Fail(page_name, | 1103 # self.Fail(page_name, |
| 1060 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1104 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1061 | 1105 |
| 1062 # Conflicts if between a generic os condition and a specific version | 1106 # Conflicts if between a generic os condition and a specific version |
| 1063 # self.Fail(page_name, | 1107 # self.Fail(page_name, |
| 1064 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 1108 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 1065 # self.Fail(page_name, | 1109 # self.Fail(page_name, |
| 1066 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 1110 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |