mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() As in https://github.com/flutter/flutter/pull/152696, It's not clear that DDS initialization is necessary for any of these tests. In particular, from the comments on the tool flag: ``` 'It may be necessary to disable this when attaching to an application with ' 'an existing DDS instance (e.g., attaching to an application currently ' 'connected to by "flutter run"), or when running certain tests.\n' 'Disabling this feature may degrade IDE functionality if a DDS instance is ' 'not already connected to the target application.' ``` These tests are unlikely to need IDE functionality. I have initially modified the Linux_android_emu tests in the ci.yaml so that they run in presubmit to verify that this change is safe. Many other postsubmit-only tests that will now be passed `--no-dds` require physical devices, and if there is an issue in post-submit, this change will need to be reverted. |
||
---|---|---|
.. | ||
analysis.dart | ||
android_choreographer_do_frame_test.dart | ||
android_lifecycles_test.dart | ||
android_verified_input_test.dart | ||
android_views_test.dart | ||
build_test_task.dart | ||
dart_plugin_registry_tests.dart | ||
entrypoint_dart_registrant.dart | ||
flutter_tool_startup.dart | ||
gallery.dart | ||
hot_mode_tests.dart | ||
integration_tests.dart | ||
microbenchmarks.dart | ||
native_assets_test.dart | ||
new_gallery.dart | ||
perf_tests.dart | ||
platform_channels_benchmarks.dart | ||
plugin_tests.dart | ||
run_tests.dart | ||
web_benchmarks.dart | ||
web_dev_mode_tests.dart |