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

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

Issue 2182443003: WebGL 2: Fix bugs in negativetextureapi.html for Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed zmo's feedback Created 4 years, 4 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 | gpu/command_buffer/build_gles2_cmd_buffer.py » ('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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 ['mac'], bug=618464) 172 ['mac'], bug=618464)
173 173
174 self.Fail('deqp/data/gles3/shaders/qualification_order.html', 174 self.Fail('deqp/data/gles3/shaders/qualification_order.html',
175 ['mac'], bug=483282) 175 ['mac'], bug=483282)
176 176
177 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 177 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
178 ['mac'], bug=483282) 178 ['mac'], bug=483282)
179 self.Fail('conformance2/rendering/framebuffer-completeness-unaffected.html', 179 self.Fail('conformance2/rendering/framebuffer-completeness-unaffected.html',
180 ['mac'], bug=604053) 180 ['mac'], bug=604053)
181 181
182 self.Fail('deqp/functional/gles3/negativetextureapi.html',
183 ['mac'], bug=483282)
184
185 self.Fail('deqp/functional/gles3/fbomultisample*', 182 self.Fail('deqp/functional/gles3/fbomultisample*',
186 ['mac'], bug=483282) 183 ['mac'], bug=483282)
187 184
188 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', 185 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
189 ['mac'], bug=483282) 186 ['mac'], bug=483282)
190 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 187 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
191 ['mac'], bug=483282) 188 ['mac'], bug=483282)
192 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', 189 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
193 ['mac'], bug=483282) 190 ['mac'], bug=483282)
194 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', 191 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'textureprojlodoffset.html', 613 'textureprojlodoffset.html',
617 ['linux', 'amd'], bug=483282) 614 ['linux', 'amd'], bug=483282)
618 self.Fail('deqp/functional/gles3/shadertexturefunction/texturegrad.html', 615 self.Fail('deqp/functional/gles3/shadertexturefunction/texturegrad.html',
619 ['linux', 'amd'], bug=483282) 616 ['linux', 'amd'], bug=483282)
620 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 617 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
621 'texelfetchoffset.html', 618 'texelfetchoffset.html',
622 ['linux', 'amd'], bug=483282) 619 ['linux', 'amd'], bug=483282)
623 620
624 self.Fail('deqp/functional/gles3/instancedrendering.html', 621 self.Fail('deqp/functional/gles3/instancedrendering.html',
625 ['linux', 'amd'], bug=483282) 622 ['linux', 'amd'], bug=483282)
626 self.Fail('deqp/functional/gles3/negativetextureapi.html',
627 ['linux', 'amd'], bug=483282)
628 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 623 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
629 ['linux', 'amd'], bug=483282) 624 ['linux', 'amd'], bug=483282)
630 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 625 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
631 ['linux', 'amd'], bug=483282) 626 ['linux', 'amd'], bug=483282)
632 627
633 self.Fail('conformance2/misc/uninitialized-test-2.html', 628 self.Fail('conformance2/misc/uninitialized-test-2.html',
634 ['linux', 'amd'], bug=483282) 629 ['linux', 'amd'], bug=483282)
635 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 630 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
636 ['linux', 'amd'], bug=483282) 631 ['linux', 'amd'], bug=483282)
637 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', 632 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 # self.Fail(page_name, 845 # self.Fail(page_name,
851 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 846 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
852 # self.Fail(page_name, 847 # self.Fail(page_name,
853 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 848 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
854 849
855 # Conflicts if between a generic os condition and a specific version 850 # Conflicts if between a generic os condition and a specific version
856 # self.Fail(page_name, 851 # self.Fail(page_name,
857 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 852 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
858 # self.Fail(page_name, 853 # self.Fail(page_name,
859 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 854 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698