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

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

Issue 2550023002: Add suppressions for WebGL 2.0.1 tests failing on Linux AMD and Intel. (Closed)
Patch Set: Created 4 years 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, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 ['linux'], bug=627525) 531 ['linux'], bug=627525)
532 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', 532 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
533 ['linux'], bug=483282) 533 ['linux'], bug=483282)
534 534
535 # Linux Multi-vendor failures. 535 # Linux Multi-vendor failures.
536 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 536 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
537 ['linux', 'amd', 'intel'], bug=483282) 537 ['linux', 'amd', 'intel'], bug=483282)
538 self.Flaky('deqp/functional/gles3/texturespecification/' + 538 self.Flaky('deqp/functional/gles3/texturespecification/' +
539 'random_teximage2d_2d.html', 539 'random_teximage2d_2d.html',
540 ['linux', 'amd', 'intel'], bug=618447) 540 ['linux', 'amd', 'intel'], bug=618447)
541 self.Fail('conformance2/rendering/clear-srgb-color-buffer.html',
542 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
543 self.Fail('conformance2/rendering/clipping-wide-points.html',
544 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
545 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
546 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
541 547
542 # Linux NVIDIA 548 # Linux NVIDIA
543 # This test is flaky both with and without ANGLE. 549 # This test is flaky both with and without ANGLE.
544 self.Flaky('deqp/functional/gles3/texturespecification/' + 550 self.Flaky('deqp/functional/gles3/texturespecification/' +
545 'random_teximage2d_2d.html', 551 'random_teximage2d_2d.html',
546 ['linux', 'nvidia'], bug=618447) 552 ['linux', 'nvidia'], bug=618447)
547 553
548 # Linux Intel 554 # Linux Intel
549 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 555 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
550 ['linux', 'intel'], bug=640389) 556 ['linux', 'intel'], bug=640389)
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 607
602 self.Fail('deqp/functional/gles3/negativetextureapi.html', 608 self.Fail('deqp/functional/gles3/negativetextureapi.html',
603 ['linux', 'amd'], bug=483282) 609 ['linux', 'amd'], bug=483282)
604 self.Fail('deqp/functional/gles3/transformfeedback/array_separate*.html', 610 self.Fail('deqp/functional/gles3/transformfeedback/array_separate*.html',
605 ['linux', 'amd'], bug=483282) 611 ['linux', 'amd'], bug=483282)
606 612
607 self.Fail('conformance2/misc/uninitialized-test-2.html', 613 self.Fail('conformance2/misc/uninitialized-test-2.html',
608 ['linux', 'amd'], bug=483282) 614 ['linux', 'amd'], bug=483282)
609 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', 615 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
610 ['linux', 'amd'], bug=634525) 616 ['linux', 'amd'], bug=634525)
617 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
618 ['linux', 'amd'], bug=662644) # WebGL 2.0.1
611 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', 619 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
612 ['linux', 'amd'], bug=295792) 620 ['linux', 'amd'], bug=295792)
613 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 621 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
614 ['linux', 'amd'], bug=483282) 622 ['linux', 'amd'], bug=483282)
615 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 623 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
616 ['linux', 'amd'], bug=483282) 624 ['linux', 'amd'], bug=483282)
617 625
618 self.Fail('deqp/functional/gles3/texturespecification/' + 626 self.Fail('deqp/functional/gles3/texturespecification/' +
619 'teximage2d_pbo_cube_00.html', 627 'teximage2d_pbo_cube_00.html',
620 ['linux', 'amd'], bug=483282) 628 ['linux', 'amd'], bug=483282)
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 # self.Fail(page_name, 842 # self.Fail(page_name,
835 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 843 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
836 # self.Fail(page_name, 844 # self.Fail(page_name,
837 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 845 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
838 846
839 # Conflicts if between a generic os condition and a specific version 847 # Conflicts if between a generic os condition and a specific version
840 # self.Fail(page_name, 848 # self.Fail(page_name,
841 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 849 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
842 # self.Fail(page_name, 850 # self.Fail(page_name,
843 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 851 # ['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