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

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

Issue 2356773002: WebGL CTS: add back expectations for blitframebuffer srgb (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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'default_framebuffer_00.html', 501 'default_framebuffer_00.html',
502 ['linux', 'intel'], bug=598902) 502 ['linux', 'intel'], bug=598902)
503 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 503 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
504 ['linux', 'intel'], bug=598902) 504 ['linux', 'intel'], bug=598902)
505 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 505 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
506 ['linux', 'intel'], bug=635528) 506 ['linux', 'intel'], bug=635528)
507 507
508 # Linux Intel with ANGLE only 508 # Linux Intel with ANGLE only
509 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 509 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
510 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id 510 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
511 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
512 ['linux', 'intel', 'opengl'], bug=634525)
511 513
512 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see 514 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see
513 # https://patchwork.freedesktop.org/patch/76903 515 # https://patchwork.freedesktop.org/patch/76903
514 # So these tests fail on core profile. 516 # So these tests fail on core profile.
515 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', 517 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
516 ['linux', 'intel', 'opengl'], bug=598902) 518 ['linux', 'intel', 'opengl'], bug=598902)
517 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 519 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
518 ['linux', 'intel', 'opengl'], bug=598902) 520 ['linux', 'intel', 'opengl'], bug=598902)
519 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', 521 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
520 ['linux', 'intel', 'opengl'], bug=598902) 522 ['linux', 'intel', 'opengl'], bug=598902)
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 ['linux', 'amd'], bug=483282) 593 ['linux', 'amd'], bug=483282)
592 self.Fail('deqp/functional/gles3/transformfeedback/*.html', 594 self.Fail('deqp/functional/gles3/transformfeedback/*.html',
593 ['linux', 'amd'], bug=483282) 595 ['linux', 'amd'], bug=483282)
594 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 596 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
595 ['linux', 'amd'], bug=483282) 597 ['linux', 'amd'], bug=483282)
596 598
597 self.Fail('conformance2/misc/uninitialized-test-2.html', 599 self.Fail('conformance2/misc/uninitialized-test-2.html',
598 ['linux', 'amd'], bug=483282) 600 ['linux', 'amd'], bug=483282)
599 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 601 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
600 ['linux', 'amd'], bug=483282) 602 ['linux', 'amd'], bug=483282)
603 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
604 ['linux', 'amd'], bug=634525)
601 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', 605 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
602 ['linux', 'amd'], bug=295792) 606 ['linux', 'amd'], bug=295792)
603 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 607 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
604 ['linux', 'amd'], bug=483282) 608 ['linux', 'amd'], bug=483282)
605 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 609 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
606 ['linux', 'amd'], bug=483282) 610 ['linux', 'amd'], bug=483282)
607 611
608 self.Fail('deqp/functional/gles3/texturespecification/' + 612 self.Fail('deqp/functional/gles3/texturespecification/' +
609 'teximage2d_pbo_cube_00.html', 613 'teximage2d_pbo_cube_00.html',
610 ['linux', 'amd'], bug=483282) 614 ['linux', 'amd'], bug=483282)
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 # self.Fail(page_name, 822 # self.Fail(page_name,
819 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 823 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
820 # self.Fail(page_name, 824 # self.Fail(page_name,
821 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 825 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
822 826
823 # Conflicts if between a generic os condition and a specific version 827 # Conflicts if between a generic os condition and a specific version
824 # self.Fail(page_name, 828 # self.Fail(page_name,
825 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 829 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
826 # self.Fail(page_name, 830 # self.Fail(page_name,
827 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 831 # ['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