dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.2k stars 1.57k forks source link

[cfe/ffi] pkg/front_end/test/ffi_test.dart #49304

Open dcharkes opened 2 years ago

dcharkes commented 2 years ago

pkg/front_end/messages.yaml points to pkg/front_end/test/ffi_test.dart as its test, but we don't do any tests.

Instead of testing in the CFE way, we have tests expecting compile-time errors in tests/ffi/vmspecific_static_checks_test.dart.

We could consider adding CFE tests or making FFI messages exempt from that test flow.

dcharkes commented 2 years ago

2 Options proposed by @johnniwinther in https://dart-review.googlesource.com/c/sdk/+/249301