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

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

Issue 2319903004: Roll WebGL 2e13422..afd388c (Closed)
Patch Set: update 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') | 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 26 matching lines...) Expand all
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) 42 self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957)
43 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', 43 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
44 bug=664740) 44 bug=664740)
45 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 45 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
46 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) 46 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
47 self.Fail('conformance2/rendering/blitframebuffer-test.html', bug=634525)
47 48
48 # Windows only. 49 # Windows only.
49 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 50 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
50 ['win'], bug=638470) 51 ['win'], bug=638470)
51 52
52 # Win / NVidia 53 # Win / NVidia
53 self.Flaky('deqp/functional/gles3/fbomultisample*', 54 self.Flaky('deqp/functional/gles3/fbomultisample*',
54 ['win', 'nvidia'], bug=631317) 55 ['win', 'nvidia'], bug=631317)
55 56
56 # This should be fixed in the latest driver. 57 # This should be fixed in the latest driver.
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 328
328 self.Fail('deqp/functional/gles3/negativeshaderapi.html', 329 self.Fail('deqp/functional/gles3/negativeshaderapi.html',
329 ['mac', ('nvidia', 0xfe9)], bug=483282) 330 ['mac', ('nvidia', 0xfe9)], bug=483282)
330 331
331 self.Flaky('deqp/functional/gles3/vertexarrays/' + 332 self.Flaky('deqp/functional/gles3/vertexarrays/' +
332 'multiple_attributes.output.html', 333 'multiple_attributes.output.html',
333 ['mac', ('nvidia', 0xfe9)], bug=483282) 334 ['mac', ('nvidia', 0xfe9)], bug=483282)
334 335
335 # Mac AMD 336 # Mac AMD
336 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', 337 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
337 ['mac', 'amd'], bug=483282) 338 ['mac', 'amd'], bug=643866)
338 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', 339 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
339 ['mac', 'amd'], bug=483282) 340 ['mac', 'amd'], bug=643866)
341 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
342 ['mac', 'amd'], bug=643866)
343
340 self.Fail('deqp/functional/gles3/multisample.html', 344 self.Fail('deqp/functional/gles3/multisample.html',
341 ['mac', 'amd'], bug=617290) 345 ['mac', 'amd'], bug=617290)
342 self.Fail('deqp/functional/gles3/instancedrendering.html',
343 ['mac', 'amd'], bug=483282)
344 self.Fail('deqp/functional/gles3/pixelbufferobject.html', 346 self.Fail('deqp/functional/gles3/pixelbufferobject.html',
345 ['mac', 'amd'], bug=483282) 347 ['mac', 'amd'], bug=483282)
346 self.Fail('deqp/functional/gles3/primitiverestart/00.html', 348 self.Fail('deqp/functional/gles3/primitiverestart/00.html',
347 ['mac', 'amd'], bug=598930) 349 ['mac', 'amd'], bug=598930)
348 self.Fail('deqp/functional/gles3/primitiverestart/01.html', 350 self.Fail('deqp/functional/gles3/primitiverestart/01.html',
349 ['mac', 'amd'], bug=598930) 351 ['mac', 'amd'], bug=598930)
350 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
351 ['mac', 'amd'], bug=483282)
352 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 352 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
353 ['mac', 'amd'], bug=483282) 353 ['mac', 'amd'], bug=483282)
354 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 354 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
355 'texturesize.html',
356 ['mac', ('amd', 0x679e)], bug=640506)
357 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
358 'textureprojlodoffset.html', 355 'textureprojlodoffset.html',
359 ['mac', 'amd'], bug=483282) 356 ['mac', 'amd'], bug=483282)
360 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 357 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
361 'textureprojlod.html', 358 'textureprojlod.html',
362 ['mac', 'amd'], bug=483282) 359 ['mac', 'amd'], bug=483282)
363 self.Fail('deqp/functional/gles3/vertexarrays/' + 360 self.Fail('deqp/functional/gles3/vertexarrays/' +
364 'single_attribute.normalize.html', 361 'single_attribute.normalize.html',
365 ['mac', 'amd'], bug=483282) 362 ['mac', 'amd'], bug=483282)
366 363
367 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 364 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
(...skipping 11 matching lines...) Expand all
379 ['mac', 'amd'], bug=483282) 376 ['mac', 'amd'], bug=483282)
380 377
381 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html', 378 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html',
382 ['mac', 'amd'], bug=644360) 379 ['mac', 'amd'], bug=644360)
383 self.Flaky('conformance2/textures/misc/tex-mipmap-levels.html', 380 self.Flaky('conformance2/textures/misc/tex-mipmap-levels.html',
384 ['mac', 'amd'], bug=644360) 381 ['mac', 'amd'], bug=644360)
385 382
386 # Mac Pro with AMD GPU 383 # Mac Pro with AMD GPU
387 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', 384 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
388 ['mac', ('amd', 0x679e)], bug=636648) 385 ['mac', ('amd', 0x679e)], bug=636648)
386 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
387 'texturesize.html',
388 ['mac', ('amd', 0x679e)], bug=640506)
389 389
390 # Mac Intel 390 # Mac Intel
391 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', 391 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
392 ['mac', 'intel'], bug=606074) 392 ['mac', 'intel'], bug=606074)
393 self.Fail('deqp/functional/gles3/texturefiltering/' + 393 self.Fail('deqp/functional/gles3/texturefiltering/' +
394 'cube_combinations_01.html', 394 'cube_combinations_01.html',
395 ['mac', 'intel'], bug=606074) 395 ['mac', 'intel'], bug=606074)
396 self.Fail('deqp/functional/gles3/texturefiltering/' + 396 self.Fail('deqp/functional/gles3/texturefiltering/' +
397 '2d_array_combinations_01.html', 397 '2d_array_combinations_01.html',
398 ['mac', 'intel'], bug=606074) 398 ['mac', 'intel'], bug=606074)
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 # self.Fail(page_name, 819 # self.Fail(page_name,
820 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 820 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
821 # self.Fail(page_name, 821 # self.Fail(page_name,
822 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 822 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
823 823
824 # Conflicts if between a generic os condition and a specific version 824 # Conflicts if between a generic os condition and a specific version
825 # self.Fail(page_name, 825 # self.Fail(page_name,
826 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 826 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
827 # self.Fail(page_name, 827 # self.Fail(page_name,
828 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 828 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698