[Gardening] Skip vm/dart/bare_instructions_trampolines_test on android

Change-Id: I406755f6e7519593711c737cf0d1bd8fb4cfa023
Reviewed-on: https://dart-review.googlesource.com/c/90041
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
Auto-Submit: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Martin Kustermann 2019-01-17 15:56:34 +00:00 committed by commit-bot@chromium.org
parent b00193fa5f
commit cf24135753

View file

@ -106,8 +106,8 @@ dart/snapshot_version_test: SkipByDesign # Spawns processes
dart/spawn_infinite_loop_test: SkipByDesign # VM shutdown test
dart/spawn_shutdown_test: SkipByDesign # VM Shutdown test
[ $runtime != dart_precompiled ]
dart/bare_instructions_trampolines_test: SkipByDesign # This test is for VM AOT only.
[ $runtime != dart_precompiled || $system == android ]
dart/bare_instructions_trampolines_test: SkipByDesign # This test is for VM AOT only (android fails due to listing interfaces).
[ $system == fuchsia ]
cc/CorelibIsolateStartup: Skip # OOM crash can bring down the OS.