flutter/packages/flutter_tools/test/integration.shard/test_data
David Iglesias 703e12f524
[ci] Adds test for web hot restart with const App. (#141824)
This PR adds a test that reproduces the problem described in the linked issue: hot restart on the web seems to not update if the app being run is `const`.

The new test is expected to fail, until the `const` issue with hot restart in the web is resolved.

Expected failure mode is a 15s timeout in the following test:

```
02:31 +3 ~1 -1: Hot reload (index.html: Default) (with `const MyApp()`)): newly added code executes during hot restart [E]
  TimeoutException after 0:00:15.000000: Future not completed
  dart:async  _startMicrotaskLoop
  ...
```

(And then a bunch of output that I'm not 100% sure is intended :))

## Issues

* #141588
2024-01-25 01:49:08 +00:00
..
full_apps MigrateConfig and migrate integration testing base (#99092) 2022-03-16 11:10:22 -07:00
background_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
basic_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
compile_error_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
deferred_components_config.dart [Android] Support Android 34 (take 2) (#137967) 2023-11-09 22:40:15 +00:00
deferred_components_project.dart [deps] update Android SDK to 34 (#138183) 2023-12-14 00:55:57 +00:00
gen_l10n_project.dart Gen l10n add named argument option (#138663) 2024-01-05 21:28:08 +00:00
hot_reload_const_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
hot_reload_project.dart [ci] Adds test for web hot restart with const App. (#141824) 2024-01-25 01:49:08 +00:00
hot_reload_with_asset.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
integration_tests_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00: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 Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
multidex_project.dart [deps] update Android SDK to 34 (#138183) 2023-12-14 00:55:57 +00:00
plugin_each_settings_gradle_project.dart Reland: "Fix how Gradle resolves Android plugin" (#137115) 2023-12-21 16:55:04 +00:00
plugin_project.dart Reland: "Fix how Gradle resolves Android plugin" (#137115) 2023-12-21 16:55:04 +00:00
project_with_early_error.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
project.dart Consume flutter.js from the engine artifacts. (#137113) 2023-11-14 17:00:29 +00:00
stateless_stateful_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
stepping_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
test_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
tests_project.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00