-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Re-combine reload error and restart test cases #171251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add explicit test case for reload rejection error followed by an expression evaluation. These cases should work as expected now that this Dart SDK change has been rolled into Flutter https://dart-review.googlesource.com/c/sdk/+/434522.
packages/flutter_tools/test/integration.shard/test_data/hot_reload_errors_common.dart
Show resolved
Hide resolved
srujzs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for adding the expression evaluation test. If the behavior ever regresses, we'll get a consistent failure now instead of a flaky one that arises with the hot restart (which in DWDS may or may not do an expression evaluation before the hot restart).
mdebbar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add an explicit test case for reload rejection error followed by an expression evaluation. These cases should work as expected now that this Dart SDK change has been rolled into Flutter https://dart-review.googlesource.com/c/sdk/+/434522. Closes flutter#170062
Also add an explicit test case for reload rejection error followed by an expression evaluation. These cases should work as expected now that this Dart SDK change has been rolled into Flutter https://dart-review.googlesource.com/c/sdk/+/434522. Closes flutter#170062

Also add an explicit test case for reload rejection error followed by an expression evaluation.
These cases should work as expected now that this Dart SDK change has been rolled into Flutter https://dart-review.googlesource.com/c/sdk/+/434522.
Closes #170062