-
Fails on both arm64 and amd64. Version 2024.11.04.00.
Log:
```
# ctest -j24 --test-load 24 --rerun-failed --output-on-failure
Test project /var/tmp/portage/dev-cpp/edencommon-2024.11.04.00/wor…
-
### Brief Issue Summary
it's not clear how to write a configuration in launch.json that can debug a single test, since the default configuration launch all tests.
### CMake Tools Diagnostics
_No re…
-
### Brief Issue Summary
I hit the following bogus error in VSCode running CTest with GoogleTest for my C++ app:
```
[proc] Executing command: /usr/bin/ctest -j18 -C Debug -T test --output-on-failur…
khteh updated
3 weeks ago
-
If I define fixture with my own static variables, and use CTEST_SETUP / CTEST_TEARDOWN without CTEST_DATA, it will report conflict in expansion of macro 'CTEST_SETUP' in
ctest.h:140:17: note: in expa…
-
```
$ freebsd-version
14.1-RELEASE-p6
$ makedir build
$ cd build
$ cmake ..
$ cmake --build .
$ ctest -R regress__signalfd_POLL --output-on-failure
Test project /home/hebasto/dev/libevent/bui…
-
As Peter Johnsen via orion help desk suggested and @RussTreadon-NOAA helped , the behavior of regional GSI after the orion upgrading is being investigate in relation to the issues, found on hercules,…
-
Follow-up on #5068. Run all (if not, a subset of) tests in single-precision, compare against existing double-precision checksum files with a larger tolerance.
EZoni updated
2 months ago
-
hi When I was testing version 2.99.57, there was an error in progs. It was an error fragment:
```
[root@localhost spack-build-xxwzugl]#ctest
Test project /home/stage/root/spack-stage-eman2-2.99.57-…
-
A subset of the test suite should be buildable and run as a GitHub action. The challenge is that it needs to leverage WARP and use a 'headless' render target since there's no guarantees of GPU support…
-
**Version Used**:
Visual Studio 2017 Community (v15.2)
**Steps to Reproduce**:
Type in the following code in a Console project (though any kind of project will do):
```vb
Module Module1
…