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

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

Issue 2679943003: Update more WebGL conformance tests on bots. (Closed)
Patch Set: Created 3 years, 10 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import os 4 import os
5 5
6 from gpu_tests.gpu_test_expectations import GpuTestExpectations 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations
7 7
8 # See the GpuTestExpectations class for documentation. 8 # See the GpuTestExpectations class for documentation.
9 9
10 class WebGLConformanceExpectations(GpuTestExpectations): 10 class WebGLConformanceExpectations(GpuTestExpectations):
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ['android']) 80 ['android'])
81 self.Fail('WebglExtension_WEBGL_compressed_texture_pvrtc', 81 self.Fail('WebglExtension_WEBGL_compressed_texture_pvrtc',
82 ['android']) 82 ['android'])
83 self.Fail('WebglExtension_WEBGL_compressed_texture_s3tc', 83 self.Fail('WebglExtension_WEBGL_compressed_texture_s3tc',
84 ['android']) 84 ['android'])
85 self.Fail('WebglExtension_WEBGL_depth_texture', 85 self.Fail('WebglExtension_WEBGL_depth_texture',
86 ['android']) 86 ['android'])
87 self.Fail('WebglExtension_WEBGL_draw_buffers', 87 self.Fail('WebglExtension_WEBGL_draw_buffers',
88 ['android']) 88 ['android'])
89 89
90 # Nexus 6 (Adreno 420) and 6P (Adreno 430)
91
92 # ======================== 90 # ========================
93 # Conformance expectations 91 # Conformance expectations
94 # ======================== 92 # ========================
95 # Fails on all platforms 93 # Fails on all platforms
96 94
97 # Need to add detection of feedback loops with multiple render targets. 95 # Need to add detection of feedback loops with multiple render targets.
98 self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html', 96 self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html',
99 bug=1619) # angle bug ID 97 bug=1619) # angle bug ID
100 98
101 # We need to add WebGL 1 check in command buffer that format/type from 99 # We need to add WebGL 1 check in command buffer that format/type from
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 ['linux'], bug=627525) 387 ['linux'], bug=627525)
390 self.Flaky('conformance/textures/video/' + 388 self.Flaky('conformance/textures/video/' +
391 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 389 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
392 ['linux'], bug=627525) 390 ['linux'], bug=627525)
393 self.Flaky('conformance/textures/video/' + 391 self.Flaky('conformance/textures/video/' +
394 'tex-2d-rgb-rgb-unsigned_byte.html', 392 'tex-2d-rgb-rgb-unsigned_byte.html',
395 ['linux'], bug=627525) 393 ['linux'], bug=627525)
396 self.Flaky('conformance/textures/video/' + 394 self.Flaky('conformance/textures/video/' +
397 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 395 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
398 ['linux'], bug=627525) 396 ['linux'], bug=627525)
399 self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
400 bug=679678)
401 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html', 397 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
402 ['linux', 'intel'], bug=680675) 398 ['linux', 'intel'], bug=680675)
403 399
404 # NVIDIA 400 # NVIDIA
405 self.Flaky('conformance/extensions/oes-element-index-uint.html', 401 self.Flaky('conformance/extensions/oes-element-index-uint.html',
406 ['linux', 'nvidia'], bug=524144) 402 ['linux', 'nvidia'], bug=524144)
407 self.Flaky('conformance/textures/image/' + 403 self.Flaky('conformance/textures/image/' +
408 'tex-2d-rgb-rgb-unsigned_byte.html', 404 'tex-2d-rgb-rgb-unsigned_byte.html',
409 ['linux', 'nvidia'], bug=596622) 405 ['linux', 'nvidia'], bug=596622)
410 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 406 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 self.Fail('deqp/data/gles2/shaders/linkage.html', 521 self.Fail('deqp/data/gles2/shaders/linkage.html',
526 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=478572) 522 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=478572)
527 self.Fail('WebglExtension_OES_texture_float_linear', 523 self.Fail('WebglExtension_OES_texture_float_linear',
528 ['android', ('qualcomm', 'Adreno (TM) 330')]) 524 ['android', ('qualcomm', 'Adreno (TM) 330')])
529 self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html', 525 self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html',
530 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850) 526 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850)
531 self.Fail('conformance/attribs/gl-vertexattribpointer.html', 527 self.Fail('conformance/attribs/gl-vertexattribpointer.html',
532 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850) 528 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850)
533 529
534 # Nexus 5X 530 # Nexus 5X
535 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html',
536 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
537 self.Fail('conformance/extensions/oes-texture-float-with-image.html',
538 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
539 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html',
540 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
541 self.Fail('conformance/extensions/' +
542 'oes-texture-half-float-with-image-data.html',
543 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
544 self.Fail('conformance/extensions/oes-texture-half-float-with-image.html',
545 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
546 # This one is causing intermittent timeouts on the device, and it 531 # This one is causing intermittent timeouts on the device, and it
547 # looks like when that happens, the next test also always times 532 # looks like when that happens, the next test also always times
548 # out. Skip it for now until it's fixed and running reliably. 533 # out. Skip it for now until it's fixed and running reliably.
549 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html', 534 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html',
550 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 535 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
551 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', 536 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
552 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 537 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
553 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', 538 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
554 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 539 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
555 # This test is skipped because it is crashing the GPU process. 540 # This test is skipped because it is crashing the GPU process.
556 self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html', 541 self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html',
557 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 542 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
558 self.Fail('conformance/textures/misc/' +
559 'tex-image-and-sub-image-2d-with-array-buffer-view.html',
560 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
561 self.Fail('conformance/textures/canvas/*',
562 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
563 self.Fail('conformance/textures/image/*',
564 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
565 self.Fail('conformance/textures/image_bitmap_from_canvas/*',
566 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
567 self.Fail('conformance/textures/image_bitmap_from_blob/*',
568 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
569 self.Fail('conformance/textures/image_bitmap_from_image/*',
570 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
571 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*',
572 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
573 self.Fail('conformance/textures/image_bitmap_from_image_data/*',
574 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
575 self.Fail('conformance/textures/image_data/*',
576 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
577 self.Fail('conformance/textures/svg_image/*',
578 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
579 self.Fail('conformance/textures/video/*',
580 ['android', 'android-content-shell', 'android-chromium',
581 ('qualcomm', 'Adreno (TM) 418')], bug=610951)
582 self.Fail('conformance/textures/webgl_canvas/*',
583 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
584 self.Fail('conformance/uniforms/uniform-samplers-test.html', 543 self.Fail('conformance/uniforms/uniform-samplers-test.html',
585 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 544 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
586 self.Fail('WebglExtension_EXT_sRGB', 545 self.Fail('WebglExtension_EXT_sRGB',
587 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 546 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
588 547
589 # Nexus 6 (Adreno 420) and 6P (Adreno 430) 548 # Nexus 6 (Adreno 420) and 6P (Adreno 430)
590 self.Fail('conformance/context/' + 549 self.Fail('conformance/context/' +
591 'context-attributes-alpha-depth-stencil-antialias.html', 550 'context-attributes-alpha-depth-stencil-antialias.html',
592 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) 551 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
593 self.Fail('conformance/context/context-size-change.html', 552 self.Fail('conformance/context/context-size-change.html',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 self.Fail('conformance/textures/misc/texture-npot.html', 716 self.Fail('conformance/textures/misc/texture-npot.html',
758 ['chromeos', ('intel', 0xa011)], bug=375554) 717 ['chromeos', ('intel', 0xa011)], bug=375554)
759 self.Fail('conformance/textures/misc/texture-npot-video.html', 718 self.Fail('conformance/textures/misc/texture-npot-video.html',
760 ['chromeos', ('intel', 0xa011)], bug=375554) 719 ['chromeos', ('intel', 0xa011)], bug=375554)
761 self.Fail('conformance/textures/misc/texture-size.html', 720 self.Fail('conformance/textures/misc/texture-size.html',
762 ['chromeos', ('intel', 0xa011)], bug=375554) 721 ['chromeos', ('intel', 0xa011)], bug=375554)
763 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 722 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
764 ['chromeos', ('intel', 0xa011)], bug=375554) 723 ['chromeos', ('intel', 0xa011)], bug=375554)
765 self.Skip('conformance/uniforms/uniform-default-values.html', 724 self.Skip('conformance/uniforms/uniform-default-values.html',
766 ['chromeos', ('intel', 0xa011)], bug=375554) 725 ['chromeos', ('intel', 0xa011)], bug=375554)
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