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

Filter testcases by regex instead of by (sub)string #223

Open
karlosss opened this issue Aug 16, 2020 · 1 comment
Open

Filter testcases by regex instead of by (sub)string #223

karlosss opened this issue Aug 16, 2020 · 1 comment

Comments

@karlosss
Copy link

Hi!

As of now, it seems to be the case that the testcases can be filtered by a substring or by exact match (https://github.com/laumann/compiletest-rs/blob/master/src/common.rs#L149). I would appreciate if I could filter them using a regular expression. Is this somehow possible? I struggle to see it.

Thanks!

@Munksgaard
Copy link
Collaborator

Hi @karlosss,

Unfortunately, this PR mostly serves as a (pretty outdated) mirror of rusts builtin compiletest, so we don't generally add features not present there. I encourage you to either submit an issue (and preferably a PR) upstream, or try to use something else like https://github.com/dtolnay/trybuild instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants