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

Catch2 v.3.5.0 parsing: reTestCaseStart regex #241

Closed
wwerkk opened this issue May 2, 2024 · 1 comment · Fixed by #247
Closed

Catch2 v.3.5.0 parsing: reTestCaseStart regex #241

wwerkk opened this issue May 2, 2024 · 1 comment · Fixed by #247
Labels
bug Something isn't working

Comments

@wwerkk
Copy link

wwerkk commented May 2, 2024

From v3.5.0 onwards, Catch2 prints est run time instead of estimated in the bench header, which results in current Catch2 parser throwing: Error: No benchmark found for bench suite. Possibly mangled output from Catch2:
https://github.com/catchorg/Catch2/blob/v3.5.0/src/catch2/reporters/catch_reporter_console.cpp#L398

ktrz added a commit that referenced this issue May 19, 2024
ktrz added a commit that referenced this issue May 19, 2024
ktrz added a commit that referenced this issue May 19, 2024
ktrz added a commit that referenced this issue May 19, 2024
ktrz added a commit that referenced this issue May 19, 2024
* add test case for catch2 v3
* modify extract header regexp to work with v3
ktrz added a commit that referenced this issue May 19, 2024
* revert changes to old catch2 example
* add new catch2 v3 example
@ktrz ktrz closed this as completed in #247 May 19, 2024
@ktrz ktrz added the bug Something isn't working label May 19, 2024
@ktrz
Copy link
Member

ktrz commented May 19, 2024

released in v1.20.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants