flutter/packages/flutter_tools/test/integration.shard/test_data
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
..
full_apps MigrateConfig and migrate integration testing base (#99092) 2022-03-16 11:10:22 -07:00
background_project.dart Fix hot-restart test by ensuring updated timestmamp is in the future. (#97247) 2022-01-25 14:18:33 -08:00
basic_project.dart Use single quotes for dartSdkVersionBounds (#101270) 2022-04-06 09:54:10 -07:00
compile_error_project.dart Use single quotes for dartSdkVersionBounds (#101270) 2022-04-06 09:54:10 -07:00
deferred_components_config.dart Reland 3: Display Features (#93240) 2021-11-20 15:48:06 -08:00
deferred_components_project.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
gen_l10n_project.dart [gen_l10n] Add support for adding placeholders inside select (#92753) 2021-11-22 20:08:03 -08:00
hot_reload_const_project.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
hot_reload_project.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
hot_reload_with_asset.dart Use single quotes for dartSdkVersionBounds (#101270) 2022-04-06 09:54:10 -07:00
integration_tests_project.dart Fix issues running integration tests through DAP debug adapter (#104618) 2022-05-26 09:36:30 +01:00
listen_for_sigterm.dart [flutter_tools] exec rather than spawn subprocess from bin/internal/shared.sh (#99871) 2022-03-14 13:35:18 -07:00
migrate_project.dart MigrateConfig and migrate integration testing base (#99092) 2022-03-16 11:10:22 -07:00
multidex_project.dart Retire v1 embedding compatibility from automatic multidex support (#100685) 2022-03-31 10:24:42 -07:00
project_with_early_error.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
project.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
single_widget_reload_project.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
stateless_stateful_project.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
stepping_project.dart feat: migrate test_data/project.dart to null safety (#92646) 2021-10-29 11:38:05 -07:00
test_project.dart Use single quotes for dartSdkVersionBounds (#101270) 2022-04-06 09:54:10 -07:00
tests_project.dart Use single quotes for dartSdkVersionBounds (#101270) 2022-04-06 09:54:10 -07:00