From ebc6340e3691098aaa675b1300bbe457ea0c967c Mon Sep 17 00:00:00 2001 From: Alexander Markov Date: Fri, 1 Nov 2019 17:17:12 +0000 Subject: [PATCH] [gardening] Skip bytecode_with_ast_in_aot_test on crossword-ast bot Fixes https://github.com/dart-lang/sdk/issues/39199 Change-Id: I290d286d0cb2a04cf516ed1c4b5b6db03dcac1c2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/123887 Reviewed-by: Daco Harkes Commit-Queue: Alexander Markov --- runtime/tests/vm/vm.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status index 3b792280684..9cd25d68a83 100644 --- a/runtime/tests/vm/vm.status +++ b/runtime/tests/vm/vm.status @@ -22,7 +22,7 @@ dart/use_bare_instructions_flag_test: Pass, Slow # Spawns several subprocesses [ $builder_tag == asan ] dart/transferable_throws_oom_test: SkipByDesign # This test tries to allocate too much memory on purpose. Still dartbug.com/37188 -[ $builder_tag == crossword ] +[ $builder_tag == crossword || $builder_tag == crossword_ast ] dart/emit_aot_size_info_flag_test: SkipByDesign # The test itself cannot determine the location of gen_snapshot (only tools/test.py knows where it is). dart/bytecode_with_ast_in_aot_test: SkipByDesign # The test doesn't know location of cross-platform gen_snapshot