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

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

Issue 2108303002: WebGL CTS update bug ids for deqp/gles3/fboinvalidate/whole (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 ['win'], bug=1266) # angle bug ID 108 ['win'], bug=1266) # angle bug ID
109 self.Fail('conformance2/state/gl-object-get-calls.html', 109 self.Fail('conformance2/state/gl-object-get-calls.html',
110 ['win'], bug=483282) 110 ['win'], bug=483282)
111 111
112 self.Fail('deqp/functional/gles3/fbomultisample*', 112 self.Fail('deqp/functional/gles3/fbomultisample*',
113 ['win'], bug=483282) 113 ['win'], bug=483282)
114 114
115 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', 115 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html',
116 ['win'], bug=483282) 116 ['win'], bug=483282)
117 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html', 117 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
118 ['win'], bug=483282) 118 ['win'], bug=624506)
119 119
120 # Windows 8 only. 120 # Windows 8 only.
121 121
122 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 122 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
123 ['win8'], bug=483282) 123 ['win8'], bug=483282)
124 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601) 124 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
125 125
126 # Windows Debug. Causing assertions in the GPU process which raise 126 # Windows Debug. Causing assertions in the GPU process which raise
127 # a dialog box, so have to skip them rather than mark them as 127 # a dialog box, so have to skip them rather than mark them as
128 # failing. 128 # failing.
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 self.Fail('deqp/functional/gles3/clipping.html', 497 self.Fail('deqp/functional/gles3/clipping.html',
498 ['linux', 'amd', 'intel'], bug=483282) 498 ['linux', 'amd', 'intel'], bug=483282)
499 499
500 self.Flaky('deqp/functional/gles3/texturespecification/' + 500 self.Flaky('deqp/functional/gles3/texturespecification/' +
501 'random_teximage2d_2d.html', 501 'random_teximage2d_2d.html',
502 ['linux'], bug=618447) 502 ['linux'], bug=618447)
503 self.Fail('deqp/functional/gles3/texturespecification/' + 503 self.Fail('deqp/functional/gles3/texturespecification/' +
504 'random_teximage2d_cube.html', 504 'random_teximage2d_cube.html',
505 ['linux'], bug=483282) 505 ['linux'], bug=483282)
506 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html', 506 self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
507 ['linux'], bug=483282) 507 ['linux'], bug=624506)
508 508
509 # Linux NVIDIA only. 509 # Linux NVIDIA only.
510 self.Fail('conformance2/glsl3/array-complex-indexing.html', 510 self.Fail('conformance2/glsl3/array-complex-indexing.html',
511 ['linux', 'nvidia', 'no_angle'], bug=606498) 511 ['linux', 'nvidia', 'no_angle'], bug=606498)
512 self.Fail('deqp/functional/gles3/uniformapi/random.html', 512 self.Fail('deqp/functional/gles3/uniformapi/random.html',
513 ['linux', 'nvidia'], bug=621178) 513 ['linux', 'nvidia'], bug=621178)
514 514
515 # Linux NVIDIA with ANGLE only 515 # Linux NVIDIA with ANGLE only
516 self.Fail('deqp/functional/gles3/buffercopy.html', 516 self.Fail('deqp/functional/gles3/buffercopy.html',
517 ['linux', 'nvidia', 'opengl'], bug=483282) 517 ['linux', 'nvidia', 'opengl'], bug=483282)
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 # self.Fail(page_name, 765 # self.Fail(page_name,
766 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 766 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
767 # self.Fail(page_name, 767 # self.Fail(page_name,
768 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 768 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
769 769
770 # Conflicts if between a generic os condition and a specific version 770 # Conflicts if between a generic os condition and a specific version
771 # self.Fail(page_name, 771 # self.Fail(page_name,
772 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 772 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
773 # self.Fail(page_name, 773 # self.Fail(page_name,
774 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 774 # ['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