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

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

Issue 2072413002: WebGL expectations: reassign bug for uniformapi.random (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebGL expectations: reassign bug for uniformapi.random Created 4 years, 6 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ['mac', 'intel'], bug=483282) 403 ['mac', 'intel'], bug=483282)
404 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 404 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
405 'texturesize.html', 405 'texturesize.html',
406 ['mac', 'intel'], bug=483282) 406 ['mac', 'intel'], bug=483282)
407 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 407 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
408 ['mac', 'intel'], bug=483282) 408 ['mac', 'intel'], bug=483282)
409 409
410 # Linux only. 410 # Linux only.
411 self.Fail('deqp/data/gles3/shaders/functions.html', 411 self.Fail('deqp/data/gles3/shaders/functions.html',
412 ['linux'], bug=483282) 412 ['linux'], bug=483282)
413 self.Fail('deqp/functional/gles3/uniformapi/random.html',
414 ['linux'], bug=616558)
415 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 413 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
416 ['linux'], bug=483282) 414 ['linux'], bug=483282)
417 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 415 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
418 ['linux', 'no_angle'], bug=483282) 416 ['linux', 'no_angle'], bug=483282)
419 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', 417 self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
420 ['linux'], bug=483282) 418 ['linux'], bug=483282)
421 419
422 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 420 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
423 ['linux', 'amd', 'intel'], bug=483282) 421 ['linux', 'amd', 'intel'], bug=483282)
424 self.Fail('deqp/functional/gles3/clipping.html', 422 self.Fail('deqp/functional/gles3/clipping.html',
425 ['linux', 'amd', 'intel'], bug=483282) 423 ['linux', 'amd', 'intel'], bug=483282)
426 424
427 self.Fail('deqp/functional/gles3/texturespecification/' + 425 self.Fail('deqp/functional/gles3/texturespecification/' +
428 'random_teximage2d_cube.html', 426 'random_teximage2d_cube.html',
429 ['linux'], bug=483282) 427 ['linux'], bug=483282)
430 428
431 # Temporary supression due to timeout from perf regression 429 # Temporary supression due to timeout from perf regression
432 self.Fail('deqp/functional/gles3/vertexarrays.html', ['linux'], bug=618139) 430 self.Fail('deqp/functional/gles3/vertexarrays.html', ['linux'], bug=618139)
433 431
434 # Linux NVIDIA only. 432 # Linux NVIDIA only.
435 self.Fail('conformance2/glsl3/array-complex-indexing.html', 433 self.Fail('conformance2/glsl3/array-complex-indexing.html',
436 ['linux', 'nvidia', 'no_angle'], bug=606498) 434 ['linux', 'nvidia', 'no_angle'], bug=606498)
437 self.Fail('deqp/functional/gles3/negativebufferapi.html', 435 self.Fail('deqp/functional/gles3/negativebufferapi.html',
438 ['linux', 'nvidia', 'no_angle'], bug=483282) 436 ['linux', 'nvidia', 'no_angle'], bug=483282)
437 self.Fail('deqp/functional/gles3/uniformapi/random.html',
438 ['linux', 'nvidia'], bug=621178)
439 439
440 # Linux NVIDIA with ANGLE only 440 # Linux NVIDIA with ANGLE only
441 self.Fail('deqp/functional/gles3/buffercopy.html', 441 self.Fail('deqp/functional/gles3/buffercopy.html',
442 ['linux', 'nvidia', 'opengl'], bug=483282) 442 ['linux', 'nvidia', 'opengl'], bug=483282)
443 self.Fail('deqp/functional/gles3/bufferobjectquery.html', 443 self.Fail('deqp/functional/gles3/bufferobjectquery.html',
444 ['linux', 'nvidia', 'opengl'], bug=483282) 444 ['linux', 'nvidia', 'opengl'], bug=483282)
445 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 445 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
446 ['linux', 'nvidia', 'opengl'], bug=483282) 446 ['linux', 'nvidia', 'opengl'], bug=483282)
447 self.Fail('conformance2/transform_feedback/transform_feedback.html', 447 self.Fail('conformance2/transform_feedback/transform_feedback.html',
448 ['linux', 'nvidia', 'opengl'], bug=483282) 448 ['linux', 'nvidia', 'opengl'], bug=483282)
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 # self.Fail(page_name, 668 # self.Fail(page_name,
669 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 669 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
670 # self.Fail(page_name, 670 # self.Fail(page_name,
671 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 671 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
672 672
673 # Conflicts if between a generic os condition and a specific version 673 # Conflicts if between a generic os condition and a specific version
674 # self.Fail(page_name, 674 # self.Fail(page_name,
675 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 675 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
676 # self.Fail(page_name, 676 # self.Fail(page_name,
677 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 677 # ['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