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

enhancement: create known failing patterns automatically #884

Open
jhump opened this issue Jun 14, 2024 · 0 comments
Open

enhancement: create known failing patterns automatically #884

jhump opened this issue Jun 14, 2024 · 0 comments

Comments

@jhump
Copy link
Member

jhump commented Jun 14, 2024

When tests fail, and the user wants to configure them as known failing, it is a bit laborious. The user must copy all of the failing test case names (which are strewn across many lines, so not as simple as copying a region of output) and paste it into a file. If they want to consolidate them using wildcards (which is helpful so the file is smaller and more readable), it requires a little bit of mental math and analysis to determine the patterns.

Ideally, the tool itself would recommend the configuration to use and even compute the minimal representation using wildcards for you and include it in the output when there are failing test cases.

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

1 participant