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

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: Update code per zmo's review: fix the bug in cmd buffer, instead of Blink WebGL 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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ['mac'], bug=483282) 179 ['mac'], bug=483282)
180 180
181 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 181 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
182 ['mac'], bug=483282) 182 ['mac'], bug=483282)
183 self.Fail('conformance2/rendering/framebuffer-completeness-unaffected.html', 183 self.Fail('conformance2/rendering/framebuffer-completeness-unaffected.html',
184 ['mac'], bug=604053) 184 ['mac'], bug=604053)
185 185
186 self.Fail('deqp/functional/gles3/instancedrendering.html', 186 self.Fail('deqp/functional/gles3/instancedrendering.html',
187 ['mac'], bug=483282) 187 ['mac'], bug=483282)
188 188
189 self.Fail('deqp/functional/gles3/negativetextureapi.html',
190 ['mac'], bug=483282)
191
192 self.Fail('deqp/functional/gles3/fbomultisample*', 189 self.Fail('deqp/functional/gles3/fbomultisample*',
193 ['mac'], bug=483282) 190 ['mac'], bug=483282)
194 191
195 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', 192 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
196 ['mac'], bug=483282) 193 ['mac'], bug=483282)
197 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 194 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
198 ['mac'], bug=483282) 195 ['mac'], bug=483282)
199 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', 196 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
200 ['mac'], bug=483282) 197 ['mac'], bug=483282)
201 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', 198 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'textureprojlodoffset.html', 626 'textureprojlodoffset.html',
630 ['linux', 'amd'], bug=483282) 627 ['linux', 'amd'], bug=483282)
631 self.Fail('deqp/functional/gles3/shadertexturefunction/texturegrad.html', 628 self.Fail('deqp/functional/gles3/shadertexturefunction/texturegrad.html',
632 ['linux', 'amd'], bug=483282) 629 ['linux', 'amd'], bug=483282)
633 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 630 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
634 'texelfetchoffset.html', 631 'texelfetchoffset.html',
635 ['linux', 'amd'], bug=483282) 632 ['linux', 'amd'], bug=483282)
636 633
637 self.Fail('deqp/functional/gles3/instancedrendering.html', 634 self.Fail('deqp/functional/gles3/instancedrendering.html',
638 ['linux', 'amd'], bug=483282) 635 ['linux', 'amd'], bug=483282)
639 self.Fail('deqp/functional/gles3/negativetextureapi.html',
640 ['linux', 'amd'], bug=483282)
641 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 636 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
642 ['linux', 'amd'], bug=483282) 637 ['linux', 'amd'], bug=483282)
643 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 638 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
644 ['linux', 'amd'], bug=483282) 639 ['linux', 'amd'], bug=483282)
645 640
646 self.Fail('conformance2/misc/uninitialized-test-2.html', 641 self.Fail('conformance2/misc/uninitialized-test-2.html',
647 ['linux', 'amd'], bug=483282) 642 ['linux', 'amd'], bug=483282)
648 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 643 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
649 ['linux', 'amd'], bug=483282) 644 ['linux', 'amd'], bug=483282)
650 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', 645 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 # self.Fail(page_name, 856 # self.Fail(page_name,
862 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 857 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
863 # self.Fail(page_name, 858 # self.Fail(page_name,
864 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 859 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
865 860
866 # Conflicts if between a generic os condition and a specific version 861 # Conflicts if between a generic os condition and a specific version
867 # self.Fail(page_name, 862 # self.Fail(page_name,
868 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 863 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
869 # self.Fail(page_name, 864 # self.Fail(page_name,
870 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 865 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698