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

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

Issue 1921123002: conformance2/glsl3/array-complex-indexing.html fails on NVIDIA 364.19 driver. (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 | 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ['linux'], bug=483282) 411 ['linux'], bug=483282)
412 # We want to mark this Flaky for all of Linux however we currently skip 412 # We want to mark this Flaky for all of Linux however we currently skip
413 # all the tests on Intel. Tag this with AMD and Nvidia to avoid an 413 # all the tests on Intel. Tag this with AMD and Nvidia to avoid an
414 # expectation conflict that would make this test run on Intel. 414 # expectation conflict that would make this test run on Intel.
415 # Flaky because the virtual gl contexts implementation calls glUseProgram 415 # Flaky because the virtual gl contexts implementation calls glUseProgram
416 # while a transform feedback is active. 416 # while a transform feedback is active.
417 self.Flaky('deqp/functional/gles3/negativeshaderapi.html', 417 self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
418 ['linux', 'amd', 'nvidia'], bug=483282) 418 ['linux', 'amd', 'nvidia'], bug=483282)
419 419
420 # Linux NVIDIA only. 420 # Linux NVIDIA only.
421 self.Fail('conformance2/glsl3/array-complex-indexing.html',
422 ['linux', 'nvidia'], bug=606498)
421 self.Fail('deqp/functional/gles3/fbostatequery.html', 423 self.Fail('deqp/functional/gles3/fbostatequery.html',
422 ['linux', 'nvidia'], bug=483282) 424 ['linux', 'nvidia'], bug=483282)
423 self.Fail('deqp/functional/gles3/shaderswitch.html', 425 self.Fail('deqp/functional/gles3/shaderswitch.html',
424 ['linux', 'nvidia'], bug=605646) 426 ['linux', 'nvidia'], bug=605646)
425 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html', 427 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html',
426 ['linux', 'nvidia'], bug=606021) 428 ['linux', 'nvidia'], bug=606021)
427 self.Fail('deqp/functional/gles3/vertexarrays.html', 429 self.Fail('deqp/functional/gles3/vertexarrays.html',
428 ['linux', 'nvidia', 'debug'], bug=483282) 430 ['linux', 'nvidia', 'debug'], bug=483282)
429 431
430 # Linux AMD only. 432 # Linux AMD only.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 # self.Fail(page_name, 522 # self.Fail(page_name,
521 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 523 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
522 # self.Fail(page_name, 524 # self.Fail(page_name,
523 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 525 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
524 526
525 # Conflicts if between a generic os condition and a specific version 527 # Conflicts if between a generic os condition and a specific version
526 # self.Fail(page_name, 528 # self.Fail(page_name,
527 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 529 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
528 # self.Fail(page_name, 530 # self.Fail(page_name,
529 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 531 # ['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