flutter/packages/flutter_tools/test
Danny Tuppeny 147020366a
Fix issues running integration tests through DAP debug adapter (#104618)
* Fix issues running integration tests through DAP

These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process).

Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
2022-05-26 09:36:30 +01:00
..
commands.shard Remove dead code in tools tests (#104567) 2022-05-25 12:48:17 -07:00
data "Migrate" dummy packages to null safety (#84013) 2021-06-04 22:14:03 -07:00
general.shard Remove dead code in tools tests (#104567) 2022-05-25 12:48:17 -07:00
host_cross_arch.shard continue->next in Ruby script (#104296) 2022-05-23 18:43:05 -07:00
integration.shard Fix issues running integration tests through DAP debug adapter (#104618) 2022-05-26 09:36:30 +01:00
src Remove dead code in tools tests (#104567) 2022-05-25 12:48:17 -07:00
web.shard Migrate some test files to null safety (#104469) 2022-05-24 16:53:08 -07:00