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

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

Issue 2344983002: WebGL CTS: fragmentoutput are fixed on Linux Intel ANGLE (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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 ['linux', 'intel'], bug=598902) 531 ['linux', 'intel'], bug=598902)
532 self.Fail('deqp/functional/gles3/framebufferblit/' + 532 self.Fail('deqp/functional/gles3/framebufferblit/' +
533 'default_framebuffer_00.html', 533 'default_framebuffer_00.html',
534 ['linux', 'intel'], bug=598902) 534 ['linux', 'intel'], bug=598902)
535 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 535 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
536 ['linux', 'intel'], bug=598902) 536 ['linux', 'intel'], bug=598902)
537 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 537 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
538 ['linux', 'intel'], bug=635528) 538 ['linux', 'intel'], bug=635528)
539 539
540 # Linux Intel with ANGLE only 540 # Linux Intel with ANGLE only
541 self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
542 ['linux', 'intel', 'opengl'], bug=598902)
543 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 541 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
544 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id 542 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
545 543
546 # Linux Intel without ANGLE only 544 # Linux Intel without ANGLE only
547 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 545 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
548 ['linux', 'intel', 'no_angle'], bug=598902) 546 ['linux', 'intel', 'no_angle'], bug=598902)
549 547
550 # Linux AMD only. 548 # Linux AMD only.
551 # It looks like AMD shader compiler rejects many valid ES3 semantics. 549 # It looks like AMD shader compiler rejects many valid ES3 semantics.
552 self.Fail('deqp/functional/gles3/multisample.html', 550 self.Fail('deqp/functional/gles3/multisample.html',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 # self.Fail(page_name, 814 # self.Fail(page_name,
817 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 815 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
818 # self.Fail(page_name, 816 # self.Fail(page_name,
819 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 817 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
820 818
821 # Conflicts if between a generic os condition and a specific version 819 # Conflicts if between a generic os condition and a specific version
822 # self.Fail(page_name, 820 # self.Fail(page_name,
823 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 821 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
824 # self.Fail(page_name, 822 # self.Fail(page_name,
825 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 823 # ['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