======================================== Check 0.10.0: tests/test-suite.log ======================================== # TOTAL: 8 # PASS: 5 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test_output.sh ==================== Problem with ex_output CK_MINIMAL STDOUT NORMAL Expected: Running suite(s): S1 S2 XML escape " ' < > & \x9 \x0AX\x08 tests 37%: Checks: 8, Failures: 4, Errors: 1 Got: Running suite(s): S1 S2 XML escape " ' < > & X tests 37%: Checks: 8, Failures: 4, Errors: 1 FAIL test_output.sh (exit status: 1) FAIL: test_log_output.sh ======================== Problem with ex_log_output CK_SILENT LOG NORMAL Expected: Running suite S1 ex_output.c:31:P:Core:test_pass:0: Passed ex_output.c:37:F:Core:test_fail:0: Failure ex_output.c:46:E:Core:test_exit:0: (after this point) Early exit with return value 1 Running suite S2 ex_output.c:66:P:Core:test_pass2:0: Passed ex_output.c:72:F:Core:test_loop:0: Iteration 0 failed ex_output.c:72:P:Core:test_loop:1: Passed ex_output.c:72:F:Core:test_loop:2: Iteration 2 failed Running suite XML escape " ' < > & \x9 \x0AX\x08 tests ex_output.c:78:F:description " ' < > & \x9 \x0AX\x08 end:test_xml_esc_fail_msg:0: fail " ' < > & \x9 \x0AX\x08 message Results for all suites run: 37%: Checks: 8, Failures: 4, Errors: 1 Got: Running suite S1 ex_output.c:31:P:Core:test_pass:0: Passed ex_output.c:37:F:Core:test_fail:0: Failure ex_output.c:46:E:Core:test_exit:0: (after this point) Early exit with return value 1 Running suite S2 ex_output.c:66:P:Core:test_pass2:0: Passed ex_output.c:72:F:Core:test_loop:0: Iteration 0 failed ex_output.c:72:P:Core:test_loop:1: Passed ex_output.c:72:F:Core:test_loop:2: Iteration 2 failed Running suite XML escape " ' < > & X tests ex_output.c:78:F:description " ' < > & X end:test_xml_esc_fail_msg:0: fail " ' < > & X message Results for all suites run: 37%: Checks: 8, Failures: 4, Errors: 1 FAIL test_log_output.sh (exit status: 1) FAIL: test_tap_output.sh ======================== Problem with ex_tap_output Expected: ok 1 - ex_output.c:Core:test_pass: Passed not ok 2 - ex_output.c:Core:test_fail: Failure not ok 3 - ex_output.c:Core:test_exit: Early exit with return value 1 ok 4 - ex_output.c:Core:test_pass2: Passed not ok 5 - ex_output.c:Core:test_loop: Iteration 0 failed ok 6 - ex_output.c:Core:test_loop: Passed not ok 7 - ex_output.c:Core:test_loop: Iteration 2 failed not ok 8 - ex_output.c:description " ' < > & \x9 \x0AX\x08 end:test_xml_esc_fail_msg: fail " ' < > & \x9 \x0AX\x08 message 1..8 Got: ok 1 - ex_output.c:Core:test_pass: Passed not ok 2 - ex_output.c:Core:test_fail: Failure not ok 3 - ex_output.c:Core:test_exit: Early exit with return value 1 ok 4 - ex_output.c:Core:test_pass2: Passed not ok 5 - ex_output.c:Core:test_loop: Iteration 0 failed ok 6 - ex_output.c:Core:test_loop: Passed not ok 7 - ex_output.c:Core:test_loop: Iteration 2 failed not ok 8 - ex_output.c:description " ' < > & X end:test_xml_esc_fail_msg: fail " ' < > & X message 1..8 FAIL test_tap_output.sh (exit status: 1)