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

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

Issue 2310243003: Roll WebGL 3d0e045..2e13422 (Closed)
Patch Set: update webgl expectations 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 | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | 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 21 matching lines...) Expand all
32 # 2.0.1 OR LATER 32 # 2.0.1 OR LATER
33 # Too slow (take about one hour to run) 33 # Too slow (take about one hour to run)
34 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403) 34 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403)
35 35
36 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) 36 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
37 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', 37 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
38 ['linux'], bug=483282) 38 ['linux'], bug=483282)
39 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519) 39 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519)
40 40
41 # All platforms. 41 # All platforms.
42 self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957)
43 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
44 bug=664740)
42 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 45 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
43 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) 46 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
44 47
45 # All platforms with AMD GPU. 48 # All platforms with AMD GPU.
46 self.Fail('deqp/functional/gles3/multisample.html', 49 self.Fail('deqp/functional/gles3/multisample.html',
47 ['amd'], bug=617290) 50 ['amd'], bug=617290)
48 51
49 # Windows only. 52 # Windows only.
50 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 53 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
51 ['win'], bug=638470) 54 ['win'], bug=638470)
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 ['mac', ('nvidia', 0xfe9)], bug=483282) 336 ['mac', ('nvidia', 0xfe9)], bug=483282)
334 337
335 self.Fail('deqp/functional/gles3/negativeshaderapi.html', 338 self.Fail('deqp/functional/gles3/negativeshaderapi.html',
336 ['mac', ('nvidia', 0xfe9)], bug=483282) 339 ['mac', ('nvidia', 0xfe9)], bug=483282)
337 340
338 self.Flaky('deqp/functional/gles3/vertexarrays/' + 341 self.Flaky('deqp/functional/gles3/vertexarrays/' +
339 'multiple_attributes.output.html', 342 'multiple_attributes.output.html',
340 ['mac', ('nvidia', 0xfe9)], bug=483282) 343 ['mac', ('nvidia', 0xfe9)], bug=483282)
341 344
342 # Mac AMD 345 # Mac AMD
346 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
347 ['mac', 'amd'], bug=483282)
348 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
349 ['mac', 'amd'], bug=483282)
343 self.Fail('deqp/functional/gles3/instancedrendering.html', 350 self.Fail('deqp/functional/gles3/instancedrendering.html',
344 ['mac', 'amd'], bug=483282) 351 ['mac', 'amd'], bug=483282)
345 self.Fail('deqp/functional/gles3/pixelbufferobject.html', 352 self.Fail('deqp/functional/gles3/pixelbufferobject.html',
346 ['mac', 'amd'], bug=483282) 353 ['mac', 'amd'], bug=483282)
347 self.Fail('deqp/functional/gles3/primitiverestart/00.html', 354 self.Fail('deqp/functional/gles3/primitiverestart/00.html',
348 ['mac', 'amd'], bug=598930) 355 ['mac', 'amd'], bug=598930)
349 self.Fail('deqp/functional/gles3/primitiverestart/01.html', 356 self.Fail('deqp/functional/gles3/primitiverestart/01.html',
350 ['mac', 'amd'], bug=598930) 357 ['mac', 'amd'], bug=598930)
351 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 358 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
352 ['mac', 'amd'], bug=483282) 359 ['mac', 'amd'], bug=483282)
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 # self.Fail(page_name, 864 # self.Fail(page_name,
858 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 865 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
859 # self.Fail(page_name, 866 # self.Fail(page_name,
860 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 867 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
861 868
862 # Conflicts if between a generic os condition and a specific version 869 # Conflicts if between a generic os condition and a specific version
863 # self.Fail(page_name, 870 # self.Fail(page_name,
864 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 871 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
865 # self.Fail(page_name, 872 # self.Fail(page_name,
866 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 873 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698