-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-ffi
Description
The frontend transformations do not provide fileUrl and fileOffset for newly introduced members.
/==========================================================================================\
| fasta-linux:samples/ffi/samples_test is new and failed (CompileTimeError, expected Pass) |
\==========================================================================================/
--- Command "fasta" (took 12.000025s):
(cd /b/s/w/ir/ ; DART_CONFIGURATION=ReleaseX64 ./out/ReleaseX64/dart ./pkg/front_end/tool/_fasta/compile.dart --verify -o ./out/ReleaseX64/generated_compilations/fasta/samples_ffi_samples_test/out.dill --platform ./out/ReleaseX64/vm_platform_strong.dill --packages=./.packages ./samples/ffi/samples_test.dart )
exit code:
1
stdout:
samples/ffi/coordinate.dart: Error: Verification of the generated program failed:
'x' has no fileUri
samples/ffi/coordinate.dart: Error: Verification of the generated program failed:
'x' has no fileUri
samples/ffi/coordinate.dart: Error: Verification of the generated program failed:
'y' has no fileUri
samples/ffi/coordinate.dart: Error: Verification of the generated program failed:
'y' has no fileUri
samples/ffi/coordinate.dart: Error: Verification of the generated program failed:
'next' has no fileUri
samples/ffi/coordinate.dart: Error: Verification of the generated program failed:
'next' has no fileUri
--- Re-run this test:
python tools/test.py -n fasta-linux samples/ffi/samples_test
/cc @mkustermann
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-ffi