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

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', 413 self.Fail('deqp/functional/gles3/uniformapi/random.html',
Zhenyao Mo 2016/06/20 17:32:00 Can you move this entry to the Linux NVIDIA sectio
414 ['linux'], bug=616558) 414 ['linux', 'nvidia'], bug=621178)
415 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 415 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
416 ['linux'], bug=483282) 416 ['linux'], bug=483282)
417 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 417 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
418 ['linux', 'no_angle'], bug=483282) 418 ['linux', 'no_angle'], bug=483282)
419 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', 419 self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
420 ['linux'], bug=483282) 420 ['linux'], bug=483282)
421 421
422 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 422 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
423 ['linux', 'amd', 'intel'], bug=483282) 423 ['linux', 'amd', 'intel'], bug=483282)
424 self.Fail('deqp/functional/gles3/clipping.html', 424 self.Fail('deqp/functional/gles3/clipping.html',
(...skipping 243 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