-
When configuring with `CC=clang CXX=clang++ cmake -DWITH_OpenMP=ON -DOpenMP_C_FLAGS=-fopenmp=libgomp -DOpenMP_CXX_FLAGS=-fopenmp=libgomp --fresh ..` on Ubuntu 24.04, the following tests are failing:
…
-
### Summary
The spack integration with cdash is a compelling feature that has room to grow. I'm starting this list to outline my thoughts and encourage others to add to it. Pinging @tldahlgren @za…
-
Here were the flags:
```
set(WITH_MEMCHECK TRUE)
[...]
set(CTEST_MEMORYCHECK_SUPPRESSIONS_FILE "${CTEST_SCRIPT_DIRECTORY}/${HOSTNAME}-ubuntu_slicer4_valgrind_supression.txt")
set(CTEST_MEMORY…
-
**CC:** @fryeguy52, @jwillenbring, @william76
## Description
CTest -S invocations will not always return zero when all of the requested actions pass. Sometimes, it will return nonzero, such as …
-
Looks like 0.9.1 something is wrong with test suite.
```console
[tkloczko@ss-desktop x86_64-redhat-linux-gnu]$ cmake -L | grep TEST
CMake Warning:
No source or binary directory provided. Both w…
-
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) on March 03, 2009 18:14:51_
split from base cmake feature issue #19 we should convert our suite/tests/Makefile build ru…
-
ctest from cmake 3.17.1 compiled from recent spack development versions will segmentation fault when compiled with GCC 10.1.0. These are the latest cmake and gcc versions supported by spack.
I …
-
-
gcc-6
16 - accumulators_test_p_square_cumul_dist (Failed)
38 - accumulators_test_weighted_p_square_cumul_dist (Failed)
104 - asio_test_basic_datagram_socket (Failed)
105 - asio_test_…
-
I'm using CMake and CTest to build and run my tests.
On Linux I can produce color googletest output with CTest, like this:
`GTEST_COLOR=1 ctest -V`
On Windows I tried something similar in powe…