flutter/dev/devicelab/lib/tasks
Zachary Anderson fc465348b9
Pass --no-dds to some integration tests driven by flutter drive (#152898)
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.
2024-08-05 21:10:56 -07:00
..
analysis.dart Prepare dev (minus flutter_gallery) for use_super_parameters (#100516) 2022-03-29 12:52:42 -07:00
android_choreographer_do_frame_test.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
android_lifecycles_test.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
android_verified_input_test.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
android_views_test.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
build_test_task.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
dart_plugin_registry_tests.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
entrypoint_dart_registrant.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
flutter_tool_startup.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
gallery.dart Pass --no-dds to some integration tests driven by flutter drive (#152898) 2024-08-05 21:10:56 -07:00
hot_mode_tests.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
integration_tests.dart disable Impeller on external texture test. (#149292) 2024-05-29 20:43:48 -07:00
microbenchmarks.dart Revert "const vs. non-const widget build benchmark" (#148970) 2024-05-23 18:20:53 +00:00
native_assets_test.dart [iOS] fix hot restart with native assets (#148752) 2024-05-23 18:30:55 +02:00
new_gallery.dart [devicelab] migrate new gallery benchmarks to local copy. (#143545) 2024-02-15 22:32:38 +00:00
perf_tests.dart Pass --no-dds to some integration tests driven by flutter drive (#152898) 2024-08-05 21:10:56 -07:00
platform_channels_benchmarks.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
plugin_tests.dart Fix some tests that fail with Swift Package Manager enabled (#152267) 2024-07-26 21:08:32 +00:00
run_tests.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
web_benchmarks.dart Reland "Disentangle and align flutter build web --wasm flags (#143517)" (#143549) 2024-02-16 00:19:38 +00:00
web_dev_mode_tests.dart Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00