-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add macOS hot reload test #45264
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
Add macOS hot reload test #45264
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
| @@ -0,0 +1,14 @@ | |||
| // Copyright 2016 The Chromium Authors. All rights reserved. | |||
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.
2019?
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.
Fixed
| description: > | ||
| Checks the functionality and performance of hot reload on a macOS target platform | ||
| stage: devicelab | ||
| required_agent_capabilities: ["mac/ios"] |
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.
Is it possible to also add "mac/android", "mac/ios32", "mac/iphonexs" since this could run on any of those? That would give the test a wider choice of machines to run on and allow more throughput.
Ideally, the devicelab would be able to just take "mac" as a required agent capability.
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.
I think the match logic is "all of" and not "one of", but it should probably be updated to account for this
gspencergoog
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.

Description
Runs the same hot reload test/benchmark that we do on iOS/Android on macOS. Adds a flutter clean step before running to clear any copied xcode caches.
#42281
FYI @godofredoc @digiter