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

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

Issue 2174353003: Update fbo completeness test expectations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 586 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
587 ['linux', 'intel'], bug=598902) 587 ['linux', 'intel'], bug=598902)
588 588
589 # Linux Intel with ANGLE only 589 # Linux Intel with ANGLE only
590 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', 590 self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
591 ['linux', 'intel', 'opengl'], bug=598902) 591 ['linux', 'intel', 'opengl'], bug=598902)
592 592
593 # Linux Intel without ANGLE only 593 # Linux Intel without ANGLE only
594 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 594 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
595 ['linux', 'intel', 'no_angle'], bug=598902) 595 ['linux', 'intel', 'no_angle'], bug=598902)
596 self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html',
597 ['linux', 'intel', 'no_angle'], bug=598902)
598 self.Fail('deqp/functional/gles3/fbocompleteness.html',
599 ['linux', 'intel', 'no_angle'], bug=598902)
600 596
601 # Linux AMD only. 597 # Linux AMD only.
602 # It looks like AMD shader compiler rejects many valid ES3 semantics. 598 # It looks like AMD shader compiler rejects many valid ES3 semantics.
603 self.Fail('deqp/data/gles3/shaders/conversions.html', 599 self.Fail('deqp/data/gles3/shaders/conversions.html',
604 ['linux', 'amd'], bug=483282) 600 ['linux', 'amd'], bug=483282)
605 self.Skip('deqp/data/gles3/shaders/arrays.html', 601 self.Skip('deqp/data/gles3/shaders/arrays.html',
606 ['linux', 'amd'], bug=483282) 602 ['linux', 'amd'], bug=483282)
607 self.Fail('deqp/functional/gles3/internalformatquery.html', 603 self.Fail('deqp/functional/gles3/internalformatquery.html',
608 ['linux', 'amd'], bug=483282) 604 ['linux', 'amd'], bug=483282)
609 self.Fail('deqp/functional/gles3/texturestatequery.html', 605 self.Fail('deqp/functional/gles3/texturestatequery.html',
610 ['linux', 'amd'], bug=483282) 606 ['linux', 'amd'], bug=483282)
611 self.Fail('deqp/functional/gles3/buffercopy.html', 607 self.Fail('deqp/functional/gles3/buffercopy.html',
612 ['linux', 'amd'], bug=483282) 608 ['linux', 'amd'], bug=483282)
613 self.Fail('deqp/functional/gles3/samplerobject.html', 609 self.Fail('deqp/functional/gles3/samplerobject.html',
614 ['linux', 'amd'], bug=483282) 610 ['linux', 'amd'], bug=483282)
615 self.Fail('deqp/functional/gles3/shaderprecision*.html', 611 self.Fail('deqp/functional/gles3/shaderprecision*.html',
616 ['linux', 'amd'], bug=483282) 612 ['linux', 'amd'], bug=483282)
617 self.Fail('deqp/functional/gles3/texturefiltering/3d*', 613 self.Fail('deqp/functional/gles3/texturefiltering/3d*',
618 ['linux', 'amd'], bug=606114) 614 ['linux', 'amd'], bug=606114)
619 self.Fail('deqp/functional/gles3/fbocompleteness.html',
620 ['linux', 'amd'], bug=483282)
621 self.Fail('deqp/functional/gles3/lifetime.html', 615 self.Fail('deqp/functional/gles3/lifetime.html',
622 ['linux', 'amd'], bug=483282) 616 ['linux', 'amd'], bug=483282)
623 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', 617 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
624 ['linux', 'amd'], bug=483282) 618 ['linux', 'amd'], bug=483282)
625 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 619 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
626 'textureprojoffset.html', 620 'textureprojoffset.html',
627 ['linux', 'amd'], bug=483282) 621 ['linux', 'amd'], bug=483282)
628 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 622 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
629 'textureprojlodoffset.html', 623 'textureprojlodoffset.html',
630 ['linux', 'amd'], bug=483282) 624 ['linux', 'amd'], bug=483282)
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 # self.Fail(page_name, 855 # self.Fail(page_name,
862 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 856 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
863 # self.Fail(page_name, 857 # self.Fail(page_name,
864 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 858 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
865 859
866 # Conflicts if between a generic os condition and a specific version 860 # Conflicts if between a generic os condition and a specific version
867 # self.Fail(page_name, 861 # self.Fail(page_name,
868 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 862 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
869 # self.Fail(page_name, 863 # self.Fail(page_name,
870 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 864 # ['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