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

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

Issue 2409523002: [Command buffer] Fix the bug when blitting pixels outside read framebuffer (Closed)
Patch Set: Code refactoring Created 4 years, 2 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
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 ['win7', 'intel'], bug=593024) 154 ['win7', 'intel'], bug=593024)
155 155
156 # It's unfortunate that these suppressions need to be so broad, but it 156 # It's unfortunate that these suppressions need to be so broad, but it
157 # looks like the D3D11 device can be lost spontaneously on this 157 # looks like the D3D11 device can be lost spontaneously on this
158 # configuration while running basically any test. 158 # configuration while running basically any test.
159 self.Flaky('conformance/*', ['win', 'intel'], bug=628395) 159 self.Flaky('conformance/*', ['win', 'intel'], bug=628395)
160 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395) 160 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395)
161 self.Flaky('deqp/*', ['win', 'intel'], bug=628395) 161 self.Flaky('deqp/*', ['win', 'intel'], bug=628395)
162 162
163 # Mac only. 163 # Mac only.
164 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
165 ['mac'], bug=644740)
166 164
167 # Fixed on OSX 10.11 165 # Fixed on OSX 10.11
168 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', 166 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
169 ['mac', 'amd'], bug=483282) 167 ['mac', 'amd'], bug=483282)
170 168
171 self.Fail('conformance2/rendering/' + 169 self.Fail('conformance2/rendering/' +
172 'framebuffer-completeness-unaffected.html', 170 'framebuffer-completeness-unaffected.html',
173 ['mac'], bug=630800) 171 ['mac'], bug=630800)
174 self.Fail('deqp/functional/gles3/fbocompleteness.html', 172 self.Fail('deqp/functional/gles3/fbocompleteness.html',
175 ['mac'], bug=630800) 173 ['mac'], bug=630800)
(...skipping 13 matching lines...) Expand all
189 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 187 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
190 ['mac'], bug=641149) 188 ['mac'], bug=641149)
191 189
192 self.Fail('deqp/functional/gles3/fbomultisample*', 190 self.Fail('deqp/functional/gles3/fbomultisample*',
193 ['mac', 'intel'], bug=641209) 191 ['mac', 'intel'], bug=641209)
194 192
195 self.Fail('deqp/functional/gles3/fbomultisample*', 193 self.Fail('deqp/functional/gles3/fbomultisample*',
196 ['mac', 'nvidia'], bug=641209) 194 ['mac', 'nvidia'], bug=641209)
197 195
198 self.Fail('deqp/functional/gles3/framebufferblit/' + 196 self.Fail('deqp/functional/gles3/framebufferblit/' +
199 'default_framebuffer_*.html', 197 'default_framebuffer_04.html',
200 ['mac'], bug=483282) 198 ['mac', 'nvidia'], bug=483282)
yunchao 2016/10/12 14:58:18 Don't know why only default_framebuffer_04 on Mac
201 199
202 # Mac Retina NVIDIA 200 # Mac Retina NVIDIA
203 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 201 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
204 ['mac', ('nvidia', 0xfe9)], bug=483282) 202 ['mac', ('nvidia', 0xfe9)], bug=483282)
205 self.Flaky( 203 self.Flaky(
206 'conformance/extensions/webgl-compressed-texture-size-limit.html', 204 'conformance/extensions/webgl-compressed-texture-size-limit.html',
207 ['mac', ('nvidia', 0xfe9)], bug=483282) 205 ['mac', ('nvidia', 0xfe9)], bug=483282)
208 self.Fail('conformance/programs/' + 206 self.Fail('conformance/programs/' +
209 'gl-bind-attrib-location-long-names-test.html', 207 'gl-bind-attrib-location-long-names-test.html',
210 ['mac', ('nvidia', 0xfe9)], bug=483282) 208 ['mac', ('nvidia', 0xfe9)], bug=483282)
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 424 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
427 'textureprojlodoffset.html', 425 'textureprojlodoffset.html',
428 ['mac', 'amd'], bug=483282) 426 ['mac', 'amd'], bug=483282)
429 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 427 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
430 'textureprojlod.html', 428 'textureprojlod.html',
431 ['mac', 'amd'], bug=483282) 429 ['mac', 'amd'], bug=483282)
432 self.Fail('deqp/functional/gles3/vertexarrays/' + 430 self.Fail('deqp/functional/gles3/vertexarrays/' +
433 'single_attribute.normalize.html', 431 'single_attribute.normalize.html',
434 ['mac', 'amd'], bug=483282) 432 ['mac', 'amd'], bug=483282)
435 433
436 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
437 ['mac', 'amd'], bug=483282)
438
439 self.Fail('deqp/functional/gles3/shaderoperator/' + 434 self.Fail('deqp/functional/gles3/shaderoperator/' +
440 'angle_and_trigonometry_02.html', 435 'angle_and_trigonometry_02.html',
441 ['mac', 'amd'], bug=483282) 436 ['mac', 'amd'], bug=483282)
442 self.Fail('deqp/functional/gles3/shaderoperator/' + 437 self.Fail('deqp/functional/gles3/shaderoperator/' +
443 'angle_and_trigonometry_03.html', 438 'angle_and_trigonometry_03.html',
444 ['mac', 'amd'], bug=483282) 439 ['mac', 'amd'], bug=483282)
445 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html', 440 self.Fail('deqp/functional/gles3/shaderoperator/geometric.html',
446 ['mac', 'amd'], bug=483282) 441 ['mac', 'amd'], bug=483282)
447 442
448 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html', 443 self.Flaky('deqp/functional/gles3/shaderindexing/mat_02.html',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 481 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
487 'texturelod.html', 482 'texturelod.html',
488 ['mac', 'intel'], bug=483282) 483 ['mac', 'intel'], bug=483282)
489 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 484 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
490 'texturegrad.html', 485 'texturegrad.html',
491 ['mac', 'intel'], bug=483282) 486 ['mac', 'intel'], bug=483282)
492 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 487 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
493 'textureprojgrad.html', 488 'textureprojgrad.html',
494 ['mac', 'intel'], bug=483282) 489 ['mac', 'intel'], bug=483282)
495 490
496 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
497 ['mac', 'intel'], bug=483282)
498 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', 491 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html',
499 ['mac', 'intel'], bug=483282) 492 ['mac', 'intel'], bug=483282)
500 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', 493 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html',
501 ['mac', 'intel'], bug=483282) 494 ['mac', 'intel'], bug=483282)
502 495
503 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 496 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
504 ['mac', 'intel'], bug=483282) 497 ['mac', 'intel'], bug=483282)
505 498
506 # Linux only. 499 # Linux only.
507 self.Fail('conformance2/buffers/getBufferSubData.html', 500 self.Fail('conformance2/buffers/getBufferSubData.html',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 549 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
557 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', 550 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
558 ['linux', 'intel'], bug=540543) # GPU timeout 551 ['linux', 'intel'], bug=540543) # GPU timeout
559 552
560 # The Mesa Intel driver has a scoping bug, see 553 # The Mesa Intel driver has a scoping bug, see
561 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 554 # https://bugs.freedesktop.org/show_bug.cgi?id=95184
562 # It has been fixed in Mesa 12.0 555 # It has been fixed in Mesa 12.0
563 self.Fail('deqp/data/gles3/shaders/scoping.html', 556 self.Fail('deqp/data/gles3/shaders/scoping.html',
564 ['linux', 'intel'], bug=610800) 557 ['linux', 'intel'], bug=610800)
565 558
566 self.Fail('deqp/functional/gles3/framebufferblit/' +
567 'default_framebuffer_00.html',
568 ['linux', 'intel'], bug=598902)
569 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
570 ['linux', 'intel'], bug=598902)
571 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 559 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
572 ['linux', 'intel'], bug=635528) 560 ['linux', 'intel'], bug=635528)
573 561
574 # Linux Intel with ANGLE only 562 # Linux Intel with ANGLE only
575 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 563 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
576 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id 564 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
577 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', 565 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
578 ['linux', 'intel', 'opengl'], bug=634525) 566 ['linux', 'intel', 'opengl'], bug=634525)
579 567
580 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see 568 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', 792 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
805 ['linux', 'amd'], bug=483282) 793 ['linux', 'amd'], bug=483282)
806 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', 794 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
807 ['linux', 'amd'], bug=483282) 795 ['linux', 'amd'], bug=483282)
808 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', 796 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html',
809 ['linux', 'amd'], bug=483282) 797 ['linux', 'amd'], bug=483282)
810 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', 798 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
811 ['linux', 'amd'], bug=483282) 799 ['linux', 'amd'], bug=483282)
812 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', 800 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
813 ['linux', 'amd'], bug=483282) 801 ['linux', 'amd'], bug=483282)
814 self.Fail('deqp/functional/gles3/framebufferblit/' +
815 'default_framebuffer_00.html',
816 ['linux', 'amd'], bug=483282)
817 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
818 ['linux', 'amd'], bug=483282)
819 802
820 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_01.html', 803 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_01.html',
821 ['linux', 'amd'], bug=483282) 804 ['linux', 'amd'], bug=483282)
822 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_02.html', 805 self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_02.html',
823 ['linux', 'amd'], bug=483282) 806 ['linux', 'amd'], bug=483282)
824 807
825 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 808 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
826 ['linux', 'amd'], bug=483282) 809 ['linux', 'amd'], bug=483282)
827 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 810 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
828 ['linux', 'amd', 'no_angle'], bug=483282) 811 ['linux', 'amd', 'no_angle'], bug=483282)
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 # self.Fail(page_name, 871 # self.Fail(page_name,
889 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 872 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
890 # self.Fail(page_name, 873 # self.Fail(page_name,
891 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 874 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
892 875
893 # Conflicts if between a generic os condition and a specific version 876 # Conflicts if between a generic os condition and a specific version
894 # self.Fail(page_name, 877 # self.Fail(page_name,
895 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 878 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
896 # self.Fail(page_name, 879 # self.Fail(page_name,
897 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 880 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698