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

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

Issue 2552623003: Update expectation for tex-srgb-mipmap.html on Linux Mesa (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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 # Linux Multi-vendor failures. 542 # Linux Multi-vendor failures.
543 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 543 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
544 ['linux', 'amd', 'intel'], bug=483282) 544 ['linux', 'amd', 'intel'], bug=483282)
545 self.Flaky('deqp/functional/gles3/texturespecification/' + 545 self.Flaky('deqp/functional/gles3/texturespecification/' +
546 'random_teximage2d_2d.html', 546 'random_teximage2d_2d.html',
547 ['linux', 'amd', 'intel'], bug=618447) 547 ['linux', 'amd', 'intel'], bug=618447)
548 self.Fail('conformance2/rendering/clear-srgb-color-buffer.html', 548 self.Fail('conformance2/rendering/clear-srgb-color-buffer.html',
549 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 549 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
550 self.Fail('conformance2/rendering/clipping-wide-points.html', 550 self.Fail('conformance2/rendering/clipping-wide-points.html',
551 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 551 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
552 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
553 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
554 552
555 # Linux NVIDIA 553 # Linux NVIDIA
556 # This test is flaky both with and without ANGLE. 554 # This test is flaky both with and without ANGLE.
557 self.Flaky('deqp/functional/gles3/texturespecification/' + 555 self.Flaky('deqp/functional/gles3/texturespecification/' +
558 'random_teximage2d_2d.html', 556 'random_teximage2d_2d.html',
559 ['linux', 'nvidia'], bug=618447) 557 ['linux', 'nvidia'], bug=618447)
560 558
561 # Linux Intel 559 # Linux Intel
562 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 560 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
563 ['linux', 'intel'], bug=640389) 561 ['linux', 'intel'], bug=640389)
(...skipping 14 matching lines...) Expand all
578 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', 576 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
579 ['linux', 'intel'], bug=666384) 577 ['linux', 'intel'], bug=666384)
580 578
581 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5. 579 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5.
582 self.Fail('conformance2/misc/views-with-offsets.html', 580 self.Fail('conformance2/misc/views-with-offsets.html',
583 ['linux', 'intel', 'no_angle'], bug=664180) 581 ['linux', 'intel', 'no_angle'], bug=664180)
584 582
585 # Linux Intel with ANGLE only 583 # Linux Intel with ANGLE only
586 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 584 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
587 ['linux', 'intel', 'opengl'], bug=598902) 585 ['linux', 'intel', 'opengl'], bug=598902)
586 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
587 ['linux', 'intel', 'opengl'], bug=634519) # WebGL 2.0.1
588 588
589 # Linux AMD only. 589 # Linux AMD only.
590 # It looks like AMD shader compiler rejects many valid ES3 semantics. 590 # It looks like AMD shader compiler rejects many valid ES3 semantics.
591 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 591 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
592 ['linux', 'amd'], bug=483282) 592 ['linux', 'amd'], bug=483282)
593 self.Fail('deqp/functional/gles3/multisample.html', 593 self.Fail('deqp/functional/gles3/multisample.html',
594 ['linux', 'amd'], bug=617290) 594 ['linux', 'amd'], bug=617290)
595 self.Fail('deqp/data/gles3/shaders/conversions.html', 595 self.Fail('deqp/data/gles3/shaders/conversions.html',
596 ['linux', 'amd'], bug=483282) 596 ['linux', 'amd'], bug=483282)
597 self.Skip('deqp/data/gles3/shaders/arrays.html', 597 self.Skip('deqp/data/gles3/shaders/arrays.html',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 ['linux', 'amd'], bug=483282) 770 ['linux', 'amd'], bug=483282)
771 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 771 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
772 ['linux', 'amd', 'no_angle'], bug=483282) 772 ['linux', 'amd', 'no_angle'], bug=483282)
773 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 773 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
774 ['linux', 'amd', 'no_angle'], bug=483282) 774 ['linux', 'amd', 'no_angle'], bug=483282)
775 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 775 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
776 ['linux', 'amd'], bug=633022) 776 ['linux', 'amd'], bug=633022)
777 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', 777 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
778 ['linux', 'amd'], bug=655147) 778 ['linux', 'amd'], bug=655147)
779 779
780 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
781 ['linux', 'amd'], bug=634519) # WebGL 2.0.1
782
780 # Uniform buffer related failures 783 # Uniform buffer related failures
781 self.Fail('deqp/functional/gles3/uniformbuffers/single_struct_array.html', 784 self.Fail('deqp/functional/gles3/uniformbuffers/single_struct_array.html',
782 ['linux', 'amd'], bug=483282) 785 ['linux', 'amd'], bug=483282)
783 self.Fail('deqp/functional/gles3/uniformbuffers/single_nested_struct.html', 786 self.Fail('deqp/functional/gles3/uniformbuffers/single_nested_struct.html',
784 ['linux', 'amd'], bug=483282) 787 ['linux', 'amd'], bug=483282)
785 self.Fail('deqp/functional/gles3/uniformbuffers/' + 788 self.Fail('deqp/functional/gles3/uniformbuffers/' +
786 'single_nested_struct_array.html', 789 'single_nested_struct_array.html',
787 ['linux', 'amd'], bug=483282) 790 ['linux', 'amd'], bug=483282)
788 self.Fail('deqp/functional/gles3/uniformbuffers/multi_basic_types.html', 791 self.Fail('deqp/functional/gles3/uniformbuffers/multi_basic_types.html',
789 ['linux', 'amd'], bug=483282) 792 ['linux', 'amd'], bug=483282)
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 # self.Fail(page_name, 856 # self.Fail(page_name,
854 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 857 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
855 # self.Fail(page_name, 858 # self.Fail(page_name,
856 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 859 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
857 860
858 # Conflicts if between a generic os condition and a specific version 861 # Conflicts if between a generic os condition and a specific version
859 # self.Fail(page_name, 862 # self.Fail(page_name,
860 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 863 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
861 # self.Fail(page_name, 864 # self.Fail(page_name,
862 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 865 # ['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