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

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

Issue 1918473002: Document WebGL2 CTS expectations findings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 ['win'], bug=483282) 88 ['win'], bug=483282)
89 self.Fail('conformance2/textures/canvas/' + 89 self.Fail('conformance2/textures/canvas/' +
90 'tex-2d-rgba4-rgba-unsigned_byte.html', 90 'tex-2d-rgba4-rgba-unsigned_byte.html',
91 ['win'], bug=483282) 91 ['win'], bug=483282)
92 self.Fail('conformance2/textures/canvas/' + 92 self.Fail('conformance2/textures/canvas/' +
93 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', 93 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
94 ['win'], bug=483282) 94 ['win'], bug=483282)
95 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 95 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
96 ['win'], bug=483282) 96 ['win'], bug=483282)
97 97
98 # Failing because ANGLE using a different interpretation of the spec for
99 # CopyTexImage2D so that for example a copy from RGBA8 to R8 fails.
Zhenyao Mo 2016/04/22 18:50:16 We should resolve this ambiguity in spec interpret
98 self.Fail('conformance2/textures/webgl_canvas/' + 100 self.Fail('conformance2/textures/webgl_canvas/' +
99 'tex-2d-r8-red-unsigned_byte.html', 101 'tex-2d-r8-red-unsigned_byte.html',
100 ['win'], bug=483282) 102 ['win'], bug=483282)
101 self.Fail('conformance2/textures/webgl_canvas/' + 103 self.Fail('conformance2/textures/webgl_canvas/' +
102 'tex-2d-rg8-rg-unsigned_byte.html', 104 'tex-2d-rg8-rg-unsigned_byte.html',
103 ['win'], bug=483282) 105 ['win'], bug=483282)
104 self.Fail('conformance2/textures/webgl_canvas/' + 106 self.Fail('conformance2/textures/webgl_canvas/' +
105 'tex-2d-rgb8-rgb-unsigned_byte.html', 107 'tex-2d-rgb8-rgb-unsigned_byte.html',
106 ['win'], bug=483282) 108 ['win'], bug=483282)
107 self.Fail('conformance2/textures/webgl_canvas/' + 109 self.Fail('conformance2/textures/webgl_canvas/' +
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ['linux'], bug=483282) 366 ['linux'], bug=483282)
365 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 367 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
366 ['linux'], bug=483282) 368 ['linux'], bug=483282)
367 self.Fail('conformance2/rendering/draw-buffers.html', 369 self.Fail('conformance2/rendering/draw-buffers.html',
368 ['linux'], bug=483282) 370 ['linux'], bug=483282)
369 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 371 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
370 ['linux'], bug=483282) 372 ['linux'], bug=483282)
371 # We want to mark this Flaky for all of Linux however we currently skip 373 # We want to mark this Flaky for all of Linux however we currently skip
372 # all the tests on Intel. Tag this with AMD and Nvidia to avoid an 374 # all the tests on Intel. Tag this with AMD and Nvidia to avoid an
373 # expectation conflict that would make this test run on Intel. 375 # expectation conflict that would make this test run on Intel.
376 # Flaky because the virtual gl contexts implementation calls glUseProgram
377 # while a transform feedback is active.
Zhenyao Mo 2016/04/22 18:50:16 Ah, my current CL (adding transform_feedback_manag
374 self.Flaky('deqp/functional/gles3/negativeshaderapi.html', 378 self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
375 ['linux', 'amd', 'nvidia'], bug=483282) 379 ['linux', 'amd', 'nvidia'], bug=483282)
376 380
377 # Linux NVIDIA only. 381 # Linux NVIDIA only.
378 self.Fail('deqp/functional/gles3/fbostatequery.html', 382 self.Fail('deqp/functional/gles3/fbostatequery.html',
379 ['linux', 'nvidia'], bug=483282) 383 ['linux', 'nvidia'], bug=483282)
380 self.Fail('deqp/functional/gles3/vertexarrays.html', 384 self.Fail('deqp/functional/gles3/vertexarrays.html',
381 ['linux', 'nvidia', 'debug'], bug=483282) 385 ['linux', 'nvidia', 'debug'], bug=483282)
382 386
383 # Linux AMD only. 387 # Linux AMD only.
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 # self.Fail(page_name, 475 # self.Fail(page_name,
472 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 476 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
473 # self.Fail(page_name, 477 # self.Fail(page_name,
474 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 478 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
475 479
476 # Conflicts if between a generic os condition and a specific version 480 # Conflicts if between a generic os condition and a specific version
477 # self.Fail(page_name, 481 # self.Fail(page_name,
478 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 482 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
479 # self.Fail(page_name, 483 # self.Fail(page_name,
480 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 484 # ['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