-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
flutter/engine
#35357Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopa: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically
Description
Currently we write Windows tests indirectly via the client wrapper APIs.
It would be nice to have a test helper API to write tests directly against the Windows C API, with many of the features we support e.g. in writing tests directly against the embedder API (using the EmbedderTestContext) or to a much more limited extent on macOS (using FlutterEngineTest
).
This tracks:
- creating such an API
- writing the first test using that API and getting the infra in place to run it
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopa: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically
Type
Projects
Status
Done