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

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

Issue 2577293002: Change GetIntegerv(IMPLEMENTATION_COLOR_READ_FORMAT/TYPE) behavior. (Closed)
Patch Set: fix 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 bug=660844) # WebGL 2.0.1 48 bug=660844) # WebGL 2.0.1
49 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', 49 self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html',
50 bug=660844) # WebGL 2.0.1 50 bug=660844) # WebGL 2.0.1
51 self.Fail('conformance2/rendering/read-draw-when-missing-image.html', 51 self.Fail('conformance2/rendering/read-draw-when-missing-image.html',
52 bug=672719) # WebGL 2.0.1 52 bug=672719) # WebGL 2.0.1
53 self.Fail('conformance2/glsl3/float-parsing.html', 53 self.Fail('conformance2/glsl3/float-parsing.html',
54 bug=672722) # WebGL 2.0.1 54 bug=672722) # WebGL 2.0.1
55 self.Fail('conformance2/textures/misc/' + 55 self.Fail('conformance2/textures/misc/' +
56 'integer-cubemap-specification-order-bug.html', 56 'integer-cubemap-specification-order-bug.html',
57 bug=483282) # owner:cwallez, test might be buggy 57 bug=483282) # owner:cwallez, test might be buggy
58
59 # This is temporary until the error tolerance is fixed in the test.
60 # see https://codereview.chromium.org/2577293002/.
61 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
62 ['mac', 'linux'], bug=662802)
63 # self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
64 # ['linux', 'amd'], bug=483282)
65
58 # Windows only. 66 # Windows only.
59 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', 67 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
60 ['win'], bug=644740) 68 ['win'], bug=644740)
61 69
62 # Win / NVidia 70 # Win / NVidia
63 self.Flaky('deqp/functional/gles3/fbomultisample*', 71 self.Flaky('deqp/functional/gles3/fbomultisample*',
64 ['win', 'nvidia'], bug=631317) 72 ['win', 'nvidia'], bug=631317)
65 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 73 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
66 ['win', 'nvidia'], bug=672380) 74 ['win', 'nvidia'], bug=672380)
67 75
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 ['linux', 'amd'], bug=483282) 701 ['linux', 'amd'], bug=483282)
694 self.Fail('deqp/functional/gles3/texturespecification/' + 702 self.Fail('deqp/functional/gles3/texturespecification/' +
695 'texstorage3d_format_3d_03.html', 703 'texstorage3d_format_3d_03.html',
696 ['linux', 'amd'], bug=483282) 704 ['linux', 'amd'], bug=483282)
697 self.Fail('deqp/functional/gles3/texturespecification/' + 705 self.Fail('deqp/functional/gles3/texturespecification/' +
698 'texstorage3d_format_depth_stencil.html', 706 'texstorage3d_format_depth_stencil.html',
699 ['linux', 'amd'], bug=483282) 707 ['linux', 'amd'], bug=483282)
700 self.Fail('deqp/functional/gles3/texturespecification/' + 708 self.Fail('deqp/functional/gles3/texturespecification/' +
701 'texstorage3d_format_size.html', 709 'texstorage3d_format_size.html',
702 ['linux', 'amd'], bug=483282) 710 ['linux', 'amd'], bug=483282)
703 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
704 ['linux', 'amd'], bug=483282)
705 self.Fail('deqp/functional/gles3/vertexarrays/' + 711 self.Fail('deqp/functional/gles3/vertexarrays/' +
706 'single_attribute.output_type.unsigned_int.html', 712 'single_attribute.output_type.unsigned_int.html',
707 ['linux', 'amd'], bug=483282) 713 ['linux', 'amd'], bug=483282)
708 self.Fail('deqp/functional/gles3/draw/*.html', 714 self.Fail('deqp/functional/gles3/draw/*.html',
709 ['linux', 'amd'], bug=483282) 715 ['linux', 'amd'], bug=483282)
710 self.Fail('deqp/functional/gles3/fbomultisample*', 716 self.Fail('deqp/functional/gles3/fbomultisample*',
711 ['linux', 'amd'], bug=483282) 717 ['linux', 'amd'], bug=483282)
712 self.Fail('deqp/functional/gles3/fbocompleteness.html', 718 self.Fail('deqp/functional/gles3/fbocompleteness.html',
713 ['linux', 'amd'], bug=483282) 719 ['linux', 'amd'], bug=483282)
714 self.Fail('deqp/functional/gles3/textureshadow/*.html', 720 self.Fail('deqp/functional/gles3/textureshadow/*.html',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 # self.Fail(page_name, 856 # self.Fail(page_name,
851 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 857 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
852 # self.Fail(page_name, 858 # self.Fail(page_name,
853 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 859 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
854 860
855 # Conflicts if between a generic os condition and a specific version 861 # Conflicts if between a generic os condition and a specific version
856 # self.Fail(page_name, 862 # self.Fail(page_name,
857 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 863 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
858 # self.Fail(page_name, 864 # self.Fail(page_name,
859 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 865 # ['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