• Danny Tuppeny's avatar
    Fix issues running integration tests through DAP debug adapter (#104618) · 14702036
    Danny Tuppeny authored
    * 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.
    14702036
Name
Last commit
Last update
..
full_apps Loading commit data...
background_project.dart Loading commit data...
basic_project.dart Loading commit data...
compile_error_project.dart Loading commit data...
deferred_components_config.dart Loading commit data...
deferred_components_project.dart Loading commit data...
gen_l10n_project.dart Loading commit data...
hot_reload_const_project.dart Loading commit data...
hot_reload_project.dart Loading commit data...
hot_reload_with_asset.dart Loading commit data...
integration_tests_project.dart Loading commit data...
listen_for_sigterm.dart Loading commit data...
migrate_project.dart Loading commit data...
multidex_project.dart Loading commit data...
project.dart Loading commit data...
project_with_early_error.dart Loading commit data...
single_widget_reload_project.dart Loading commit data...
stateless_stateful_project.dart Loading commit data...
stepping_project.dart Loading commit data...
test_project.dart Loading commit data...
tests_project.dart Loading commit data...