vm/dart/redirection_type_shuffling_test is failing #29201
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
front-end-fasta
legacy-area-front-end
Legacy: Use area-dart-model instead.
P2
A bug or feature request we're likely to work on
cc: @peter-ahe-google @mraleph
tools/test.py -cdartk vm/dart/redirection_type_shuffling_test/none
The Dart source of the test is pretty simple. It has a redirecting factory constructor (with type arguments) and it uses mirrors:
There are at least two problems here. (1) Fasta is generating an invalid expression in the body of the redirecting constructor:
and (2) the VM's Kernel->flow graph translator is not prepared to handle the tearoff of the constructor
self::G::•
. It assumes that this can't occur.The text was updated successfully, but these errors were encountered: