-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing FFI tests on CFE #51958
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
Comments
Looking at the first test it looks like it is only a matter where the error is reported. If so, the tests just need to be updated. @dcharkes can you take a deeper look into this? |
copybara-service bot
pushed a commit
that referenced
this issue
Apr 5, 2023
TEST=co19/LibTest/ffi/Array/Array.multi_A02_t01 Bug: #51958 Closes: #45540 Change-Id: I33f84b829968f7f8496710c6facaa489b741b2fa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293600 Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
@dcharkes Have you filled co19 issues for the tests that need updates? |
copybara-service bot
pushed a commit
that referenced
this issue
Apr 5, 2023
And report error on invalid type nested in `Array`. TEST=co19/LibTest/ffi/Array/Array.multi_A03_t02 TEST=co19/LibTest/ffi/Array/Array.multi_A03_t04 TEST=co19/LibTest/ffi/Array/Array_A03_t02 TEST=co19/LibTest/ffi/Array/Array_A03_t04 Bug: #51958 Change-Id: Ida650f2c7c93ebce8c93a1dc5a5b4b222166438b Cq-Include-Trybots: luci.dart.try:vm-ffi-android-debug-arm-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293601 Reviewed-by: Johnni Winther <[email protected]>
srawlins
added
the
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
label
Apr 5, 2023
This was referenced Apr 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
The following ffi co19 tests are currently failing on the CFE (but not the analyzer). The failures do not seem related to the class modifier feature, which is only used incidentally there.
cc @dcharkes @johnniwinther
The text was updated successfully, but these errors were encountered: