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

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

Issue 2077443002: Switch webgl2_conformance_tests to new harness, and shard them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-fetch current tab after browser restart. 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
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 24 matching lines...) Expand all
35 35
36 # All platforms. 36 # All platforms.
37 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282) 37 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282)
38 self.Skip('deqp/functional/gles3/fbocolorbuffer/*.html', bug=618408) 38 self.Skip('deqp/functional/gles3/fbocolorbuffer/*.html', bug=618408)
39 self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282) 39 self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282)
40 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282) 40 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282)
41 self.Skip('deqp/functional/gles3/fborender.html', bug=483282) 41 self.Skip('deqp/functional/gles3/fborender.html', bug=483282)
42 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282) 42 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282)
43 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282) 43 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282)
44 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=601821) 44 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=601821)
45 self.Flaky('deqp/functional/gles3/negativefragmentapi.html', bug=604794)
45 self.Skip('deqp/functional/gles3/shaderoperator/*.html', bug=483282) 46 self.Skip('deqp/functional/gles3/shaderoperator/*.html', bug=483282)
46 self.Skip('deqp/functional/gles3/textureshadow/*.html', bug=483282) 47 self.Skip('deqp/functional/gles3/textureshadow/*.html', bug=483282)
47 48
48 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) 49 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
49 50
50 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) 51 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
51 52
52 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 53 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
53 54
54 self.Fail('conformance2/rendering/draw-buffers.html', bug=617410) 55 self.Fail('conformance2/rendering/draw-buffers.html', bug=617410)
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 # self.Fail(page_name, 662 # self.Fail(page_name,
662 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 663 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
663 # self.Fail(page_name, 664 # self.Fail(page_name,
664 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 665 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
665 666
666 # Conflicts if between a generic os condition and a specific version 667 # Conflicts if between a generic os condition and a specific version
667 # self.Fail(page_name, 668 # self.Fail(page_name,
668 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 669 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
669 # self.Fail(page_name, 670 # self.Fail(page_name,
670 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 671 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_integration_test.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698