Test project /disk-samsung/freebsd-ports/devel/libfort/work/.build
Start 1: libfort_test_dev
1/18 Test #1: libfort_test_dev .................Subprocess aborted***Exception: 0.01 sec
Start 2: libfort_test_cpp
2/18 Test #2: libfort_test_cpp ................. Passed 0.01 sec
Start 3: libfort_test
3/18 Test #3: libfort_test .....................Subprocess aborted***Exception: 0.01 sec
Start 4: libfort_simple_table
4/18 Test #4: libfort_simple_table ............. Passed 0.00 sec
Start 5: libfort_custom_table
5/18 Test #5: libfort_custom_table ............. Passed 0.00 sec
Start 6: libfort_fill_table
6/18 Test #6: libfort_fill_table ............... Passed 0.00 sec
Start 7: libfort_custom_border_style
7/18 Test #7: libfort_custom_border_style ...... Passed 0.00 sec
Start 8: libfort_print_styles
8/18 Test #8: libfort_print_styles ............. Passed 0.01 sec
Start 9: libfort_math_table
9/18 Test #9: libfort_math_table ............... Passed 0.00 sec
Start 10: libfort_beautiful_table
10/18 Test #10: libfort_beautiful_table .......... Passed 0.00 sec
Start 11: libfort_complex_layout
11/18 Test #11: libfort_complex_layout ........... Passed 0.00 sec
Start 12: libfort_non_ascii_table
12/18 Test #12: libfort_non_ascii_table .......... Passed 0.00 sec
Start 13: libfort_simple_table_cpp
13/18 Test #13: libfort_simple_table_cpp ......... Passed 0.00 sec
Start 14: libfort_custom_table_cpp
14/18 Test #14: libfort_custom_table_cpp ......... Passed 0.00 sec
Start 15: libfort_complex_layout_cpp
15/18 Test #15: libfort_complex_layout_cpp ....... Passed 0.00 sec
Start 16: libfort_fill_table_cpp
16/18 Test #16: libfort_fill_table_cpp ........... Passed 0.00 sec
Start 17: libfort_beautiful_table_cpp
17/18 Test #17: libfort_beautiful_table_cpp ...... Passed 0.00 sec
Start 18: libfort_non_ascii_table_cpp
18/18 Test #18: libfort_non_ascii_table_cpp ...... Passed 0.00 sec
89% tests passed, 2 tests failed out of 18
Total Test time (real) = 0.07 sec
The following tests FAILED:
1 - libfort_test_dev (Subprocess aborted)
3 - libfort_test (Subprocess aborted)
Errors while running CTest
Output from these tests are in: /disk-samsung/freebsd-ports/devel/libfort/work/.build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
FAILED: CMakeFiles/test.util
cd /disk-samsung/freebsd-ports/devel/libfort/work/.build && /usr/local/bin/ctest --force-new-ctest-process
ninja: build stopped: subcommand failed.
*** Error code 1
libfort_test, when run alone, succeeds:
$ ./work/.build/tests/libfort_test
== RUNNING BLACK BOX TEST SUITE ==
[==========] Running 15 test(s).
[ RUN ] test_bug_fixes
[ OK ] test_bug_fixes
[ RUN ] test_table_basic
[ OK ] test_table_basic
[ RUN ] test_wcs_table_boundaries
[ OK ] test_wcs_table_boundaries
[ RUN ] test_utf8_table
[ OK ] test_utf8_table
[ RUN ] test_table_write
[ OK ] test_table_write
[ RUN ] test_table_insert_strategy
[ OK ] test_table_insert_strategy
[ RUN ] test_table_changing_cell
[ OK ] test_table_changing_cell
[ RUN ] test_table_erase
[ OK ] test_table_erase
[ RUN ] test_table_border_style
[ OK ] test_table_border_style
[ RUN ] test_table_builtin_border_styles
[ OK ] test_table_builtin_border_styles
[ RUN ] test_table_cell_properties
[ OK ] test_table_cell_properties
[ RUN ] test_table_tbl_properties
[ OK ] test_table_tbl_properties
[ RUN ] test_table_text_styles
[ OK ] test_table_text_styles
[ RUN ] test_memory_errors
[ OK ] test_memory_errors
[ RUN ] test_error_codes
[ OK ] test_error_codes
[==========] 15 test(s) run.
[ PASSED ] 15 test(s).
libfort_test, when run alone, succeeds: