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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 ['linux', 'intel'], bug=610800) | 560 ['linux', 'intel'], bug=610800) |
561 | 561 |
562 self.Fail('deqp/functional/gles3/framebufferblit/' + | 562 self.Fail('deqp/functional/gles3/framebufferblit/' + |
563 'default_framebuffer_00.html', | 563 'default_framebuffer_00.html', |
564 ['linux', 'intel'], bug=598902) | 564 ['linux', 'intel'], bug=598902) |
565 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', | 565 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', |
566 ['linux', 'intel'], bug=598902) | 566 ['linux', 'intel'], bug=598902) |
567 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 567 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
568 ['linux', 'intel'], bug=635528) | 568 ['linux', 'intel'], bug=635528) |
569 | 569 |
| 570 # Linux Intel with ANGLE only |
| 571 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', |
| 572 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id |
| 573 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', |
| 574 ['linux', 'intel', 'opengl'], bug=634525) |
| 575 |
| 576 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see |
| 577 # https://patchwork.freedesktop.org/patch/76903 |
| 578 # So these tests fail on core profile. |
| 579 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', |
| 580 ['linux', 'intel', 'opengl'], bug=598902) |
| 581 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', |
| 582 ['linux', 'intel', 'opengl'], bug=598902) |
| 583 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', |
| 584 ['linux', 'intel', 'opengl'], bug=598902) |
| 585 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', |
| 586 ['linux', 'intel', 'opengl'], bug=598902) |
| 587 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', |
| 588 ['linux', 'intel', 'opengl'], bug=598902) |
| 589 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', |
| 590 ['linux', 'intel', 'opengl'], bug=598902) |
| 591 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', |
| 592 ['linux', 'intel', 'opengl'], bug=598902) |
| 593 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', |
| 594 ['linux', 'intel', 'opengl'], bug=598902) |
| 595 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', |
| 596 ['linux', 'intel', 'opengl'], bug=598902) |
| 597 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', |
| 598 ['linux', 'intel', 'opengl'], bug=598902) |
| 599 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', |
| 600 ['linux', 'intel', 'opengl'], bug=598902) |
| 601 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 602 ['linux', 'intel', 'opengl'], bug=598902) |
| 603 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 604 ['linux', 'intel', 'opengl'], bug=598902) |
| 605 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', |
| 606 ['linux', 'intel', 'opengl'], bug=598902) |
| 607 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 608 ['linux', 'intel', 'opengl'], bug=598902) |
| 609 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', |
| 610 ['linux', 'intel', 'opengl'], bug=598902) |
| 611 |
570 # Linux Intel without ANGLE only | 612 # Linux Intel without ANGLE only |
571 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', | 613 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', |
572 ['linux', 'intel', 'no_angle'], bug=598902) | 614 ['linux', 'intel', 'no_angle'], bug=598902) |
573 | 615 |
574 # Linux AMD only. | 616 # Linux AMD only. |
575 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 617 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
576 self.Fail('deqp/functional/gles3/multisample.html', | 618 self.Fail('deqp/functional/gles3/multisample.html', |
577 ['linux', 'amd'], bug=617290) | 619 ['linux', 'amd'], bug=617290) |
578 self.Fail('deqp/data/gles3/shaders/conversions.html', | 620 self.Fail('deqp/data/gles3/shaders/conversions.html', |
579 ['linux', 'amd'], bug=483282) | 621 ['linux', 'amd'], bug=483282) |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 # self.Fail(page_name, | 884 # self.Fail(page_name, |
843 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 885 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
844 # self.Fail(page_name, | 886 # self.Fail(page_name, |
845 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 887 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
846 | 888 |
847 # Conflicts if between a generic os condition and a specific version | 889 # Conflicts if between a generic os condition and a specific version |
848 # self.Fail(page_name, | 890 # self.Fail(page_name, |
849 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 891 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
850 # self.Fail(page_name, | 892 # self.Fail(page_name, |
851 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 893 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |