| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'rgb5_a1-rgba-unsigned_byte.html', | 377 'rgb5_a1-rgba-unsigned_byte.html', |
| 378 ['win8'], bug=483282) | 378 ['win8'], bug=483282) |
| 379 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 379 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 380 'tex-image-and-sub-image-2d-with-image-bitmap-from-video-' + | 380 'tex-image-and-sub-image-2d-with-image-bitmap-from-video-' + |
| 381 'rgb565-rgb-unsigned_byte.html', | 381 'rgb565-rgb-unsigned_byte.html', |
| 382 ['win8'], bug=483282) | 382 ['win8'], bug=483282) |
| 383 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 383 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 384 'tex-image-and-sub-image-2d-with-image-bitmap-from-video-' + | 384 'tex-image-and-sub-image-2d-with-image-bitmap-from-video-' + |
| 385 'rgb5_a1-rgba-unsigned_byte.html', | 385 'rgb5_a1-rgba-unsigned_byte.html', |
| 386 ['win8'], bug=483282) | 386 ['win8'], bug=483282) |
| 387 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 388 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 389 'rgb565-rgb-unsigned_byte.html', |
| 390 ['win8'], bug=483282) |
| 391 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 392 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 393 'rgb5_a1-rgba-unsigned_byte.html', |
| 394 ['win8'], bug=483282) |
| 395 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 396 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 397 'rgb565-rgb-unsigned_byte.html', |
| 398 ['win8'], bug=483282) |
| 399 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 400 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 401 'rgb5_a1-rgba-unsigned_byte.html', |
| 402 ['win8'], bug=483282) |
| 403 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 404 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' + |
| 405 'rgb565-rgb-unsigned_byte.html', |
| 406 ['win8'], bug=483282) |
| 407 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 408 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' + |
| 409 'rgb5_a1-rgba-unsigned_byte.html', |
| 410 ['win8'], bug=483282) |
| 411 |
| 387 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + | 412 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + |
| 388 '-with-video-rgb5_a1-rgba-unsigned_byte.html', | 413 '-with-video-rgb5_a1-rgba-unsigned_byte.html', |
| 389 ['win8'], bug=560555) | 414 ['win8'], bug=560555) |
| 390 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + | 415 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + |
| 391 '-with-video-rgb565-rgb-unsigned_byte.html', | 416 '-with-video-rgb565-rgb-unsigned_byte.html', |
| 392 ['win8'], bug=560555) | 417 ['win8'], bug=560555) |
| 393 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + | 418 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + |
| 394 '-with-image-data-rgb565-rgb-unsigned_byte.html', | 419 '-with-image-data-rgb565-rgb-unsigned_byte.html', |
| 395 ['win8'], bug=560555) | 420 ['win8'], bug=560555) |
| 396 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + | 421 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 ['win8'], bug=560555) | 462 ['win8'], bug=560555) |
| 438 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-3d' + | 463 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-3d' + |
| 439 '-with-canvas-rgb565-rgb-unsigned_byte.html', | 464 '-with-canvas-rgb565-rgb-unsigned_byte.html', |
| 440 ['win8'], bug=560555) | 465 ['win8'], bug=560555) |
| 441 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-3d' + | 466 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-3d' + |
| 442 '-with-webgl-canvas-rgb5_a1-rgba-unsigned_byte.html', | 467 '-with-webgl-canvas-rgb5_a1-rgba-unsigned_byte.html', |
| 443 ['win8'], bug=560555) | 468 ['win8'], bug=560555) |
| 444 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-3d' + | 469 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-3d' + |
| 445 '-with-webgl-canvas-rgb565-rgb-unsigned_byte.html', | 470 '-with-webgl-canvas-rgb565-rgb-unsigned_byte.html', |
| 446 ['win8'], bug=560555) | 471 ['win8'], bug=560555) |
| 472 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 473 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 474 'rgb565-rgb-unsigned_byte.html', |
| 475 ['win8'], bug=483282) |
| 476 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 477 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 478 'rgb5_a1-rgba-unsigned_byte.html', |
| 479 ['win8'], bug=483282) |
| 480 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 481 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 482 'rgb565-rgb-unsigned_byte.html', |
| 483 ['win8'], bug=483282) |
| 484 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 485 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 486 'rgb5_a1-rgba-unsigned_byte.html', |
| 487 ['win8'], bug=483282) |
| 488 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 489 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' + |
| 490 'rgb565-rgb-unsigned_byte.html', |
| 491 ['win8'], bug=483282) |
| 492 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 493 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' + |
| 494 'rgb5_a1-rgba-unsigned_byte.html', |
| 495 ['win8'], bug=483282) |
| 447 | 496 |
| 448 # Windows Debug. Causing assertions in the GPU process which raise | 497 # Windows Debug. Causing assertions in the GPU process which raise |
| 449 # a dialog box, so have to skip them rather than mark them as | 498 # a dialog box, so have to skip them rather than mark them as |
| 450 # failing. | 499 # failing. |
| 451 self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 500 self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
| 452 '-with-canvas-rgba8-rgba-unsigned_byte.html', | 501 '-with-canvas-rgba8-rgba-unsigned_byte.html', |
| 453 ['win', 'debug'], bug=542901) | 502 ['win', 'debug'], bug=542901) |
| 454 | 503 |
| 455 # Win / AMD flakiness seen on the FYI waterfall. | 504 # Win / AMD flakiness seen on the FYI waterfall. |
| 456 # It's unfortunate that this suppression needs to be so broad, but | 505 # It's unfortunate that this suppression needs to be so broad, but |
| 457 # basically any test that uses readPixels is potentially flaky, and | 506 # basically any test that uses readPixels is potentially flaky, and |
| 458 # it's infeasible to suppress individual failures one by one. | 507 # it's infeasible to suppress individual failures one by one. |
| 459 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) | 508 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) |
| 460 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) | 509 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) |
| 461 | 510 |
| 462 # Win / Intel | 511 # Win / Intel |
| 463 self.Fail('conformance2/buffers/uniform-buffers.html', | 512 self.Fail('conformance2/buffers/uniform-buffers.html', |
| 464 ['win', 'intel'], bug=483282) | 513 ['win', 'intel'], bug=483282) |
| 465 | 514 |
| 515 # Win7 / NVidia / GeForce GT 730 |
| 516 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 517 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' + |
| 518 'r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html', |
| 519 ['win7', ('nvidia', 0xf02)], bug=483282) |
| 520 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 521 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' + |
| 522 'r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html', |
| 523 ['win7', ('nvidia', 0xf02)], bug=483282) |
| 524 |
| 466 # Mac only. | 525 # Mac only. |
| 467 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 526 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
| 468 ['mac'], bug=483282) | 527 ['mac'], bug=483282) |
| 469 self.Skip('deqp/data/gles3/shaders/scoping.html', | 528 self.Skip('deqp/data/gles3/shaders/scoping.html', |
| 470 ['mac'], bug=483282) | 529 ['mac'], bug=483282) |
| 471 self.Skip('deqp/functional/gles3/defaultvertexattribute.html', | 530 self.Skip('deqp/functional/gles3/defaultvertexattribute.html', |
| 472 ['mac'], bug=483282) | 531 ['mac'], bug=483282) |
| 473 self.Skip('deqp/functional/gles3/floatstatequery.html', | 532 self.Skip('deqp/functional/gles3/floatstatequery.html', |
| 474 ['mac'], bug=483282) | 533 ['mac'], bug=483282) |
| 475 self.Skip('deqp/functional/gles3/texturestatequery.html', | 534 self.Skip('deqp/functional/gles3/texturestatequery.html', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 # self.Fail(page_name, | 704 # self.Fail(page_name, |
| 646 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 705 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 647 # self.Fail(page_name, | 706 # self.Fail(page_name, |
| 648 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 707 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 649 | 708 |
| 650 # Conflicts if between a generic os condition and a specific version | 709 # Conflicts if between a generic os condition and a specific version |
| 651 # self.Fail(page_name, | 710 # self.Fail(page_name, |
| 652 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 711 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 653 # self.Fail(page_name, | 712 # self.Fail(page_name, |
| 654 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 713 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |