-
I'd greatly appreciate some help on diagnosing something that happens but shouldn't be possible ;)
I do something like this (pseudo-code):
```
bool write_tag(char* tag_name, int data_type, int co…
wegel updated
21 hours ago
-
**Describe the bug**
The following
```c++
try {
std::string a{ "string" };
std::string const expected{ "string" };
REQUIRE_THAT(a, Matches(expected)…
-
## Description
When doing
`
doctest_discover_tests(${UNIT_TESTS_EXE} ADD_LABELS unittest)
`
i would expect that there are actually labels attached to ctest.
Howerver, in my build-dir …
-
**Describe the bug**
Don't export a CUDA_VISIBLE_DEVICES before you run ctest. I ran ctest on a 16gpu dgx server. It seems to run one copy of each test per GPU at least once it gets to the new driver…
-
`enkf.x` built in debug mode from `develop` at [3e27bb8](https://github.com/NOAA-EMC/GSI/commit/3e27bb8ada1c7202ea1eb99957f0b143464410c7) abort with the following error on WCOSS2 (Cactus)
```
forrtl…
-
Two CTests are failing:
[CDash results](https://open.cdash.org/viewTest.php?onlyfailed&buildid=7888816)
```
Traceback (most recent call last):
File "/home/runner/work/bld/itkpython/lib/pytho…
-
A subset of the test suite should be buildable and run as a GitHub action. The challenge is that it needs to leverage WARP using a headless render target since there's no guarantees of GPU support in …
-
I follow the guide and run ctest -T memcheck and the test stuck,
"max@max-VirtualBox:~/github/wiredis/build$ sudo ctest -T memcheck
Site: max-VirtualBox
Build name: Linux-c++
Memory check pr…
-
I have a simple CTest debug configuration where I'm expecting to be able to launch the debugger for a certain test with the given program and arguments. This works fine for tests with 1 argument. Howe…
-
https://github.com/t-sakashita/rokko/actions/runs/666932530
92% tests passed, 20 tests failed out of 241