- 29 Oct, 2021 1 commit
-
-
嘟囔 authored
-
- 13 Oct, 2021 1 commit
-
-
Danny Tuppeny authored
Limit 10 second future modification-date in integration test to only where required for reloads (#91300) This prevents all of the `flutter run` calls immediately re-running `flutter pub get` when it has already been run by test setup code.
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 12 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 Sep, 2020 1 commit
-
-
Jonah Williams authored
Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used. Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
-
- 30 Jan, 2020 1 commit
-
-
Jonah Williams authored
-