-
### Check duplicate issues.
- [ ] Checked for duplicates
### Description
On a large node (127 cores, 128 GB), I ran:
1. ctest -j 32
2. ctest --rerun-failed
3. ctest -j 32
After 1. many …
-
... for our testing suite.
-
Running "gmake tests" results in a failure, apparently because ctest somehow invokes /usr/bin/make rather than finding/using GNU make. The command that is run is
`/usr/pkg/bin/ctest --force-new-ctes…
-
### Brief Issue Summary
I have a project where I am managing tests through Catch2. The CTest integration can successfully find, run, and display the results from my tests, but I'm facing an odd issu…
-
For some reason the tests are only failing when running through `ctest`. Execution of `cnet-test` manually doesn't result in the error.
```
Test project /media/solidity/DATA/Code/bonedaddy/cnet/bu…
-
No idea how to add "tests" the CMake way. After reading some docs, I've added this to `/CMakeLists.txt` file:
```cmake
enable_testing()
add_test(NAME unittest COMMAND test_sdptransform WORKING_DI…
-
`clblast_test_xconvgemm` fails on x86-64:
```
root@x86_64:~/RPM/BUILD/clblast-1.6.3/x86_64-alt-linux# ctest -R clblast_test_xconvgemm --verbose
UpdateCTestConfiguration from :/usr/src/RPM/BUILD/cl…
-
# ctest -V has two failing tests out of twelve on Cygwin
Thank you so much for creating libgit2. It looks like a fantastic project and I am looking forward to using it in my own code.
### Reprod…
-
Looks like something is wrong with new version and ctest fails in one unit
```console
+ cd yubihsm-shell-2.6.0
+ /usr/bin/ctest --test-dir x86_64-redhat-linux-gnu --output-on-failure --force-new-ct…
-
## Description
In preparation for v4.0, we use dplasma to validate correctness. This issue will track what does and does not work in dplasma.
### Describe the solution you'd like
All parsec and …