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

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

Issue 2533873002: WebGL CTS: remove expectation for fixed Linux Intel ANGLE failure (Closed)
Patch Set: Created 4 years 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 538 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
539 ['linux', 'intel'], bug=666384) 539 ['linux', 'intel'], bug=666384)
540 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', 540 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
541 ['linux', 'intel'], bug=666384) 541 ['linux', 'intel'], bug=666384)
542 542
543 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5. 543 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5.
544 self.Fail('conformance2/misc/views-with-offsets.html', 544 self.Fail('conformance2/misc/views-with-offsets.html',
545 ['linux', 'intel', 'no_angle'], bug=664180) 545 ['linux', 'intel', 'no_angle'], bug=664180)
546 546
547 # Linux Intel with ANGLE only 547 # Linux Intel with ANGLE only
548 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
549 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
550 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 548 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
551 ['linux', 'intel', 'opengl'], bug=598902) 549 ['linux', 'intel', 'opengl'], bug=598902)
552 550
553 # Linux AMD only. 551 # Linux AMD only.
554 # It looks like AMD shader compiler rejects many valid ES3 semantics. 552 # It looks like AMD shader compiler rejects many valid ES3 semantics.
555 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 553 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
556 ['linux', 'amd'], bug=483282) 554 ['linux', 'amd'], bug=483282)
557 self.Fail('deqp/functional/gles3/multisample.html', 555 self.Fail('deqp/functional/gles3/multisample.html',
558 ['linux', 'amd'], bug=617290) 556 ['linux', 'amd'], bug=617290)
559 self.Fail('deqp/data/gles3/shaders/conversions.html', 557 self.Fail('deqp/data/gles3/shaders/conversions.html',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 # self.Fail(page_name, 813 # self.Fail(page_name,
816 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 814 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
817 # self.Fail(page_name, 815 # self.Fail(page_name,
818 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 816 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
819 817
820 # Conflicts if between a generic os condition and a specific version 818 # Conflicts if between a generic os condition and a specific version
821 # self.Fail(page_name, 819 # self.Fail(page_name,
822 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 820 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
823 # self.Fail(page_name, 821 # self.Fail(page_name,
824 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 822 # ['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