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

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

Issue 2281073004: Suppress dEQP shaderfunction/texturesize on Mac Pros with AMD GPUs. (Closed)
Patch Set: 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 | no next file » | 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 ['mac', 'amd'], bug=483282) 366 ['mac', 'amd'], bug=483282)
367 self.Fail('deqp/functional/gles3/primitiverestart/00.html', 367 self.Fail('deqp/functional/gles3/primitiverestart/00.html',
368 ['mac', 'amd'], bug=598930) 368 ['mac', 'amd'], bug=598930)
369 self.Fail('deqp/functional/gles3/primitiverestart/01.html', 369 self.Fail('deqp/functional/gles3/primitiverestart/01.html',
370 ['mac', 'amd'], bug=598930) 370 ['mac', 'amd'], bug=598930)
371 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 371 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
372 ['mac', 'amd'], bug=483282) 372 ['mac', 'amd'], bug=483282)
373 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 373 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
374 ['mac', 'amd'], bug=483282) 374 ['mac', 'amd'], bug=483282)
375 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 375 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
376 'texturesize.html',
377 ['mac', ('amd', 0x679e)], bug=640506)
378 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
376 'textureprojlodoffset.html', 379 'textureprojlodoffset.html',
377 ['mac', 'amd'], bug=483282) 380 ['mac', 'amd'], bug=483282)
378 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 381 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
379 'textureprojlod.html', 382 'textureprojlod.html',
380 ['mac', 'amd'], bug=483282) 383 ['mac', 'amd'], bug=483282)
381 self.Fail('deqp/functional/gles3/vertexarrays/' + 384 self.Fail('deqp/functional/gles3/vertexarrays/' +
382 'single_attribute.normalize.html', 385 'single_attribute.normalize.html',
383 ['mac', 'amd'], bug=483282) 386 ['mac', 'amd'], bug=483282)
384 387
385 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 388 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 # self.Fail(page_name, 874 # self.Fail(page_name,
872 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 875 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
873 # self.Fail(page_name, 876 # self.Fail(page_name,
874 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 877 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
875 878
876 # Conflicts if between a generic os condition and a specific version 879 # Conflicts if between a generic os condition and a specific version
877 # self.Fail(page_name, 880 # self.Fail(page_name,
878 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 881 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
879 # self.Fail(page_name, 882 # self.Fail(page_name,
880 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 883 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698