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

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

Issue 2354693002: BlitFramebuffer: update webgl2 expectations for linux intel for blitframebuffer related tests (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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ['mac', 'amd'], bug=483282) 152 ['mac', 'amd'], bug=483282)
153 153
154 self.Fail('conformance2/rendering/' + 154 self.Fail('conformance2/rendering/' +
155 'framebuffer-completeness-unaffected.html', 155 'framebuffer-completeness-unaffected.html',
156 ['mac'], bug=630800) 156 ['mac'], bug=630800)
157 self.Fail('deqp/functional/gles3/fbocompleteness.html', 157 self.Fail('deqp/functional/gles3/fbocompleteness.html',
158 ['mac'], bug=630800) 158 ['mac'], bug=630800)
159 # self.Fail('deqp/functional/gles3/fbocompleteness.html', 159 # self.Fail('deqp/functional/gles3/fbocompleteness.html',
160 # ['mac', ('nvidia', 0xfe9)], bug=616562) 160 # ['mac', ('nvidia', 0xfe9)], bug=616562)
161 161
162 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
163 ['mac'], bug=634525)
164
165 self.Fail('deqp/data/gles3/shaders/linkage.html', 162 self.Fail('deqp/data/gles3/shaders/linkage.html',
166 ['mac'], bug=641129) 163 ['mac'], bug=641129)
167 164
168 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 165 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
169 ['mac'], bug=618464) 166 ['mac'], bug=618464)
170 167
171 # This is due to "centroid out" / "in" mismatch. 168 # This is due to "centroid out" / "in" mismatch.
172 self.Fail('deqp/data/gles3/shaders/qualification_order.html', 169 self.Fail('deqp/data/gles3/shaders/qualification_order.html',
173 ['mac'], bug=483282) 170 ['mac'], bug=483282)
174 171
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 ['linux', 'amd', 'intel'], bug=483282) 454 ['linux', 'amd', 'intel'], bug=483282)
458 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 455 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
459 ['linux', 'amd', 'intel'], bug=483282) 456 ['linux', 'amd', 'intel'], bug=483282)
460 self.Flaky('deqp/functional/gles3/texturespecification/' + 457 self.Flaky('deqp/functional/gles3/texturespecification/' +
461 'random_teximage2d_2d.html', 458 'random_teximage2d_2d.html',
462 ['linux', 'amd', 'intel'], bug=618447) 459 ['linux', 'amd', 'intel'], bug=618447)
463 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 460 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
464 ['linux', 'amd', 'intel'], bug=483282) 461 ['linux', 'amd', 'intel'], bug=483282)
465 self.Fail('deqp/data/gles3/shaders/linkage.html', 462 self.Fail('deqp/data/gles3/shaders/linkage.html',
466 ['linux', 'amd', 'intel'], bug=483282) 463 ['linux', 'amd', 'intel'], bug=483282)
467 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
468 ['linux', 'amd', 'intel'], bug=634525)
469 464
470 # Linux with ANGLE only 465 # Linux with ANGLE only
471 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 466 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
472 ['linux', 'opengl'], bug=483282) 467 ['linux', 'opengl'], bug=483282)
473 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 468 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
474 ['linux', 'opengl'], bug=483282) 469 ['linux', 'opengl'], bug=483282)
475 470
476 # Linux NVIDIA 471 # Linux NVIDIA
477 # This test is flaky both with and without ANGLE. 472 # This test is flaky both with and without ANGLE.
478 self.Flaky('deqp/functional/gles3/texturespecification/' + 473 self.Flaky('deqp/functional/gles3/texturespecification/' +
(...skipping 13 matching lines...) Expand all
492 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 487 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
493 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', 488 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
494 ['linux', 'intel'], bug=540543) # GPU timeout 489 ['linux', 'intel'], bug=540543) # GPU timeout
495 490
496 # The Mesa Intel driver has a scoping bug, see 491 # The Mesa Intel driver has a scoping bug, see
497 # https://bugs.freedesktop.org/show_bug.cgi?id=95184 492 # https://bugs.freedesktop.org/show_bug.cgi?id=95184
498 # It has been fixed in Mesa 12.0 493 # It has been fixed in Mesa 12.0
499 self.Fail('deqp/data/gles3/shaders/scoping.html', 494 self.Fail('deqp/data/gles3/shaders/scoping.html',
500 ['linux', 'intel'], bug=610800) 495 ['linux', 'intel'], bug=610800)
501 496
502 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see
503 # https://patchwork.freedesktop.org/patch/76903
504 # So these tests fail on core profile.
505 self.Fail('deqp/functional/gles3/framebufferblit/' + 497 self.Fail('deqp/functional/gles3/framebufferblit/' +
506 'default_framebuffer_00.html', 498 'default_framebuffer_00.html',
507 ['linux', 'intel'], bug=598902) 499 ['linux', 'intel'], bug=598902)
508 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', 500 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
509 ['linux', 'intel'], bug=598902) 501 ['linux', 'intel'], bug=598902)
510 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 502 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
511 ['linux', 'intel'], bug=635528) 503 ['linux', 'intel'], bug=635528)
512 504
513 # Linux Intel with ANGLE only 505 # Linux Intel with ANGLE only
514 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', 506 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
515 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id 507 ['linux', 'intel', 'opengl'], bug=1492) # ANGLE bug id
516 508
509 # The Intel Mesa driver only supports sRGB encoding in ES 3.x, see
510 # https://patchwork.freedesktop.org/patch/76903
511 # So these tests fail on core profile.
512 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
513 ['linux', 'intel', 'opengl'], bug=598902)
514 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
515 ['linux', 'intel', 'opengl'], bug=598902)
516 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
517 ['linux', 'intel', 'opengl'], bug=598902)
518 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
519 ['linux', 'intel', 'opengl'], bug=598902)
520 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html',
521 ['linux', 'intel', 'opengl'], bug=598902)
522 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html',
523 ['linux', 'intel', 'opengl'], bug=598902)
524 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html',
525 ['linux', 'intel', 'opengl'], bug=598902)
526 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html',
527 ['linux', 'intel', 'opengl'], bug=598902)
528 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html',
529 ['linux', 'intel', 'opengl'], bug=598902)
530 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
531 ['linux', 'intel', 'opengl'], bug=598902)
532 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html',
533 ['linux', 'intel', 'opengl'], bug=598902)
534 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
535 ['linux', 'intel', 'opengl'], bug=598902)
536 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
537 ['linux', 'intel', 'opengl'], bug=598902)
538 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html',
539 ['linux', 'intel', 'opengl'], bug=598902)
540 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
541 ['linux', 'intel', 'opengl'], bug=598902)
542 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
543 ['linux', 'intel', 'opengl'], bug=598902)
544
517 # Linux Intel without ANGLE only 545 # Linux Intel without ANGLE only
518 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 546 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
519 ['linux', 'intel', 'no_angle'], bug=598902) 547 ['linux', 'intel', 'no_angle'], bug=598902)
520 548
521 # Linux AMD only. 549 # Linux AMD only.
522 # It looks like AMD shader compiler rejects many valid ES3 semantics. 550 # It looks like AMD shader compiler rejects many valid ES3 semantics.
523 self.Fail('deqp/functional/gles3/multisample.html', 551 self.Fail('deqp/functional/gles3/multisample.html',
524 ['linux', 'amd'], bug=617290) 552 ['linux', 'amd'], bug=617290)
525 self.Fail('deqp/data/gles3/shaders/conversions.html', 553 self.Fail('deqp/data/gles3/shaders/conversions.html',
526 ['linux', 'amd'], bug=483282) 554 ['linux', 'amd'], bug=483282)
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 # self.Fail(page_name, 815 # self.Fail(page_name,
788 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 816 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
789 # self.Fail(page_name, 817 # self.Fail(page_name,
790 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 818 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
791 819
792 # Conflicts if between a generic os condition and a specific version 820 # Conflicts if between a generic os condition and a specific version
793 # self.Fail(page_name, 821 # self.Fail(page_name,
794 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 822 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
795 # self.Fail(page_name, 823 # self.Fail(page_name,
796 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 824 # ['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