[vm] VM fails new test language/sync_star/sync_star_exception_iterator_test.dart
#52083
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
bfd71ad add the test
language/sync_star/sync_star_exception_iterator_test.dart
.This test is that an exception thrown by
something.iterator
should be caught here:This test fails on the VM.
The test also failed on dart2js. It was fixed by calling a helper to add the
yield*
operand to the_SyncStarIterator
. Perhaps something similar would work for the VM runtime.This is a bug discovered while fixing another dart2js bug, and not something reported by a customer.
/cc @osa1
The text was updated successfully, but these errors were encountered: