Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py

Issue 2144193003: Add a few more suppressions for failing WebGL 2.0 tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary TODO and used more specific bug ID. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 # it's infeasible to suppress individual failures one by one. 167 # it's infeasible to suppress individual failures one by one.
168 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) 168 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419)
169 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) 169 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
170 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) 170 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
171 171
172 # Win / Intel 172 # Win / Intel
173 self.Fail('conformance2/buffers/uniform-buffers.html', 173 self.Fail('conformance2/buffers/uniform-buffers.html',
174 ['win', 'intel'], bug=483282) 174 ['win', 'intel'], bug=483282)
175 self.Skip('conformance2/textures/misc/copy-texture-image.html', 175 self.Skip('conformance2/textures/misc/copy-texture-image.html',
176 ['win', 'intel'], bug=617449) 176 ['win', 'intel'], bug=617449)
177 self.Fail('conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html',
178 ['win', 'intel'], bug=628395)
177 self.Fail('deqp/functional/gles3/shaderderivate_*', 179 self.Fail('deqp/functional/gles3/shaderderivate_*',
178 ['win', 'intel'], bug=483282) 180 ['win', 'intel'], bug=483282)
179 self.Fail('deqp/functional/gles3/shaderstruct.html', 181 self.Fail('deqp/functional/gles3/shaderstruct.html',
180 ['win', 'intel'], bug=483282) 182 ['win', 'intel'], bug=483282)
181 self.Flaky('deqp/functional/gles3/lifetime.html', 183 self.Flaky('deqp/functional/gles3/lifetime.html',
182 ['win', 'intel'], bug=620379) 184 ['win', 'intel'], bug=620379)
183 self.Fail('deqp/functional/gles3/texturespecification/' + 185 self.Fail('deqp/functional/gles3/texturespecification/' +
184 'teximage3d_depth.html', 186 'teximage3d_depth.html',
185 ['win', 'intel'], bug=614418) 187 ['win', 'intel'], bug=614418)
186 self.Skip('deqp/functional/gles3/texturespecification/' + 188 self.Skip('deqp/functional/gles3/texturespecification/' +
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 548
547 # Behavior difference between GL compatibility profile and ES3. 549 # Behavior difference between GL compatibility profile and ES3.
548 self.Fail('conformance2/rendering/draw-buffers.html', 550 self.Fail('conformance2/rendering/draw-buffers.html',
549 ['linux'], bug=617410) 551 ['linux'], bug=617410)
550 self.Fail('deqp/functional/gles3/texturespecification/' + 552 self.Fail('deqp/functional/gles3/texturespecification/' +
551 'random_teximage2d_cube.html', 553 'random_teximage2d_cube.html',
552 ['linux'], bug=483282) 554 ['linux'], bug=483282)
553 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html', 555 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
554 ['linux'], bug=624506) 556 ['linux'], bug=624506)
555 557
558 # Multi-vendor failures.
559
560 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
561 ['linux', 'amd', 'intel'], bug=483282)
556 self.Fail('deqp/data/gles3/shaders/functions.html', 562 self.Fail('deqp/data/gles3/shaders/functions.html',
557 ['linux', 'amd', 'intel'], bug=483282) 563 ['linux', 'amd', 'intel'], bug=483282)
558 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 564 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
559 ['linux', 'amd', 'intel'], bug=483282) 565 ['linux', 'amd', 'intel'], bug=483282)
560 self.Fail('deqp/functional/gles3/clipping.html', 566 self.Fail('deqp/functional/gles3/clipping.html',
561 ['linux', 'amd', 'intel'], bug=483282) 567 ['linux', 'amd', 'intel'], bug=483282)
562 self.Flaky('deqp/functional/gles3/texturespecification/' + 568 self.Flaky('deqp/functional/gles3/texturespecification/' +
563 'random_teximage2d_2d.html', 569 'random_teximage2d_2d.html',
564 ['linux', 'amd', 'intel'], bug=618447) 570 ['linux', 'amd', 'intel'], bug=618447)
565 571
572 # Linux with ANGLE only
573 self.Fail('conformance/misc/uninitialized-test.html',
574 ['linux', 'opengl'], bug=483282)
575 self.Fail('conformance/state/state-uneffected-after-compositing.html',
576 ['linux', 'opengl'], bug=483282)
577 self.Fail('conformance/textures/webgl_canvas/' +
578 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
579 ['linux', 'opengl'], bug=483282)
580 self.Fail('conformance/textures/webgl_canvas/' +
581 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
582 ['linux', 'opengl'], bug=483282)
583 self.Fail('conformance/textures/webgl_canvas/' +
584 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
585 ['linux', 'opengl'], bug=483282)
586
566 # Linux NVIDIA only. 587 # Linux NVIDIA only.
567 self.Fail('deqp/functional/gles3/uniformapi/random.html', 588 self.Fail('deqp/functional/gles3/uniformapi/random.html',
568 ['linux', 'nvidia'], bug=621178) 589 ['linux', 'nvidia'], bug=621178)
569 590
570 # Linux NVIDIA with ANGLE only 591 # Linux NVIDIA with ANGLE only
571 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 592 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
572 ['linux', 'nvidia', 'opengl'], bug=483282) 593 ['linux', 'nvidia', 'opengl'], bug=483282)
573 self.Fail('conformance/misc/uninitialized-test.html',
574 ['linux', 'nvidia', 'opengl'], bug=483282)
575 self.Fail('conformance/state/state-uneffected-after-compositing.html',
576 ['linux', 'nvidia', 'opengl'], bug=483282)
577 self.Fail('conformance/textures/webgl_canvas/' +
578 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
579 ['linux', 'nvidia', 'opengl'], bug=483282)
580 self.Fail('conformance/textures/webgl_canvas/' +
581 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
582 ['linux', 'nvidia', 'opengl'], bug=483282)
583 self.Fail('conformance/textures/webgl_canvas/' +
584 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
585 ['linux', 'nvidia', 'opengl'], bug=483282)
586 self.Fail('deqp/functional/gles3/buffercopy.html', 594 self.Fail('deqp/functional/gles3/buffercopy.html',
587 ['linux', 'nvidia', 'opengl'], bug=483282) 595 ['linux', 'nvidia', 'opengl'], bug=483282)
588 self.Fail('deqp/functional/gles3/bufferobjectquery.html', 596 self.Fail('deqp/functional/gles3/bufferobjectquery.html',
589 ['linux', 'nvidia', 'opengl'], bug=483282) 597 ['linux', 'nvidia', 'opengl'], bug=483282)
590 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 598 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
591 ['linux', 'nvidia', 'opengl'], bug=483282) 599 ['linux', 'nvidia', 'opengl'], bug=483282)
592 self.Fail('conformance2/transform_feedback/transform_feedback.html', 600 self.Fail('conformance2/transform_feedback/transform_feedback.html',
593 ['linux', 'nvidia', 'opengl'], bug=483282) 601 ['linux', 'nvidia', 'opengl'], bug=483282)
594 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 602 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
595 ['linux', 'nvidia', 'opengl'], bug=618408) 603 ['linux', 'nvidia', 'opengl'], bug=618408)
(...skipping 14 matching lines...) Expand all
610 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html', 618 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html',
611 ['linux', 'intel'], bug=618408) 619 ['linux', 'intel'], bug=618408)
612 620
613 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 621 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
614 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', 622 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
615 ['linux', 'intel'], bug=540543) # GPU timeout 623 ['linux', 'intel'], bug=540543) # GPU timeout
616 624
617 # The Mesa Intel driver has a scoping bug, see 625 # The Mesa Intel driver has a scoping bug, see
618 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 626 # https://bugs.freedesktop.org/show_bug.cgi?id=95184
619 # It has been fixed in Mesa 12.0 627 # It has been fixed in Mesa 12.0
628 self.Fail('deqp/data/gles2/shaders/scoping.html',
629 ['linux', 'intel'], bug=610800)
620 self.Fail('deqp/data/gles3/shaders/scoping.html', 630 self.Fail('deqp/data/gles3/shaders/scoping.html',
621 ['linux', 'intel'], bug=610800) 631 ['linux', 'intel'], bug=610800)
622 632
623 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', 633 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
624 ['linux', 'intel'], bug=598902) 634 ['linux', 'intel'], bug=598902)
625 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 635 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
626 ['linux', 'intel'], bug=598902) 636 ['linux', 'intel'], bug=598902)
627 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', 637 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
628 ['linux', 'intel'], bug=598902) 638 ['linux', 'intel'], bug=598902)
629 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', 639 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 # self.Fail(page_name, 956 # self.Fail(page_name,
947 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 957 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
948 # self.Fail(page_name, 958 # self.Fail(page_name,
949 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 959 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
950 960
951 # Conflicts if between a generic os condition and a specific version 961 # Conflicts if between a generic os condition and a specific version
952 # self.Fail(page_name, 962 # self.Fail(page_name,
953 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 963 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
954 # self.Fail(page_name, 964 # self.Fail(page_name,
955 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 965 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698