Skip to content

Commit ec34316

Browse files
committed
Skip the spread tests on platforms that aren't using the new test workflow.
These statuses should be more specific, but this should get the bots green first. Change-Id: Ifa734f74f866974332b2926398f2a01eb0707ac7 Reviewed-on: https://dart-review.googlesource.com/c/91767 Reviewed-by: Vijay Menon <[email protected]> Commit-Queue: Bob Nystrom <[email protected]>
1 parent 598515f commit ec34316

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/language_2/language_2_kernel.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ set_literals/invalid_set_literal_test/31: MissingCompileTimeError # Requires con
237237
set_literals/invalid_set_literal_test/32: MissingCompileTimeError # Requires constant evaluation
238238
set_literals/invalid_set_literal_test/33: MissingCompileTimeError # Requires constant evaluation
239239
set_literals/invalid_set_literal_test/34: MissingCompileTimeError # Requires constant evaluation
240+
spread_collections/*: Skip # Spread isn't implemented yet. TODO: Triage more precisely.
240241
syntax_test/28: MissingCompileTimeError # Issue 29763 - low priority
241242
syntax_test/29: MissingCompileTimeError # Issue 29763 - low priority
242243
syntax_test/30: MissingCompileTimeError # Issue 29763 - low priority

tests/language_2/language_2_vm.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ assertion_initializer_const_error2_test/cc11: MissingCompileTimeError # Not repo
2020
async_star/async_star_await_for_test: RuntimeError
2121
async_star/async_star_cancel_test: RuntimeError
2222
async_star/async_star_test: RuntimeError
23+
spread_collections/*: Skip # Spread isn't implemented in the VM yet. TODO: Triage more precisely.
2324

2425
[ $arch == arm64 && $runtime == vm ]
2526
closure_cycles_test: Pass, Slow

0 commit comments

Comments
 (0)