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

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

Issue 2884643003: Rename android-webview-shell to android-webview-instrumentation (Closed)
Patch Set: format change Created 3 years, 7 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 self.Skip('conformance/rendering/multisample-corruption.html', 498 self.Skip('conformance/rendering/multisample-corruption.html',
499 ['android']) 499 ['android'])
500 500
501 self.Fail('conformance/textures/misc/' + 501 self.Fail('conformance/textures/misc/' +
502 'copytexsubimage2d-large-partial-copy-corruption.html', 502 'copytexsubimage2d-large-partial-copy-corruption.html',
503 ['android', 'no_passthrough'], bug=679697) 503 ['android', 'no_passthrough'], bug=679697)
504 # The following WebView crashes are causing problems with further 504 # The following WebView crashes are causing problems with further
505 # tests in the suite, so skip them for now. 505 # tests in the suite, so skip them for now.
506 self.Skip('conformance/textures/video/' + 506 self.Skip('conformance/textures/video/' +
507 'tex-2d-rgb-rgb-unsigned_byte.html', 507 'tex-2d-rgb-rgb-unsigned_byte.html',
508 ['android', 'android-webview-shell'], bug=352645) 508 ['android', 'android-webview-instrumentation'], bug=352645)
509 self.Skip('conformance/textures/video/' + 509 self.Skip('conformance/textures/video/' +
510 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 510 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
511 ['android', 'android-webview-shell'], bug=352645) 511 ['android', 'android-webview-instrumentation'], bug=352645)
512 self.Skip('conformance/textures/video/' + 512 self.Skip('conformance/textures/video/' +
513 'tex-2d-rgba-rgba-unsigned_byte.html', 513 'tex-2d-rgba-rgba-unsigned_byte.html',
514 ['android', 'android-webview-shell'], bug=352645) 514 ['android', 'android-webview-instrumentation'], bug=352645)
515 self.Skip('conformance/textures/video/' + 515 self.Skip('conformance/textures/video/' +
516 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 516 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
517 ['android', 'android-webview-shell'], bug=352645) 517 ['android', 'android-webview-instrumentation'], bug=352645)
518 self.Skip('conformance/textures/video/' + 518 self.Skip('conformance/textures/video/' +
519 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 519 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
520 ['android', 'android-webview-shell'], bug=352645) 520 ['android', 'android-webview-instrumentation'], bug=352645)
521 self.Skip('conformance/textures/misc/texture-npot-video.html', 521 self.Skip('conformance/textures/misc/texture-npot-video.html',
522 ['android', 'android-webview-shell', 'no_passthrough'], bug=352645) 522 ['android', 'android-webview-instrumentation', 'no_passthrough'],
523 bug=352645)
523 # This crashes in Android WebView on the Nexus 6, preventing the 524 # This crashes in Android WebView on the Nexus 6, preventing the
524 # suite from running further. Rather than add multiple 525 # suite from running further. Rather than add multiple
525 # suppressions, skip it until it's passing at least in content 526 # suppressions, skip it until it's passing at least in content
526 # shell. 527 # shell.
527 self.Skip('conformance/extensions/oes-texture-float-with-video.html', 528 self.Skip('conformance/extensions/oes-texture-float-with-video.html',
528 ['android', 'qualcomm', 'no_passthrough'], bug=499555) 529 ['android', 'qualcomm', 'no_passthrough'], bug=499555)
529 530
530 # Nexus 5 531 # Nexus 5
531 self.Fail('conformance/extensions/angle-instanced-arrays.html', 532 self.Fail('conformance/extensions/angle-instanced-arrays.html',
532 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) 533 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 # almost (but not quite) every webgl conformance test. 619 # almost (but not quite) every webgl conformance test.
619 self.Skip('conformance/glsl/misc/shader-struct-scope.html', 620 self.Skip('conformance/glsl/misc/shader-struct-scope.html',
620 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550) 621 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=614550)
621 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 622 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
622 ['android', ('qualcomm', 'Adreno (TM) 420'), 'no_passthrough'], 623 ['android', ('qualcomm', 'Adreno (TM) 420'), 'no_passthrough'],
623 bug=611945) 624 bug=611945)
624 # bindBufferBadArgs is causing the GPU thread to crash, taking 625 # bindBufferBadArgs is causing the GPU thread to crash, taking
625 # down the WebView shell, causing the next test to fail and 626 # down the WebView shell, causing the next test to fail and
626 # subsequent tests to be aborted. 627 # subsequent tests to be aborted.
627 self.Skip('conformance/more/functions/bindBufferBadArgs.html', 628 self.Skip('conformance/more/functions/bindBufferBadArgs.html',
628 ['android', 'android-webview-shell', 629 ['android', 'android-webview-instrumentation',
629 ('qualcomm', 'Adreno (TM) 420')], bug=499874) 630 ('qualcomm', 'Adreno (TM) 420')], bug=499874)
630 self.Fail('conformance/rendering/gl-scissor-test.html', 631 self.Fail('conformance/rendering/gl-scissor-test.html',
631 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) 632 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
632 self.Fail('conformance/rendering/gl-viewport-test.html', 633 self.Fail('conformance/rendering/gl-viewport-test.html',
633 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 634 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
634 self.Fail('conformance/textures/misc/' + 635 self.Fail('conformance/textures/misc/' +
635 'copy-tex-image-and-sub-image-2d.html', 636 'copy-tex-image-and-sub-image-2d.html',
636 ['android', ('qualcomm', 'Adreno (TM) 420'), 'no_passthrough'], 637 ['android', ('qualcomm', 'Adreno (TM) 420'), 'no_passthrough'],
637 bug=499555) 638 bug=499555)
638 self.Fail('conformance/uniforms/uniform-samplers-test.html', 639 self.Fail('conformance/uniforms/uniform-samplers-test.html',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 self.Fail('conformance/textures/misc/texture-npot.html', 742 self.Fail('conformance/textures/misc/texture-npot.html',
742 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 743 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
743 self.Fail('conformance/textures/misc/texture-npot-video.html', 744 self.Fail('conformance/textures/misc/texture-npot-video.html',
744 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 745 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
745 self.Fail('conformance/textures/misc/texture-size.html', 746 self.Fail('conformance/textures/misc/texture-size.html',
746 ['chromeos', ('intel', 0xa011)], bug=375554) 747 ['chromeos', ('intel', 0xa011)], bug=375554)
747 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 748 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
748 ['chromeos', ('intel', 0xa011)], bug=375554) 749 ['chromeos', ('intel', 0xa011)], bug=375554)
749 self.Skip('conformance/uniforms/uniform-default-values.html', 750 self.Skip('conformance/uniforms/uniform-default-values.html',
750 ['chromeos', ('intel', 0xa011)], bug=375554) 751 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698