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

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

Issue 1883273004: Emulate TEXTURE_IMMUTABLE_LEVELS on GL lower than 4.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 ['mac'], bug=483282) 332 ['mac'], bug=483282)
333 self.Fail('conformance2/buffers/buffer-type-restrictions.html', 333 self.Fail('conformance2/buffers/buffer-type-restrictions.html',
334 ['mac'], bug=483282) 334 ['mac'], bug=483282)
335 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 335 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
336 ['mac'], bug=483282) 336 ['mac'], bug=483282)
337 self.Fail('conformance2/renderbuffers/' + 337 self.Fail('conformance2/renderbuffers/' +
338 'multisampled-renderbuffer-initialization.html', 338 'multisampled-renderbuffer-initialization.html',
339 ['mac'], bug=483282) 339 ['mac'], bug=483282)
340 self.Fail('conformance2/textures/misc/compressed-tex-image.html', 340 self.Fail('conformance2/textures/misc/compressed-tex-image.html',
341 ['mac'], bug=565438) 341 ['mac'], bug=565438)
342 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
343 ['mac'], bug=483282)
344 self.Fail('conformance2/textures/misc/tex-new-formats.html', 342 self.Fail('conformance2/textures/misc/tex-new-formats.html',
345 ['mac'], bug=483282) 343 ['mac'], bug=483282)
346 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', 344 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
347 ['mac'], bug=295792) 345 ['mac'], bug=295792)
348 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 346 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
349 ['mac'], bug=483282) 347 ['mac'], bug=483282)
350 self.Fail('conformance2/renderbuffers/readbuffer.html', 348 self.Fail('conformance2/renderbuffers/readbuffer.html',
351 ['mac'], bug=570453) 349 ['mac'], bug=570453)
352 self.Fail('conformance2/state/gl-object-get-calls.html', 350 self.Fail('conformance2/state/gl-object-get-calls.html',
353 ['mac'], bug=483282) 351 ['mac'], bug=483282)
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 # self.Fail(page_name, 489 # self.Fail(page_name,
492 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 490 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
493 # self.Fail(page_name, 491 # self.Fail(page_name,
494 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 492 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
495 493
496 # Conflicts if between a generic os condition and a specific version 494 # Conflicts if between a generic os condition and a specific version
497 # self.Fail(page_name, 495 # self.Fail(page_name,
498 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 496 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
499 # self.Fail(page_name, 497 # self.Fail(page_name,
500 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 498 # ['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