-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#4650Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: rfwRemote Flutter Widgets packageRemote Flutter Widgets packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem teamwaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
In bringing up --platform=chrome Dart unit test CI in flutter/packages, rfw fails a bunch of tests. Mostly it looks like use of Int64, which isn't supported, but there's at least on number formatting issue due to the int vs double problem as well.
For now I'm opting the entire package out of web testing via a dart_test.yaml file that requires vm, but since the package appears to support web, presumably this should be fixed.
FYI @Hixie
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: rfwRemote Flutter Widgets packageRemote Flutter Widgets packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem teamwaiting for PR to land (fixed)A fix is in flightA fix is in flight