Commit 896f9f6
Reland "Launch DDS from Dart SDK and prepare to serve DevTools from DDS (flutter#146593)" (flutter#152386)
This reverts commit 7cdc23b.
The failure in the `native_assets_test` integration test on Windows was caused by the DevTools process not being shutdown by the `ColdRunner` when running the profile mode portion of the test. This resulted in the test being unable to clean up the project created by the test as DevTools was still holding onto a handle within the directory. This PR adds back the mistakenly removed DevTools shutdown logic in the `ColdRunner`.1 parent 8203b6e commit 896f9f6
File tree
57 files changed
+785
-747
lines changed- packages/flutter_tools
- lib/src
- android
- base
- commands
- custom_devices
- drive
- fuchsia
- ios
- isolated
- macos
- proxied_devices
- runner
- tester
- test
- web
- test
- commands.shard/hermetic
- general.shard
- drive
- fuchsia
- ios
- proxied_devices
- runner
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+785
-747
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments