-
Notifications
You must be signed in to change notification settings - Fork 152
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
Labels
bug
Something isn't working
Comments
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
released in v1.20.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From v3.5.0 onwards, Catch2 prints
est run time
instead ofestimated
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
The text was updated successfully, but these errors were encountered: