File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ set_literals/invalid_set_literal_test/31: MissingCompileTimeError # Requires con
237
237
set_literals/invalid_set_literal_test/32: MissingCompileTimeError # Requires constant evaluation
238
238
set_literals/invalid_set_literal_test/33: MissingCompileTimeError # Requires constant evaluation
239
239
set_literals/invalid_set_literal_test/34: MissingCompileTimeError # Requires constant evaluation
240
+ spread_collections/*: Skip # Spread isn't implemented yet. TODO: Triage more precisely.
240
241
syntax_test/28: MissingCompileTimeError # Issue 29763 - low priority
241
242
syntax_test/29: MissingCompileTimeError # Issue 29763 - low priority
242
243
syntax_test/30: MissingCompileTimeError # Issue 29763 - low priority
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ assertion_initializer_const_error2_test/cc11: MissingCompileTimeError # Not repo
20
20
async_star/async_star_await_for_test: RuntimeError
21
21
async_star/async_star_cancel_test: RuntimeError
22
22
async_star/async_star_test: RuntimeError
23
+ spread_collections/*: Skip # Spread isn't implemented in the VM yet. TODO: Triage more precisely.
23
24
24
25
[ $arch == arm64 && $runtime == vm ]
25
26
closure_cycles_test: Pass, Slow
You can’t perform that action at this time.
0 commit comments