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

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

Issue 2594233002: Change GetIntegerv(IMPLEMENTATION_COLOR_READ_FORMAT/TYPE) behavior. (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 | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', 50 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
51 ['mac'], bug=654187) 51 ['mac'], bug=654187)
52 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', 52 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
53 ['mac'], bug=654187) 53 ['mac'], bug=654187)
54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', 54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
55 ['mac'], bug=654187) 55 ['mac'], bug=654187)
56 56
57 # All platforms. 57 # All platforms.
58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
59 59
60 # This is temporary until the error tolerance is fixed in the test.
61 # see https://codereview.chromium.org/2577293002/.
62 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
63 ['mac', 'linux'], bug=662802)
64 # self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
65 # ['linux', 'amd'], bug=483282)
66
60 # Windows only. 67 # Windows only.
61 # We are awesome! 68 # We are awesome!
62 69
63 # Win / NVidia 70 # Win / NVidia
64 self.Flaky('deqp/functional/gles3/fbomultisample*', 71 self.Flaky('deqp/functional/gles3/fbomultisample*',
65 ['win', 'nvidia'], bug=631317) 72 ['win', 'nvidia'], bug=631317)
66 73
67 # Win / AMD 74 # Win / AMD
68 75
69 # Failing on old R5 230 configuration. 76 # Failing on old R5 230 configuration.
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 ['linux', 'amd'], bug=483282) 655 ['linux', 'amd'], bug=483282)
649 self.Fail('deqp/functional/gles3/texturespecification/' + 656 self.Fail('deqp/functional/gles3/texturespecification/' +
650 'texstorage3d_format_3d_03.html', 657 'texstorage3d_format_3d_03.html',
651 ['linux', 'amd'], bug=483282) 658 ['linux', 'amd'], bug=483282)
652 self.Fail('deqp/functional/gles3/texturespecification/' + 659 self.Fail('deqp/functional/gles3/texturespecification/' +
653 'texstorage3d_format_depth_stencil.html', 660 'texstorage3d_format_depth_stencil.html',
654 ['linux', 'amd'], bug=483282) 661 ['linux', 'amd'], bug=483282)
655 self.Fail('deqp/functional/gles3/texturespecification/' + 662 self.Fail('deqp/functional/gles3/texturespecification/' +
656 'texstorage3d_format_size.html', 663 'texstorage3d_format_size.html',
657 ['linux', 'amd'], bug=483282) 664 ['linux', 'amd'], bug=483282)
658 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
659 ['linux', 'amd'], bug=483282)
660 self.Fail('deqp/functional/gles3/vertexarrays/' + 665 self.Fail('deqp/functional/gles3/vertexarrays/' +
661 'single_attribute.output_type.unsigned_int.html', 666 'single_attribute.output_type.unsigned_int.html',
662 ['linux', 'amd'], bug=483282) 667 ['linux', 'amd'], bug=483282)
663 self.Fail('deqp/functional/gles3/draw/*.html', 668 self.Fail('deqp/functional/gles3/draw/*.html',
664 ['linux', 'amd'], bug=483282) 669 ['linux', 'amd'], bug=483282)
665 self.Fail('deqp/functional/gles3/fbomultisample*', 670 self.Fail('deqp/functional/gles3/fbomultisample*',
666 ['linux', 'amd'], bug=483282) 671 ['linux', 'amd'], bug=483282)
667 self.Fail('deqp/functional/gles3/fbocompleteness.html', 672 self.Fail('deqp/functional/gles3/fbocompleteness.html',
668 ['linux', 'amd'], bug=483282) 673 ['linux', 'amd'], bug=483282)
669 self.Fail('deqp/functional/gles3/textureshadow/*.html', 674 self.Fail('deqp/functional/gles3/textureshadow/*.html',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 # self.Fail(page_name, 812 # self.Fail(page_name,
808 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 813 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
809 # self.Fail(page_name, 814 # self.Fail(page_name,
810 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 815 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
811 816
812 # Conflicts if between a generic os condition and a specific version 817 # Conflicts if between a generic os condition and a specific version
813 # self.Fail(page_name, 818 # self.Fail(page_name,
814 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 819 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
815 # self.Fail(page_name, 820 # self.Fail(page_name,
816 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 821 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698