Dart API test does not test native method lookup where it should. #2578
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-invalid
Closed as we don't believe the reported issue is generally actionable
P3
A lower priority bug or feature request
Milestone
There is dead code, and untested functionality, because in
vm/runtime/dart_api_impl_test.cc, line 3458:
" int method1(int i) native "ThrowException_native";"
declares a native method that is not called.
Thus, the native method resolver, and the native function, are also not called. There should be a line in the test that calls method1, I think.
The text was updated successfully, but these errors were encountered: