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

Filtering tests does not work any more #2155

Closed
RalfJung opened this issue May 25, 2022 · 2 comments · Fixed by #2158
Closed

Filtering tests does not work any more #2155

RalfJung opened this issue May 25, 2022 · 2 comments · Fixed by #2158
Labels
A-tests Area: affects our test suite or CI

Comments

@RalfJung
Copy link
Member

./miri test foo used to only run the tests that have "foo" in their name (including the folder name, i.e. "fail" matches all compile-fail/foo.rs tests). That doesn't work any more.
I use this quite a lot when testing so would be nice to get it back. :)

Cc @oli-obk

@RalfJung RalfJung added the A-tests Area: affects our test suite or CI label May 25, 2022
@oli-obk
Copy link
Contributor

oli-obk commented May 25, 2022

Oh yea, I knew this was lost but forgot to add it to the list

This was referenced May 28, 2022
@RalfJung
Copy link
Member Author

Once this is fixed we should also enable running tests with optimized MIR again, filtered for "tests/pass" and "tests/panic".

@bors bors closed this as completed in 065ff89 May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tests Area: affects our test suite or CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants