-
Notifications
You must be signed in to change notification settings - Fork 29.7k
use common emulator/device list #38296
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
to be more clear in usage use the common device/emulator list. We can see more detailed information to chose the device name oder device id at flutter -d fix #37395
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
@ireinhart Can we get the output of what this looks like before and after your change? @jonahwilliams I think you were recently around this code with 6830edd. |
|
@ireinhart please take a look at the failing tests when you get the chance |
|
The drive command tests are failing with this change. You can run this locally: |
|
@jmagman Yes, I see the failing tests and working on it. With 6830edd a test was added, that seams to need much more mocking. If you run the command 'flutter dirve --target=...' and you have more than one device/emulator running the output looks like: After the patch it looks like (similar to 'flutter devices'): I like the new (long) output to be more clear that you can choose the both first fields from the table at the -d option for flutter. The sort list is not so helpful, if you work with more than one android emulator. |
|
@jonahwilliams could you take a look? I hop it is ok for you. |
jonahwilliams
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.
LGTM
|
Hi , what is the command i would provide to make it run the test on a particular device: Please see the below error highlighted: |
Description
to be more clear in usage use the common device/emulator list.
We can see more detailed information to chose the device name oder device id at flutter -d
Related Issues
fix #37395