| 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): | 9 def __init__(self, conformance_path, url_prefixes=None): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 515 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 516 ['linux'], bug=627525) | 516 ['linux'], bug=627525) |
| 517 self.Flaky('conformance/textures/video/' + | 517 self.Flaky('conformance/textures/video/' + |
| 518 'tex-2d-rgb-rgb-unsigned_byte.html', | 518 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 519 ['linux'], bug=627525) | 519 ['linux'], bug=627525) |
| 520 self.Flaky('conformance/textures/video/' + | 520 self.Flaky('conformance/textures/video/' + |
| 521 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 521 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 522 ['linux'], bug=627525) | 522 ['linux'], bug=627525) |
| 523 | 523 |
| 524 # Linux Multi-vendor failures. | 524 # Linux Multi-vendor failures. |
| 525 | |
| 526 self.Fail('deqp/data/gles3/shaders/functions.html', | |
| 527 ['linux', 'amd', 'intel'], bug=483282) | |
| 528 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 525 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
| 529 ['linux', 'amd', 'intel'], bug=483282) | 526 ['linux', 'amd', 'intel'], bug=483282) |
| 530 self.Flaky('deqp/functional/gles3/texturespecification/' + | 527 self.Flaky('deqp/functional/gles3/texturespecification/' + |
| 531 'random_teximage2d_2d.html', | 528 'random_teximage2d_2d.html', |
| 532 ['linux', 'amd', 'intel'], bug=618447) | 529 ['linux', 'amd', 'intel'], bug=618447) |
| 533 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | |
| 534 ['linux', 'amd', 'intel'], bug=483282) | |
| 535 self.Fail('deqp/data/gles3/shaders/linkage.html', | 530 self.Fail('deqp/data/gles3/shaders/linkage.html', |
| 536 ['linux', 'amd', 'intel'], bug=483282) | 531 ['linux', 'amd', 'intel'], bug=483282) |
| 537 | 532 |
| 538 # Linux NVIDIA | 533 # Linux NVIDIA |
| 539 # This test is flaky both with and without ANGLE. | 534 # This test is flaky both with and without ANGLE. |
| 540 self.Flaky('deqp/functional/gles3/texturespecification/' + | 535 self.Flaky('deqp/functional/gles3/texturespecification/' + |
| 541 'random_teximage2d_2d.html', | 536 'random_teximage2d_2d.html', |
| 542 ['linux', 'nvidia'], bug=618447) | 537 ['linux', 'nvidia'], bug=618447) |
| 543 | 538 |
| 544 # Linux Intel | 539 # Linux Intel |
| 545 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html', | |
| 546 ['linux', 'intel'], bug=618408) | |
| 547 self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html', | |
| 548 ['linux', 'intel'], bug=635528) | |
| 549 self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html', | |
| 550 ['linux', 'intel'], bug=635528) | |
| 551 self.Fail('conformance2/extensions/ext-color-buffer-float.html', | 540 self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
| 552 ['linux', 'intel'], bug=640389) | 541 ['linux', 'intel'], bug=640389) |
| 553 | 542 |
| 554 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 | 543 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
| 555 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 544 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
| 556 ['linux', 'intel'], bug=540543) # GPU timeout | 545 ['linux', 'intel'], bug=540543) # GPU timeout |
| 557 | 546 |
| 558 # The Mesa Intel driver has a scoping bug, see | |
| 559 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 | |
| 560 # It has been fixed in Mesa 12.0 | |
| 561 self.Fail('deqp/data/gles3/shaders/scoping.html', | |
| 562 ['linux', 'intel'], bug=610800) | |
| 563 | |
| 564 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 547 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
| 565 ['linux', 'intel'], bug=635528) | 548 ['linux', 'intel'], bug=635528) |
| 566 | 549 |
| 567 # Linux Intel with ANGLE only | 550 # Linux Intel with ANGLE only |
| 568 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', | 551 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', |
| 569 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id | 552 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id |
| 570 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', | 553 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', |
| 571 ['linux', 'intel', 'opengl'], bug=634525) | 554 ['linux', 'intel', 'opengl'], bug=634525) |
| 572 | 555 |
| 573 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see | 556 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see |
| (...skipping 25 matching lines...) Expand all Loading... |
| 599 ['linux', 'intel', 'opengl'], bug=598902) | 582 ['linux', 'intel', 'opengl'], bug=598902) |
| 600 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | 583 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 601 ['linux', 'intel', 'opengl'], bug=598902) | 584 ['linux', 'intel', 'opengl'], bug=598902) |
| 602 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', | 585 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', |
| 603 ['linux', 'intel', 'opengl'], bug=598902) | 586 ['linux', 'intel', 'opengl'], bug=598902) |
| 604 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | 587 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 605 ['linux', 'intel', 'opengl'], bug=598902) | 588 ['linux', 'intel', 'opengl'], bug=598902) |
| 606 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', | 589 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', |
| 607 ['linux', 'intel', 'opengl'], bug=598902) | 590 ['linux', 'intel', 'opengl'], bug=598902) |
| 608 | 591 |
| 609 # Linux Intel without ANGLE only | |
| 610 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', | |
| 611 ['linux', 'intel', 'no_angle'], bug=598902) | |
| 612 | |
| 613 # Linux AMD only. | 592 # Linux AMD only. |
| 614 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 593 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
| 594 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 595 ['linux', 'amd'], bug=483282) |
| 596 self.Fail('deqp/data/gles3/shaders/functions.html', |
| 597 ['linux', 'amd'], bug=483282) |
| 615 self.Fail('deqp/functional/gles3/multisample.html', | 598 self.Fail('deqp/functional/gles3/multisample.html', |
| 616 ['linux', 'amd'], bug=617290) | 599 ['linux', 'amd'], bug=617290) |
| 617 self.Fail('deqp/data/gles3/shaders/conversions.html', | 600 self.Fail('deqp/data/gles3/shaders/conversions.html', |
| 618 ['linux', 'amd'], bug=483282) | 601 ['linux', 'amd'], bug=483282) |
| 619 self.Skip('deqp/data/gles3/shaders/arrays.html', | 602 self.Skip('deqp/data/gles3/shaders/arrays.html', |
| 620 ['linux', 'amd'], bug=483282) | 603 ['linux', 'amd'], bug=483282) |
| 621 self.Fail('deqp/functional/gles3/internalformatquery.html', | 604 self.Fail('deqp/functional/gles3/internalformatquery.html', |
| 622 ['linux', 'amd'], bug=483282) | 605 ['linux', 'amd'], bug=483282) |
| 623 self.Fail('deqp/functional/gles3/texturestatequery.html', | 606 self.Fail('deqp/functional/gles3/texturestatequery.html', |
| 624 ['linux', 'amd'], bug=483282) | 607 ['linux', 'amd'], bug=483282) |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 # self.Fail(page_name, | 859 # self.Fail(page_name, |
| 877 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 860 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 878 # self.Fail(page_name, | 861 # self.Fail(page_name, |
| 879 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 862 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 880 | 863 |
| 881 # Conflicts if between a generic os condition and a specific version | 864 # Conflicts if between a generic os condition and a specific version |
| 882 # self.Fail(page_name, | 865 # self.Fail(page_name, |
| 883 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 866 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 884 # self.Fail(page_name, | 867 # self.Fail(page_name, |
| 885 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 868 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |