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

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

Issue 1834023002: Update WebGL2 conformance test expectations for Linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282) 61 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282)
62 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282) 62 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282)
63 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282) 63 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282)
64 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282) 64 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
65 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282) 65 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282)
66 66
67 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) 67 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
68 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) 68 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
69 69
70 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) 70 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
71 71 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', bug=483282)
72 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282) 72 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282)
73 73
74 self.Fail('conformance2/textures/image_bitmap_from_image/' + 74 self.Fail('conformance2/textures/image_bitmap_from_image/' +
75 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + 75 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' +
76 'r8-red-unsigned_byte.html', 76 'r8-red-unsigned_byte.html',
77 bug=595097) 77 bug=595097)
78 self.Fail('conformance2/textures/image_bitmap_from_image/' + 78 self.Fail('conformance2/textures/image_bitmap_from_image/' +
79 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + 79 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' +
80 'r16f-red-half_float.html', 80 'r16f-red-half_float.html',
81 bug=595097) 81 bug=595097)
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 306
307 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601) 307 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601)
308 308
309 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282) 309 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282)
310 self.Skip('deqp/functional/gles3/texturestatequery.html', 310 self.Skip('deqp/functional/gles3/texturestatequery.html',
311 ['win'], bug=483282) 311 ['win'], bug=483282)
312 self.Fail('deqp/functional/gles3/shaderstruct.html', 312 self.Fail('deqp/functional/gles3/shaderstruct.html',
313 ['win'], bug=483282) 313 ['win'], bug=483282)
314 self.Fail('conformance2/glsl3/array-in-complex-expression.html', 314 self.Fail('conformance2/glsl3/array-in-complex-expression.html',
315 ['win'], bug=483282) 315 ['win'], bug=483282)
316 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
317 ['win'], bug=483282)
318 self.Skip('conformance2/reading/read-pixels-pack-parameters.html', 316 self.Skip('conformance2/reading/read-pixels-pack-parameters.html',
319 ['win'], bug=483282) 317 ['win'], bug=483282)
320 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html', 318 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
321 ['win'], bug=483282) 319 ['win'], bug=483282)
322 self.Fail('conformance2/textures/misc/tex-input-validation.html', 320 self.Fail('conformance2/textures/misc/tex-input-validation.html',
323 ['win'], bug=483282) 321 ['win'], bug=483282)
324 self.Skip('conformance2/textures/misc/tex-mipmap-levels.html', 322 self.Skip('conformance2/textures/misc/tex-mipmap-levels.html',
325 ['win'], bug=483282) 323 ['win'], bug=483282)
326 self.Skip('conformance2/transform_feedback/transform_feedback.html', 324 self.Skip('conformance2/transform_feedback/transform_feedback.html',
327 ['win'], bug=483282) 325 ['win'], bug=483282)
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', 561 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html',
564 ['mac'], bug=483282) 562 ['mac'], bug=483282)
565 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 563 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
566 ['mac'], bug=483282) 564 ['mac'], bug=483282)
567 self.Fail('conformance2/renderbuffers/readbuffer.html', 565 self.Fail('conformance2/renderbuffers/readbuffer.html',
568 ['mac'], bug=570453) 566 ['mac'], bug=570453)
569 self.Fail('conformance2/textures/misc/copy-texture-image.html', 567 self.Fail('conformance2/textures/misc/copy-texture-image.html',
570 ['mac'], bug=577144) 568 ['mac'], bug=577144)
571 self.Fail('conformance2/textures/misc/tex-storage-and-subimage-3d.html', 569 self.Fail('conformance2/textures/misc/tex-storage-and-subimage-3d.html',
572 ['mac'], bug=483282) 570 ['mac'], bug=483282)
573 # The following failure is 10.10 only, but we don't have a keyword yet.
574 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
575 ['mac'], bug=584994)
576 self.Fail('conformance2/state/gl-object-get-calls.html', 571 self.Fail('conformance2/state/gl-object-get-calls.html',
577 ['mac'], bug=483282) 572 ['mac'], bug=483282)
578 self.Fail('conformance2/textures/image_bitmap_from_image/*', 573 self.Fail('conformance2/textures/image_bitmap_from_image/*',
579 ['mac'], bug=589930) 574 ['mac'], bug=589930)
580 575
581 # Mac Retina NVIDIA 576 # Mac Retina NVIDIA
582 self.Fail('conformance2/rendering/draw-buffers.html', 577 self.Fail('conformance2/rendering/draw-buffers.html',
583 ['mac', ('nvidia', 0xfe9)], bug=483282) 578 ['mac', ('nvidia', 0xfe9)], bug=483282)
584 self.Fail('conformance2/textures/misc/tex-input-validation.html', 579 self.Fail('conformance2/textures/misc/tex-input-validation.html',
585 ['mac', ('nvidia', 0xfe9)], bug=483282) 580 ['mac', ('nvidia', 0xfe9)], bug=483282)
586 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 581 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
587 ['mac', ('nvidia', 0xfe9)], bug=483282) 582 ['mac', ('nvidia', 0xfe9)], bug=483282)
588 self.Fail('deqp/functional/gles3/shaderstruct.html', 583 self.Fail('deqp/functional/gles3/shaderstruct.html',
589 ['mac', ('nvidia', 0xfe9)], bug=483282) 584 ['mac', ('nvidia', 0xfe9)], bug=483282)
590 585
591 # Mac AMD 586 # Mac AMD
592 self.Fail('deqp/functional/gles3/clipping.html', 587 self.Fail('deqp/functional/gles3/clipping.html',
593 ['mac', 'amd'], bug=483282) 588 ['mac', 'amd'], bug=483282)
594 589
595 # Mac Intel 590 # Mac Intel
596 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 591 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
597 ['mac', 'intel'], bug=483282) 592 ['mac', 'intel'], bug=483282)
598 593
599 # Linux only. 594 # Linux only.
595 self.Fail('deqp/functional/gles3/fbostatequery.html',
596 ['linux'], bug=483282)
597 self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
598 ['linux'], bug=483282)
600 self.Skip('deqp/functional/gles3/shaderswitch.html', 599 self.Skip('deqp/functional/gles3/shaderswitch.html',
601 ['linux'], bug=483282) 600 ['linux'], bug=483282)
602 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 601 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
603 ['linux'], bug=483282) 602 ['linux'], bug=483282)
604 self.Fail('conformance2/rendering/draw-buffers.html', 603 self.Fail('conformance2/rendering/draw-buffers.html',
605 ['linux'], bug=483282) 604 ['linux'], bug=483282)
606 605 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
607 self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
608 ['linux'], bug=483282) 606 ['linux'], bug=483282)
609 607
610 # Linux AMD only. 608 # Linux AMD only.
611 # It looks like AMD shader compiler rejects many valid ES3 semantics. 609 # It looks like AMD shader compiler rejects many valid ES3 semantics.
612 self.Skip('deqp/data/gles3/shaders/arrays.html', 610 self.Skip('deqp/data/gles3/shaders/arrays.html',
613 ['linux', 'amd'], bug=483282) 611 ['linux', 'amd'], bug=483282)
614 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 612 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
615 ['linux', 'amd'], bug=483282) 613 ['linux', 'amd'], bug=483282)
616 self.Skip('deqp/functional/gles3/texturestatequery.html', 614 self.Skip('deqp/functional/gles3/texturestatequery.html',
617 ['linux', 'amd'], bug=483282) 615 ['linux', 'amd'], bug=483282)
618 self.Fail('conformance2/buffers/buffer-type-restrictions.html', 616 self.Fail('conformance2/buffers/buffer-type-restrictions.html',
619 ['linux', 'amd'], bug=483282) 617 ['linux', 'amd'], bug=483282)
620 self.Fail('conformance2/buffers/buffer-overflow-test.html', 618 self.Fail('conformance2/buffers/buffer-overflow-test.html',
621 ['linux', 'amd'], bug=483282) 619 ['linux', 'amd'], bug=483282)
622 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', 620 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
623 ['linux', 'amd'], bug=295792) 621 ['linux', 'amd'], bug=295792)
624 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', 622 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
625 ['linux', 'amd'], bug=295792) 623 ['linux', 'amd'], bug=295792)
626 624
627 self.Fail('deqp/data/gles3/shaders/conversions.html', 625 self.Fail('deqp/data/gles3/shaders/conversions.html',
628 ['linux', 'amd'], bug=483282) 626 ['linux', 'amd'], bug=483282)
629 self.Fail('deqp/functional/gles3/buffercopy.html', 627 self.Fail('deqp/functional/gles3/buffercopy.html',
630 ['linux', 'amd'], bug=483282) 628 ['linux', 'amd'], bug=483282)
631 self.Fail('deqp/functional/gles3/clipping.html', 629 self.Fail('deqp/functional/gles3/clipping.html',
632 ['linux', 'amd'], bug=483282) 630 ['linux', 'amd'], bug=483282)
633 self.Fail('deqp/functional/gles3/samplerobject.html', 631 self.Fail('deqp/functional/gles3/samplerobject.html',
634 ['linux', 'amd'], bug=483282) 632 ['linux', 'amd'], bug=483282)
635 self.Fail('conformance2/misc/uninitialized-test-2.html', 633 self.Fail('conformance2/misc/uninitialized-test-2.html',
636 ['linux', 'amd'], bug=483282) 634 ['linux', 'amd'], bug=483282)
637 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
638 ['linux', 'amd'], bug=483282)
639 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 635 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
640 ['linux', 'amd'], bug=483282) 636 ['linux', 'amd'], bug=483282)
641 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 637 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
642 ['linux', 'amd'], bug=483282) 638 ['linux', 'amd'], bug=483282)
643 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 639 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
644 ['linux', 'amd'], bug=483282) 640 ['linux', 'amd'], bug=483282)
645 641
646 # Linux Intel: driver is GL 3.0 and doesn't support features needed for ES3. 642 # Linux Intel: driver is GL 3.0 and doesn't support features needed for ES3.
647 self.Skip('*', ['linux', 'intel'], bug=540543) 643 self.Skip('*', ['linux', 'intel'], bug=540543)
648 644
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 # self.Fail(page_name, 699 # self.Fail(page_name,
704 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 700 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
705 # self.Fail(page_name, 701 # self.Fail(page_name,
706 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 702 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
707 703
708 # Conflicts if between a generic os condition and a specific version 704 # Conflicts if between a generic os condition and a specific version
709 # self.Fail(page_name, 705 # self.Fail(page_name,
710 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 706 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
711 # self.Fail(page_name, 707 # self.Fail(page_name,
712 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 708 # ['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