Skip to content
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

When using variant parameter of testWidgets: No tests match regular expression.... when running individual tests #3482

Closed
DanTup opened this issue Jul 20, 2021 · 0 comments
Labels
in flutter Relates to running Flutter apps in testing Relates to test execution of Dart/Flutter tests for end users is bug
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Jul 20, 2021

The issue at flutter/flutter#86659 is caused by our regex. Fixing it will require both changes in Flutter and here to allow the regex to match the variants without being too greedy to also match others with the same prefix.

@DanTup DanTup added is bug in flutter Relates to running Flutter apps in testing Relates to test execution of Dart/Flutter tests for end users labels Jul 20, 2021
@DanTup DanTup added this to the v3.25.0 milestone Jul 20, 2021
@DanTup DanTup closed this as completed in 72786b4 Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in flutter Relates to running Flutter apps in testing Relates to test execution of Dart/Flutter tests for end users is bug
Projects
None yet
Development

No branches or pull requests

1 participant