Skip to content

Commit 4a0d89b

Browse files
Clement Skaucommit-bot@chromium.org
Clement Skau
authored andcommitted
[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: #46125 Change-Id: Ic62d68e492f6f24cc4ca60151172f89137097398 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201185 Reviewed-by: Daco Harkes <[email protected]> Commit-Queue: Clement Skau <[email protected]>
1 parent 7e69b7a commit 4a0d89b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/ffi/ffi.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[ $builder_tag == msan ]
66
vmspecific_handle_test: Skip # https://dartbug.com/42314
77

8+
[ $compiler == app_jitk ]
9+
vmspecific_leaf_call_test: Skip # https://dartbug.com/46125: Snapshot fails to generate.
10+
811
[ $mode == debug ]
912
function_callbacks_structs_by_value_generated_test: Pass, Slow
1013

tests/ffi_2/ffi_2.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[ $builder_tag == msan ]
66
vmspecific_handle_test: Skip # https://dartbug.com/42314
77

8+
[ $compiler == app_jitk ]
9+
vmspecific_leaf_call_test: Skip # https://dartbug.com/46125: Snapshot fails to generate.
10+
811
[ $mode == debug ]
912
function_callbacks_structs_by_value_generated_test: Pass, Slow
1013

0 commit comments

Comments
 (0)