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

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

Issue 2252153003: Add a transform feedback workaround for Intel GPUs on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the missing comma Created 4 years, 3 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html', 423 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html',
424 ['mac', 'amd'], bug=483282) 424 ['mac', 'amd'], bug=483282)
425 425
426 # Mac Pro with AMD GPU 426 # Mac Pro with AMD GPU
427 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', 427 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
428 ['mac', ('amd', 0x679e)], bug=636648) 428 ['mac', ('amd', 0x679e)], bug=636648)
429 429
430 # Mac Intel 430 # Mac Intel
431 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 431 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
432 ['mac', 'intel'], bug=483282) 432 ['mac', 'intel'], bug=483282)
433 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
434 ['mac', 'intel'], bug=483282)
435 433
436 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', 434 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
437 ['mac', 'intel'], bug=606074) 435 ['mac', 'intel'], bug=606074)
438 self.Fail('deqp/functional/gles3/texturefiltering/' + 436 self.Fail('deqp/functional/gles3/texturefiltering/' +
439 'cube_combinations_01.html', 437 'cube_combinations_01.html',
440 ['mac', 'intel'], bug=606074) 438 ['mac', 'intel'], bug=606074)
441 self.Fail('deqp/functional/gles3/texturefiltering/' + 439 self.Fail('deqp/functional/gles3/texturefiltering/' +
442 '2d_array_combinations_01.html', 440 '2d_array_combinations_01.html',
443 ['mac', 'intel'], bug=606074) 441 ['mac', 'intel'], bug=606074)
444 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html', 442 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 # self.Fail(page_name, 895 # self.Fail(page_name,
898 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 896 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
899 # self.Fail(page_name, 897 # self.Fail(page_name,
900 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 898 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
901 899
902 # Conflicts if between a generic os condition and a specific version 900 # Conflicts if between a generic os condition and a specific version
903 # self.Fail(page_name, 901 # self.Fail(page_name,
904 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 902 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
905 # self.Fail(page_name, 903 # self.Fail(page_name,
906 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 904 # ['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