-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
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 testsframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-webWeb applications specificallyWeb applications specifically
Description
Now that flutter test --platform=chrome supports dart defines, I've added the ability to run the existing test suite with canvaskit enabled. Unfortunately, the vast majority of these tests are failing:
This has already helped identify one issue in the web engine: flutter/engine#22809 . Consider triaging the rest to find the common error cases. To run with canvaskit enabled locally:
flutter test --platform=chrome --dart-define=FLUTTER_WEB_USE_SKIA=true test/file_to_test.dart
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 testsframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-webWeb applications specificallyWeb applications specifically