flutter/dev/devicelab/lib/tasks
Matej Knopp 02d5286e02
[iOS] fix hot restart with native assets (#148752)
Fixes https://github.com/flutter/flutter/issues/148687

Adds support for running the hot restart and reload integration test on
iOS simulator.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Data Driven Fixes]:
https://github.com/flutter/flutter/wiki/Data-driven-Fixes
2024-05-23 18:30:55 +02: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 Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00: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 Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00:00
microbenchmarks.dart const vs. non-const widget build benchmark (#148261) 2024-05-16 23:23:14 +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 Reverts "Try to be more consistent about deleting test apps in devicelab logic (#146931)" (#146947) 2024-04-17 21:08:47 +00: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 Reland "Add FlutterMacOS.xcframework artifact (#143244)" (#144275) 2024-02-28 20:09:54 +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