[test] Skip vmspecific_leaf_call_test in app_jitk

Jobs crash due to missing snapshots, caused by the tests intentionally
crashing.

TEST=-n app_jitk-linux-debug-x64 ffi_2/vmspecific_leaf_call_test

Cq-Include-Trybots: luci.dart.try:app-kernel-linux-debug-x64-try,app-kernel-linux-product-x64-try,app-kernel-linux-release-x64-try
Bug: https://github.com/dart-lang/sdk/issues/46125
Change-Id: Ic62d68e492f6f24cc4ca60151172f89137097398
Cq-Do-Not-Cancel-Tryjobs: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201185
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Clement Skau <cskau@google.com>
This commit is contained in:
Clement Skau 2021-05-25 13:47:10 +00:00 committed by commit-bot@chromium.org
parent 7e69b7a3be
commit 4a0d89bfc6
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,9 @@
[ $builder_tag == msan ]
vmspecific_handle_test: Skip # https://dartbug.com/42314
[ $compiler == app_jitk ]
vmspecific_leaf_call_test: Skip # https://dartbug.com/46125: Snapshot fails to generate.
[ $mode == debug ]
function_callbacks_structs_by_value_generated_test: Pass, Slow

View file

@ -5,6 +5,9 @@
[ $builder_tag == msan ]
vmspecific_handle_test: Skip # https://dartbug.com/42314
[ $compiler == app_jitk ]
vmspecific_leaf_call_test: Skip # https://dartbug.com/46125: Snapshot fails to generate.
[ $mode == debug ]
function_callbacks_structs_by_value_generated_test: Pass, Slow