-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/packages
#3573Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: pigeonrelated to pigeon messaging codegen toolrelated to pigeon messaging codegen toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically
Description
While bringing up the new Flutter API integration tests, the C++ generator failed the AllDataTypes round-trip. From initial debugging it looks like the initial Dart->C++ call works, but the completion handler for the call back into Dart is never reached. That suggests it's likely an exception on the Dart side, so perhaps there's something wrong with the serialization in that direction.
For now I'm skipping the test for that generator to get the tests landed; the skip in integration_tests.dart that references this issue should be removed, and the failure fixed.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: pigeonrelated to pigeon messaging codegen toolrelated to pigeon messaging codegen toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically