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

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

Issue 2088393006: Roll WebGL 926e09c..e2281f5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll WebGL 926e09c..e2281f5 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 | « 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 30 matching lines...) Expand all
41 self.Fail('deqp/functional/gles3/shaderoperator/*.html', bug=483282) 41 self.Fail('deqp/functional/gles3/shaderoperator/*.html', bug=483282)
42 42
43 self.Flaky('deqp/functional/gles3/negativefragmentapi.html', bug=604794) 43 self.Flaky('deqp/functional/gles3/negativefragmentapi.html', bug=604794)
44 44
45 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) 45 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
46 46
47 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) 47 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
48 48
49 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 49 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
50 50
51 self.Fail('conformance2/rendering/draw-buffers.html', bug=617410)
52
53 # Avoid a conflict with a Mac expectation by setting 51 # Avoid a conflict with a Mac expectation by setting
54 self.Fail('conformance2/textures/misc/tex-input-validation.html', 52 self.Fail('conformance2/textures/misc/tex-input-validation.html',
55 ['d3d9', 'd3d11', 'opengl'], bug=483282) 53 ['d3d9', 'd3d11', 'opengl'], bug=483282)
56 54
57 # All platforms with AMD GPU. 55 # All platforms with AMD GPU.
58 self.Fail('deqp/functional/gles3/multisample.html', 56 self.Fail('deqp/functional/gles3/multisample.html',
59 ['amd'], bug=617290) 57 ['amd'], bug=617290)
60 58
61 # Windows only. 59 # Windows only.
62 self.Fail('deqp/functional/gles3/texturespecification/' + 60 self.Fail('deqp/functional/gles3/texturespecification/' +
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 self.Fail('deqp/functional/gles3/draw/' + 355 self.Fail('deqp/functional/gles3/draw/' +
358 'draw_elements.html', 356 'draw_elements.html',
359 ['mac', ('nvidia', 0xfe9)], bug=483282) 357 ['mac', ('nvidia', 0xfe9)], bug=483282)
360 self.Fail('deqp/functional/gles3/draw/' + 358 self.Fail('deqp/functional/gles3/draw/' +
361 'draw_elements_instanced.html', 359 'draw_elements_instanced.html',
362 ['mac', ('nvidia', 0xfe9)], bug=483282) 360 ['mac', ('nvidia', 0xfe9)], bug=483282)
363 self.Fail('deqp/functional/gles3/draw/' + 361 self.Fail('deqp/functional/gles3/draw/' +
364 'draw_range_elements.html', 362 'draw_range_elements.html',
365 ['mac', ('nvidia', 0xfe9)], bug=483282) 363 ['mac', ('nvidia', 0xfe9)], bug=483282)
366 364
365 self.Fail('conformance2/rendering/draw-buffers.html',
366 ['mac', ('nvidia', 0xfe9)], bug=617410)
367
367 # Mac AMD 368 # Mac AMD
368 self.Fail('deqp/functional/gles3/clipping.html', 369 self.Fail('deqp/functional/gles3/clipping.html',
369 ['mac', 'amd'], bug=483282) 370 ['mac', 'amd'], bug=483282)
370 self.Fail('deqp/functional/gles3/primitiverestart/00.html', 371 self.Fail('deqp/functional/gles3/primitiverestart/00.html',
371 ['mac', 'amd'], bug=598930) 372 ['mac', 'amd'], bug=598930)
372 self.Fail('deqp/functional/gles3/primitiverestart/01.html', 373 self.Fail('deqp/functional/gles3/primitiverestart/01.html',
373 ['mac', 'amd'], bug=598930) 374 ['mac', 'amd'], bug=598930)
374 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 375 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
375 ['mac', 'amd'], bug=483282) 376 ['mac', 'amd'], bug=483282)
376 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 377 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 ['mac', 'intel'], bug=606074) 458 ['mac', 'intel'], bug=606074)
458 459
459 # Linux only. 460 # Linux only.
460 self.Fail('deqp/data/gles3/shaders/functions.html', 461 self.Fail('deqp/data/gles3/shaders/functions.html',
461 ['linux'], bug=483282) 462 ['linux'], bug=483282)
462 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 463 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
463 ['linux'], bug=483282) 464 ['linux'], bug=483282)
464 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', 465 self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
465 ['linux'], bug=483282) 466 ['linux'], bug=483282)
466 467
468 # Behavior difference between GL compatibility profile and ES3.
469 self.Fail('conformance2/rendering/draw-buffers.html',
470 ['linux'], bug=617410)
471
467 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 472 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
468 ['linux', 'amd', 'intel'], bug=483282) 473 ['linux', 'amd', 'intel'], bug=483282)
469 self.Fail('deqp/functional/gles3/clipping.html', 474 self.Fail('deqp/functional/gles3/clipping.html',
470 ['linux', 'amd', 'intel'], bug=483282) 475 ['linux', 'amd', 'intel'], bug=483282)
471 476
472 self.Flaky('deqp/functional/gles3/texturespecification/' + 477 self.Flaky('deqp/functional/gles3/texturespecification/' +
473 'random_teximage2d_2d.html', 478 'random_teximage2d_2d.html',
474 ['linux'], bug=618447) 479 ['linux'], bug=618447)
475 self.Fail('deqp/functional/gles3/texturespecification/' + 480 self.Fail('deqp/functional/gles3/texturespecification/' +
476 'random_teximage2d_cube.html', 481 'random_teximage2d_cube.html',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 # self.Fail(page_name, 740 # self.Fail(page_name,
736 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 741 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
737 # self.Fail(page_name, 742 # self.Fail(page_name,
738 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 743 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
739 744
740 # Conflicts if between a generic os condition and a specific version 745 # Conflicts if between a generic os condition and a specific version
741 # self.Fail(page_name, 746 # self.Fail(page_name,
742 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 747 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
743 # self.Fail(page_name, 748 # self.Fail(page_name,
744 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 749 # ['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