Closed
Description
Description
After building when I run tests using cmake --build build --target test
% cmake --build build --target test
.....
99% tests passed, 1 tests failed out of 286
Label Time Summary:
quadruple_precision = 0.13 sec*proc (2 tests)
Total Test time (real) = 3.13 sec
The following tests did not run:
1 - always_skip (Skipped)
101 - check4 (Skipped)
The following tests FAILED:
45 - string_intrinsic (Subprocess aborted)
Errors while running CTest
Output from these tests are in: /Users/pranavchiku/repos/stdlib-fortran-lang/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
make: *** [test] Error 8
Expected Behaviour
Tests shall pass.
Version of stdlib
Platform and Architecture
MacOS
Additional Information
No response