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

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

Issue 2501033004: WebGL CTS: add back supporession that was removed in bulk (Closed)
Patch Set: Created 4 years, 1 month 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, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 493 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
494 ['linux', 'intel'], bug=635528) 494 ['linux', 'intel'], bug=635528)
495 495
496 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5. 496 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5.
497 self.Fail('conformance2/misc/views-with-offsets.html', 497 self.Fail('conformance2/misc/views-with-offsets.html',
498 ['linux', 'intel', 'no_angle'], bug=664180) 498 ['linux', 'intel', 'no_angle'], bug=664180)
499 499
500 # Linux Intel with ANGLE only 500 # Linux Intel with ANGLE only
501 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 501 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
502 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id 502 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
503 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
504 ['linux', 'intel', 'opengl'], bug=598902)
503 505
504 # Linux AMD only. 506 # Linux AMD only.
505 # It looks like AMD shader compiler rejects many valid ES3 semantics. 507 # It looks like AMD shader compiler rejects many valid ES3 semantics.
506 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 508 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
507 ['linux', 'amd'], bug=483282) 509 ['linux', 'amd'], bug=483282)
508 self.Fail('deqp/data/gles3/shaders/functions.html', 510 self.Fail('deqp/data/gles3/shaders/functions.html',
509 ['linux', 'amd'], bug=483282) 511 ['linux', 'amd'], bug=483282)
510 self.Fail('deqp/functional/gles3/multisample.html', 512 self.Fail('deqp/functional/gles3/multisample.html',
511 ['linux', 'amd'], bug=617290) 513 ['linux', 'amd'], bug=617290)
512 self.Fail('deqp/data/gles3/shaders/conversions.html', 514 self.Fail('deqp/data/gles3/shaders/conversions.html',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 # self.Fail(page_name, 782 # self.Fail(page_name,
781 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 783 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
782 # self.Fail(page_name, 784 # self.Fail(page_name,
783 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 785 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
784 786
785 # Conflicts if between a generic os condition and a specific version 787 # Conflicts if between a generic os condition and a specific version
786 # self.Fail(page_name, 788 # self.Fail(page_name,
787 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 789 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
788 # self.Fail(page_name, 790 # self.Fail(page_name,
789 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 791 # ['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