-
Configuration requires to add the OpenSSL path to the Path variable:
> Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_C…
-
As part of #10539, trying fix of memory leak in the `test_http_hdr_print_and_copy_aux`, I faced a crash.
The leak trying to fix
```
==26521==ERROR: LeakSanitizer: detected memory leaks
Direc…
-
### Tasks
- [x] Split this list up into what can be done for 2.2 vs future
- [ ] https://github.com/NVIDIA/cccl/issues/85
- [ ] https://github.com/NVIDIA/cccl/issues/86
- [ ] https://github.com/NVIDIA…
-
**Describe the bug**
When Catch2 catches an exception thrown by test code in Clang 19.1 (at least the version I have installed using homebrew on my Mac), it results in a `Bus error: 10`. This occurs …
-
-
If possible, change from a series of outputs to a live table. Show passed/failed. Display error messages.
-
-
Rename to neotest-cpp
https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md#top
-
Current testing in OpenSim uses a variety of implementations and code styles. Most of the tests for Moco use `Catch2`, and since the Moco merge, we've been sporadically converting OpenSim tests to thi…
-
I'm about to set up continuous benchmarking for our project. We benchmark C++ code in a combined R/C++ project with catch2 in a docker container.
When I try to deploy the benchmark results, I get a…