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

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

Issue 2328973002: WebGL CTS: fixup test expectations changed in previous commits (Closed)
Patch Set: 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 | « 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 self.Fail('deqp/functional/gles3/shaderoperator/' + 373 self.Fail('deqp/functional/gles3/shaderoperator/' +
374 'angle_and_trigonometry_03.html', 374 'angle_and_trigonometry_03.html',
375 ['mac', 'amd'], bug=483282) 375 ['mac', 'amd'], bug=483282)
376 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', 376 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
377 ['mac', 'amd'], bug=483282) 377 ['mac', 'amd'], bug=483282)
378 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html', 378 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html',
379 ['mac', 'amd'], bug=483282) 379 ['mac', 'amd'], bug=483282)
380 380
381 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html', 381 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html',
382 ['mac', 'amd'], bug=644360) 382 ['mac', 'amd'], bug=644360)
383 self.Flaky('conformance2/textures/misc/tex-mipmap-levels.html', 383 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
384 ['mac', 'amd'], bug=644360) 384 ['mac', 'amd'], bug=644360)
385 385
386 # Mac Pro with AMD GPU 386 # Mac Pro with AMD GPU
387 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', 387 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
388 ['mac', ('amd', 0x679e)], bug=636648) 388 ['mac', ('amd', 0x679e)], bug=636648)
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/' +
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'default_framebuffer_00.html', 538 'default_framebuffer_00.html',
539 ['linux', 'intel'], bug=598902) 539 ['linux', 'intel'], bug=598902)
540 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 540 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
541 ['linux', 'intel'], bug=598902) 541 ['linux', 'intel'], bug=598902)
542 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 542 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
543 ['linux', 'intel'], bug=635528) 543 ['linux', 'intel'], bug=635528)
544 544
545 # Linux Intel with ANGLE only 545 # Linux Intel with ANGLE only
546 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', 546 self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
547 ['linux', 'intel', 'opengl'], bug=598902) 547 ['linux', 'intel', 'opengl'], bug=598902)
548 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
549 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
548 550
549 # Linux Intel without ANGLE only 551 # Linux Intel without ANGLE only
550 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 552 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
551 ['linux', 'intel', 'no_angle'], bug=598902) 553 ['linux', 'intel', 'no_angle'], bug=598902)
552 554
553 # Linux AMD only. 555 # Linux AMD only.
554 # It looks like AMD shader compiler rejects many valid ES3 semantics. 556 # It looks like AMD shader compiler rejects many valid ES3 semantics.
555 self.Fail('deqp/functional/gles3/multisample.html', 557 self.Fail('deqp/functional/gles3/multisample.html',
556 ['linux', 'amd'], bug=617290) 558 ['linux', 'amd'], bug=617290)
557 self.Fail('deqp/data/gles3/shaders/conversions.html', 559 self.Fail('deqp/data/gles3/shaders/conversions.html',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 # self.Fail(page_name, 821 # self.Fail(page_name,
820 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 822 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
821 # self.Fail(page_name, 823 # self.Fail(page_name,
822 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 824 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
823 825
824 # Conflicts if between a generic os condition and a specific version 826 # Conflicts if between a generic os condition and a specific version
825 # self.Fail(page_name, 827 # self.Fail(page_name,
826 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 828 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
827 # self.Fail(page_name, 829 # self.Fail(page_name,
828 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 830 # ['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