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

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

Issue 2378373003: Enable ANGLE workaround for unused std140/shared blocks bug (Closed)
Patch Set: Suppress random.html on Intel/AMD gpu on Mac Created 4 years, 2 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 | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('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, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'framebuffer-completeness-unaffected.html', 196 'framebuffer-completeness-unaffected.html',
197 ['mac'], bug=630800) 197 ['mac'], bug=630800)
198 self.Fail('deqp/functional/gles3/fbocompleteness.html', 198 self.Fail('deqp/functional/gles3/fbocompleteness.html',
199 ['mac'], bug=630800) 199 ['mac'], bug=630800)
200 # self.Fail('deqp/functional/gles3/fbocompleteness.html', 200 # self.Fail('deqp/functional/gles3/fbocompleteness.html',
201 # ['mac', ('nvidia', 0xfe9)], bug=616562) 201 # ['mac', ('nvidia', 0xfe9)], bug=616562)
202 202
203 self.Fail('deqp/data/gles3/shaders/linkage.html', 203 self.Fail('deqp/data/gles3/shaders/linkage.html',
204 ['mac'], bug=641129) 204 ['mac'], bug=641129)
205 205
206 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
207 ['mac'], bug=618464)
208
209 # This is due to "centroid out" / "in" mismatch. 206 # This is due to "centroid out" / "in" mismatch.
210 self.Fail('deqp/data/gles3/shaders/qualification_order.html', 207 self.Fail('deqp/data/gles3/shaders/qualification_order.html',
211 ['mac'], bug=483282) 208 ['mac'], bug=483282)
212 209
213 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 210 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
214 ['mac'], bug=641149) 211 ['mac'], bug=641149)
215 212
216 self.Fail('deqp/functional/gles3/fbomultisample*', 213 self.Fail('deqp/functional/gles3/fbomultisample*',
217 ['mac', 'intel'], bug=641209) 214 ['mac', 'intel'], bug=641209)
218 215
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 459
463 self.Fail('deqp/functional/gles3/shaderoperator/' + 460 self.Fail('deqp/functional/gles3/shaderoperator/' +
464 'angle_and_trigonometry_02.html', 461 'angle_and_trigonometry_02.html',
465 ['mac', 'amd'], bug=483282) 462 ['mac', 'amd'], bug=483282)
466 self.Fail('deqp/functional/gles3/shaderoperator/' + 463 self.Fail('deqp/functional/gles3/shaderoperator/' +
467 'angle_and_trigonometry_03.html', 464 'angle_and_trigonometry_03.html',
468 ['mac', 'amd'], bug=483282) 465 ['mac', 'amd'], bug=483282)
469 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html', 466 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html',
470 ['mac', 'amd'], bug=483282) 467 ['mac', 'amd'], bug=483282)
471 468
469 # Fixed on OSX 10.12
470 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
471 ['mac', 'amd'], bug=618464)
472
472 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html', 473 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html',
473 ['mac', 'amd'], bug=644360) 474 ['mac', 'amd'], bug=644360)
474 475
475 # Mac Pro with AMD GPU 476 # Mac Pro with AMD GPU
476 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 477 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
477 ['mac', ('amd', 0x679e)], bug=483282) 478 ['mac', ('amd', 0x679e)], bug=483282)
478 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', 479 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
479 ['mac', ('amd', 0x679e)], bug=636648) 480 ['mac', ('amd', 0x679e)], bug=636648)
480 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 481 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
481 'texturesize.html', 482 'texturesize.html',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 521 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
521 ['mac', 'intel'], bug=483282) 522 ['mac', 'intel'], bug=483282)
522 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', 523 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html',
523 ['mac', 'intel'], bug=483282) 524 ['mac', 'intel'], bug=483282)
524 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', 525 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html',
525 ['mac', 'intel'], bug=483282) 526 ['mac', 'intel'], bug=483282)
526 527
527 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 528 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
528 ['mac', 'intel'], bug=483282) 529 ['mac', 'intel'], bug=483282)
529 530
531 # Fixed on OSX 10.11
532 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
533 ['mac', 'intel'], bug=618464)
534
530 # Linux only. 535 # Linux only.
531 self.Fail('conformance2/buffers/get-buffer-sub-data.html', 536 self.Fail('conformance2/buffers/get-buffer-sub-data.html',
532 ['linux'], bug=654201) 537 ['linux'], bug=654201)
533 538
534 self.Flaky('conformance/textures/video/' + 539 self.Flaky('conformance/textures/video/' +
535 'tex-2d-rgba-rgba-unsigned_byte.html', 540 'tex-2d-rgba-rgba-unsigned_byte.html',
536 ['linux'], bug=627525) 541 ['linux'], bug=627525)
537 self.Flaky('conformance/textures/video/' + 542 self.Flaky('conformance/textures/video/' +
538 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 543 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
539 ['linux'], bug=627525) 544 ['linux'], bug=627525)
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 # self.Fail(page_name, 917 # self.Fail(page_name,
913 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 918 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
914 # self.Fail(page_name, 919 # self.Fail(page_name,
915 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 920 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
916 921
917 # Conflicts if between a generic os condition and a specific version 922 # Conflicts if between a generic os condition and a specific version
918 # self.Fail(page_name, 923 # self.Fail(page_name,
919 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 924 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
920 # self.Fail(page_name, 925 # self.Fail(page_name,
921 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 926 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698