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

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

Issue 2133673003: Run WebGL 1.0 tests as part of the WebGL 2.0 conformance suite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More suppressions for failures and flaky tests. Created 4 years, 5 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) 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 self.Fail('conformance/textures/svg_image/' + 395 self.Fail('conformance/textures/svg_image/' +
396 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 396 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
397 ['android', 397 ['android',
398 ('qualcomm', 'Adreno (TM) 420'), 398 ('qualcomm', 'Adreno (TM) 420'),
399 ('qualcomm', 'Adreno (TM) 430')], bug=611945) 399 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
400 # The following tests mentions android-content-shell and android-chrome, 400 # The following tests mentions android-content-shell and android-chrome,
401 # but not webview. 401 # but not webview.
402 # This is because webview already has this expectation below 402 # This is because webview already has this expectation below
403 self.Fail('conformance/textures/video/' + 403 self.Fail('conformance/textures/video/' +
404 'tex-2d-rgb-rgb-unsigned_byte.html', 404 'tex-2d-rgb-rgb-unsigned_byte.html',
405 ['android-content-shell', 'android-chromium', 405 ['android', 'android-content-shell', 'android-chromium',
406 ('qualcomm', 'Adreno (TM) 430')], bug=611945) 406 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
407 self.Fail('conformance/textures/video/' + 407 self.Fail('conformance/textures/video/' +
408 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 408 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
409 ['android', 'android-content-shell', 'android-chromium', 409 ['android', 'android-content-shell', 'android-chromium',
410 ('qualcomm', 'Adreno (TM) 430')], bug=611945) 410 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
411 self.Fail('conformance/textures/video/' + 411 self.Fail('conformance/textures/video/' +
412 'tex-2d-rgba-rgba-unsigned_byte.html', 412 'tex-2d-rgba-rgba-unsigned_byte.html',
413 ['android-content-shell', 'android-chromium', 413 ['android', 'android-content-shell', 'android-chromium',
414 ('qualcomm', 'Adreno (TM) 430')], bug=611945) 414 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
415 self.Fail('conformance/textures/video/' + 415 self.Fail('conformance/textures/video/' +
416 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 416 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
417 ['android-content-shell', 'android-chromium', 417 ['android', 'android-content-shell', 'android-chromium',
418 ('qualcomm', 'Adreno (TM) 430')], bug=611945) 418 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
419 self.Fail('conformance/textures/video/' + 419 self.Fail('conformance/textures/video/' +
420 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 420 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
421 ['android-content-shell', 'android-chromium', 421 ['android', 'android-content-shell', 'android-chromium',
422 ('qualcomm', 'Adreno (TM) 430')], bug=611945) 422 ('qualcomm', 'Adreno (TM) 430')], bug=611945)
423 self.Fail('conformance/textures/webgl_canvas/' + 423 self.Fail('conformance/textures/webgl_canvas/' +
424 'tex-2d-rgb-rgb-unsigned_byte.html', 424 'tex-2d-rgb-rgb-unsigned_byte.html',
425 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) 425 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
426 self.Fail('conformance/textures/webgl_canvas/' + 426 self.Fail('conformance/textures/webgl_canvas/' +
427 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 427 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
428 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) 428 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
429 self.Fail('conformance/textures/webgl_canvas/' + 429 self.Fail('conformance/textures/webgl_canvas/' +
430 'tex-2d-rgba-rgba-unsigned_byte.html', 430 'tex-2d-rgba-rgba-unsigned_byte.html',
431 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) 431 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 # Mac Retina NVIDIA failures 631 # Mac Retina NVIDIA failures
632 self.Fail( 632 self.Fail(
633 'conformance/glsl/bugs/array-of-struct-with-int-first-position.html', 633 'conformance/glsl/bugs/array-of-struct-with-int-first-position.html',
634 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912) 634 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912)
635 635
636 # Mac Retina AMD failures 636 # Mac Retina AMD failures
637 self.Flaky('conformance/extensions/oes-texture-float-with-video.html', 637 self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
638 ['mac', ('amd', 0x6821)], bug=599272) 638 ['mac', ('amd', 0x6821)], bug=599272)
639 639
640 # Linux failures 640 # Linux failures
641 self.Flaky('conformance/textures/video/' +
642 'tex-2d-rgba-rgba-unsigned_byte.html',
643 ['linux'], bug=627525)
644 self.Flaky('conformance/textures/video/' +
645 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
646 ['linux'], bug=627525)
647 self.Flaky('conformance/textures/video/' +
648 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
649 ['linux'], bug=627525)
650 self.Flaky('conformance/textures/video/' +
651 'tex-2d-rgb-rgb-unsigned_byte.html',
652 ['linux'], bug=627525)
653 self.Flaky('conformance/textures/video/' +
654 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
655 ['linux'], bug=627525)
656
641 # OpenGL 657 # OpenGL
642 self.Fail('conformance/extensions/oes-texture-half-float.html', 658 self.Fail('conformance/extensions/oes-texture-half-float.html',
643 ['linux', 'opengl'], bug=607283) 659 ['linux', 'opengl'], bug=607283)
644 660
645 # NVIDIA 661 # NVIDIA
646 self.Fail('conformance/extensions/angle-instanced-arrays.html', 662 self.Fail('conformance/extensions/angle-instanced-arrays.html',
647 ['linux', 'nvidia'], bug=544989) # Too flaky to retry 663 ['linux', 'nvidia'], bug=544989) # Too flaky to retry
648 self.Flaky('conformance/extensions/oes-element-index-uint.html', 664 self.Flaky('conformance/extensions/oes-element-index-uint.html',
649 ['linux', 'nvidia'], bug=524144) 665 ['linux', 'nvidia'], bug=524144)
650 self.Flaky('conformance/textures/image/' + 666 self.Flaky('conformance/textures/image/' +
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 self.Fail('conformance/textures/misc/texture-npot.html', 941 self.Fail('conformance/textures/misc/texture-npot.html',
926 ['chromeos', ('intel', 0xa011)], bug=375554) 942 ['chromeos', ('intel', 0xa011)], bug=375554)
927 self.Fail('conformance/textures/misc/texture-npot-video.html', 943 self.Fail('conformance/textures/misc/texture-npot-video.html',
928 ['chromeos', ('intel', 0xa011)], bug=375554) 944 ['chromeos', ('intel', 0xa011)], bug=375554)
929 self.Fail('conformance/textures/misc/texture-size.html', 945 self.Fail('conformance/textures/misc/texture-size.html',
930 ['chromeos', ('intel', 0xa011)], bug=375554) 946 ['chromeos', ('intel', 0xa011)], bug=375554)
931 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 947 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
932 ['chromeos', ('intel', 0xa011)], bug=375554) 948 ['chromeos', ('intel', 0xa011)], bug=375554)
933 self.Skip('conformance/uniforms/uniform-default-values.html', 949 self.Skip('conformance/uniforms/uniform-default-values.html',
934 ['chromeos', ('intel', 0xa011)], bug=375554) 950 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance.py ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698