Back to build
Raw log | Switch to full mode | Login

[==========] Running 71 tests from 7 test cases. [----------] Global test environment set-up. [----------] 23 tests from ZxTestCAssertionsTest [ RUN ] ZxTestCAssertionsTest.Fail system/ulib/zxtest/test/integration//assertions_test.c:19: error: Failure: Failure condition met. Something bad happened Expected: false Which is: 0 Actual : true Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertTrueAndFalse [ OK ] ZxTestCAssertionsTest.AssertTrueAndFalse (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertTrueAndFalseFailure system/ulib/zxtest/test/integration//assertions_test.c:33: error: Failure: Expected false is true. EXPECT_TRUE suceed Expected: 0 Actual : true Which is: 1 system/ulib/zxtest/test/integration//assertions_test.c:34: error: Failure: Expected true is false. EXPECT_FALSE succeed. Expected: 1 Actual : false Which is: 0 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertFalseFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:39: error: Failure: Expected true is false. ASSERT_FALSE succeed. Expected: 1 Actual : false Which is: 0 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertTrueFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:44: error: Failure: Expected false is true. ASSERT_TRUE succeed. Expected: 0 Actual : true Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertEQSuccess [ OK ] ZxTestCAssertionsTest.AssertEQSuccess (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertEQFailure system/ulib/zxtest/test/integration//assertions_test.c:65: error: Failure: Expected 2 == 1 EXPECT_EQ inequality detection succeeded. Expected: 1 Actual : 2 system/ulib/zxtest/test/integration//assertions_test.c:66: error: Failure: Expected b == a EXPECT_EQ inequality detection succeeded. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertEQFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:71: error: Failure: Expected 2 == 1 ASSERT_EQ inequality detection succeeded. Expected: 1 Actual : 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertNESuccess [ OK ] ZxTestCAssertionsTest.AssertNESuccess (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertNEFailure system/ulib/zxtest/test/integration//assertions_test.c:89: error: Failure: Expected 1 != 1 EXPECT_NE identity failed. Expected: 1 Actual : 1 system/ulib/zxtest/test/integration//assertions_test.c:90: error: Failure: Expected a != a EXPECT_NE identity failed. Expected: a Which is: 1 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertNEFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:97: error: Failure: Expected b != a ASSERT_NE identity detection succeeded. Expected: a Which is: 1 Actual : b Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLT [ OK ] ZxTestCAssertionsTest.AssertLT (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLTFailure system/ulib/zxtest/test/integration//assertions_test.c:116: error: Failure: Expected 2 < 1 EXPECT_LT failed. Expected: 1 Actual : 2 system/ulib/zxtest/test/integration//assertions_test.c:117: error: Failure: Expected b < a EXPECT_LT failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLTFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:125: error: Failure: Expected b < a EXPECT_LT failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLE [ OK ] ZxTestCAssertionsTest.AssertLE (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLEFailure system/ulib/zxtest/test/integration//assertions_test.c:146: error: Failure: Expected 2 <= 1 EXPECT_LE failed. Expected: 1 Actual : 2 system/ulib/zxtest/test/integration//assertions_test.c:147: error: Failure: Expected b <= a EXPECT_LE failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLEFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:155: error: Failure: Expected b <= a EXPECT_LE failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGT [ OK ] ZxTestCAssertionsTest.AssertGT (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGTFailure system/ulib/zxtest/test/integration//assertions_test.c:174: error: Failure: Expected a > b EXPECT_GT succeeded. Expected: b Which is: 2 Actual : a Which is: 1 system/ulib/zxtest/test/integration//assertions_test.c:176: error: Failure: Expected 1 > 2 ASSERT_GT succeeded. Expected: 2 Actual : 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGTFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:184: error: Failure: Expected a > b EXPECT_GT failed. Expected: b Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGE [ OK ] ZxTestCAssertionsTest.AssertGE (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGEFailure system/ulib/zxtest/test/integration//assertions_test.c:205: error: Failure: Expected 1 >= 2 EXPECT_GE failed. Expected: 2 Actual : 1 system/ulib/zxtest/test/integration//assertions_test.c:206: error: Failure: Expected a >= b EXPECT_GE failed. Expected: b Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGEFailureFatal system/ulib/zxtest/test/integration//assertions_test.c:214: error: Failure: Expected a >= b EXPECT_GE failed. Expected: b Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [----------] 23 tests from ZxTestCAssertionsTest (1 ms total) [----------] 11 tests from ZXTestCAssertionTest [ RUN ] ZXTestCAssertionTest.AssertStrEq [ OK ] ZXTestCAssertionTest.AssertStrEq (0 ms) [ RUN ] ZXTestCAssertionTest.AssertStrEqFailures system/ulib/zxtest/test/integration//assertions_test.c:234: error: Failure: Expected strings str2 == str1 ASSERT_STR_EQ failed to identify equal strings. Expected: str1 Which is: 0x4e1ebc95fb86 Actual : str2 Which is: 0x4e1ebc95fdaa system/ulib/zxtest/test/integration//assertions_test.c:236: error: Failure: Expected strings str2 == str1 ASSERT_STR_EQ failed to identify equal strings. Expected: str1 Which is: 0x4e1ebc95fb86 Actual : str2 Which is: 0x4e1ebc95fdaa [ FAILED ] ZXTestCAssertionTest.ZXTestCAssertionTest (0 ms) [ RUN ] ZXTestCAssertionTest.AssertNotNull [ OK ] ZXTestCAssertionTest.AssertNotNull (0 ms) [ RUN ] ZXTestCAssertionTest.AssertNotNullFailures system/ulib/zxtest/test/integration//assertions_test.c:252: error: Failure: Expected a non null pointer. ASSERT_NOT_NULL identified NULL. Expected: a Which is: 0 Actual : _ZXTEST_NULLPTR Which is: 0 [ FAILED ] ZXTestCAssertionTest.ZXTestCAssertionTest (0 ms) [ RUN ] ZXTestCAssertionTest.AssertNull [ OK ] ZXTestCAssertionTest.AssertNull (0 ms) [ RUN ] ZXTestCAssertionTest.AssertNullFailures system/ulib/zxtest/test/integration//assertions_test.c:269: error: Failure: Expected a is null pointer. ASSERT_NOT_NULL identified NULL. Expected: a Which is: 0xe9b787026ef4 Actual : _ZXTEST_NULLPTR Which is: 0 [ FAILED ] ZXTestCAssertionTest.ZXTestCAssertionTest (0 ms) [ RUN ] ZXTestCAssertionTest.AssertOk [ OK ] ZXTestCAssertionTest.AssertOk (0 ms) [ RUN ] ZXTestCAssertionTest.AssertOkFailures system/ulib/zxtest/test/integration//assertions_test.c:286: error: Failure: Expected status is ZX_OK . ASSERT_OK failed to identify ZX_OK. Expected: status Which is: -20 Actual : ZX_OK Which is: 0 system/ulib/zxtest/test/integration//assertions_test.c:288: error: Failure: Expected status is ZX_OK . ASSERT_OK failed to identify ZX_OK. Expected: status Which is: -20 Actual : ZX_OK Which is: 0 [ FAILED ] ZXTestCAssertionTest.ZXTestCAssertionTest (0 ms) [ RUN ] ZXTestCAssertionTest.AssertBytesEq system/ulib/zxtest/test/integration//assertions_test.c:307: error: Failure: Expected a same bytes as b ASSERT_BYTES_EQ identity failed. Expected: b Which is: 00 00 00 00 02 00 00 00 Actual : a Which is: 00 00 00 00 01 00 00 00 [ FAILED ] ZXTestCAssertionTest.ZXTestCAssertionTest (0 ms) [ RUN ] ZXTestCAssertionTest.AssertSingleCall [ OK ] ZXTestCAssertionTest.AssertSingleCall (0 ms) [ RUN ] ZXTestCAssertionTest.AssertBytesSingleCall system/ulib/zxtest/test/integration//assertions_test.c:333: error: Failure: Expected Get() same bytes as Increase() Expected: Increase() Which is: 01 00 00 00 Actual : Get() Which is: 00 00 00 00 [ FAILED ] ZXTestCAssertionTest.ZXTestCAssertionTest (0 ms) [----------] 11 tests from ZXTestCAssertionTest (0 ms total) [----------] 1 test from CTest [ RUN ] CTest.AutoRegister [ OK ] CTest.AutoRegister (0 ms) [----------] 1 test from CTest (0 ms total) [----------] 23 tests from ZxTestAssertionsTest [ RUN ] ZxTestAssertionsTest.Fail system/ulib/zxtest/test/integration//assertions_test.cpp:19: error: Failure: Failure condition met. Something bad happened Expected: false Which is: 00 Actual : true Which is: 01 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertTrueAndFalse [ OK ] ZxTestAssertionsTest.AssertTrueAndFalse (0 ms) [ RUN ] ZxTestAssertionsTest.AssertTrueAndFalseFailure system/ulib/zxtest/test/integration//assertions_test.cpp:33: error: Failure: Expected false is true. EXPECT_TRUE suceed Expected: false Which is: 00 Actual : true Which is: 01 system/ulib/zxtest/test/integration//assertions_test.cpp:34: error: Failure: Expected true is false. EXPECT_FALSE succeed. Expected: true Which is: 01 Actual : false Which is: 00 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertFalseFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:39: error: Failure: Expected true is false. ASSERT_FALSE succeed. Expected: true Which is: 01 Actual : false Which is: 00 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertTrueFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:44: error: Failure: Expected false is true. ASSERT_TRUE succeed. Expected: false Which is: 00 Actual : true Which is: 01 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertEQSuccess [ OK ] ZxTestAssertionsTest.AssertEQSuccess (0 ms) [ RUN ] ZxTestAssertionsTest.AssertEQFailure system/ulib/zxtest/test/integration//assertions_test.cpp:65: error: Failure: Expected 2 == 1 EXPECT_EQ inequality detection succeeded. Expected: 1 Actual : 2 system/ulib/zxtest/test/integration//assertions_test.cpp:66: error: Failure: Expected b == a EXPECT_EQ inequality detection succeeded. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertEQFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:71: error: Failure: Expected 2 == 1 ASSERT_EQ inequality detection succeeded. Expected: 1 Actual : 2 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertNESuccess [ OK ] ZxTestAssertionsTest.AssertNESuccess (0 ms) [ RUN ] ZxTestAssertionsTest.AssertNEFailure system/ulib/zxtest/test/integration//assertions_test.cpp:89: error: Failure: Expected 1 != 1 EXPECT_NE identity failed. Expected: 1 Actual : 1 system/ulib/zxtest/test/integration//assertions_test.cpp:90: error: Failure: Expected a != a EXPECT_NE identity failed. Expected: a Which is: 1 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertNEFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:97: error: Failure: Expected b != a ASSERT_NE identity detection succeeded. Expected: a Which is: 1 Actual : b Which is: 1 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertLT [ OK ] ZxTestAssertionsTest.AssertLT (0 ms) [ RUN ] ZxTestAssertionsTest.AssertLTFailure system/ulib/zxtest/test/integration//assertions_test.cpp:116: error: Failure: Expected 2 < 1 EXPECT_LT failed. Expected: 1 Actual : 2 system/ulib/zxtest/test/integration//assertions_test.cpp:117: error: Failure: Expected b < a EXPECT_LT failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertLTFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:125: error: Failure: Expected b < a EXPECT_LT failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertLE [ OK ] ZxTestAssertionsTest.AssertLE (0 ms) [ RUN ] ZxTestAssertionsTest.AssertLEFailure system/ulib/zxtest/test/integration//assertions_test.cpp:146: error: Failure: Expected 2 <= 1 EXPECT_LE failed. Expected: 1 Actual : 2 system/ulib/zxtest/test/integration//assertions_test.cpp:147: error: Failure: Expected b <= a EXPECT_LE failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertLEFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:155: error: Failure: Expected b <= a EXPECT_LE failed. Expected: a Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertGT [ OK ] ZxTestAssertionsTest.AssertGT (0 ms) [ RUN ] ZxTestAssertionsTest.AssertGTFailure system/ulib/zxtest/test/integration//assertions_test.cpp:174: error: Failure: Expected a > b EXPECT_GT succeeded. Expected: b Which is: 2 Actual : a Which is: 1 system/ulib/zxtest/test/integration//assertions_test.cpp:176: error: Failure: Expected 1 > 2 ASSERT_GT succeeded. Expected: 2 Actual : 1 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertGTFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:184: error: Failure: Expected a > b EXPECT_GT failed. Expected: b Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertGE [ OK ] ZxTestAssertionsTest.AssertGE (0 ms) [ RUN ] ZxTestAssertionsTest.AssertGEFailure system/ulib/zxtest/test/integration//assertions_test.cpp:205: error: Failure: Expected 1 >= 2 EXPECT_GE failed. Expected: 2 Actual : 1 system/ulib/zxtest/test/integration//assertions_test.cpp:206: error: Failure: Expected a >= b EXPECT_GE failed. Expected: b Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [ RUN ] ZxTestAssertionsTest.AssertGEFailureFatal system/ulib/zxtest/test/integration//assertions_test.cpp:214: error: Failure: Expected a >= b EXPECT_GE failed. Expected: b Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionsTest.ZxTestAssertionsTest (0 ms) [----------] 23 tests from ZxTestAssertionsTest (1 ms total) [----------] 11 tests from ZXTestAssertionTest [ RUN ] ZXTestAssertionTest.AssertStrEq [ OK ] ZXTestAssertionTest.AssertStrEq (0 ms) [ RUN ] ZXTestAssertionTest.AssertStrEqFailures system/ulib/zxtest/test/integration//assertions_test.cpp:234: error: Failure: Expected strings str2 == str1 ASSERT_STR_EQ failed to identify equal strings. Expected: str1 Which is: 0x4e1ebc95fb86 Actual : str2 Which is: 0x4e1ebc95fdaa system/ulib/zxtest/test/integration//assertions_test.cpp:236: error: Failure: Expected strings str2 == str1 ASSERT_STR_EQ failed to identify equal strings. Expected: str1 Which is: 0x4e1ebc95fb86 Actual : str2 Which is: 0x4e1ebc95fdaa [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [ RUN ] ZXTestAssertionTest.AssertNotNull [ OK ] ZXTestAssertionTest.AssertNotNull (0 ms) [ RUN ] ZXTestAssertionTest.AssertNotNullFailures system/ulib/zxtest/test/integration//assertions_test.cpp:252: error: Failure: Expected a non null pointer. ASSERT_NOT_NULL identified nullptr. Expected: a Which is: 0 Actual : _ZXTEST_NULLPTR Which is: 00 00 00 00 00 00 00 00 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [ RUN ] ZXTestAssertionTest.AssertNull [ OK ] ZXTestAssertionTest.AssertNull (0 ms) [ RUN ] ZXTestAssertionTest.AssertNullFailures system/ulib/zxtest/test/integration//assertions_test.cpp:269: error: Failure: Expected a is null pointer. ASSERT_NOT_NULL identified nullptr. Expected: a Which is: 0xe9b787026e84 Actual : _ZXTEST_NULLPTR Which is: 00 00 00 00 00 00 00 00 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [ RUN ] ZXTestAssertionTest.AssertOk [ OK ] ZXTestAssertionTest.AssertOk (0 ms) [ RUN ] ZXTestAssertionTest.AssertOkFailures system/ulib/zxtest/test/integration//assertions_test.cpp:286: error: Failure: Expected status is ZX_OK . ASSERT_OK failed to identify ZX_OK. Expected: status Which is: -20 Actual : ZX_OK Which is: 0 system/ulib/zxtest/test/integration//assertions_test.cpp:288: error: Failure: Expected status is ZX_OK . ASSERT_OK failed to identify ZX_OK. Expected: status Which is: -20 Actual : ZX_OK Which is: 0 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [ RUN ] ZXTestAssertionTest.AssertBytesEq system/ulib/zxtest/test/integration//assertions_test.cpp:307: error: Failure: Expected a same bytes as b ASSERT_BYTES_EQ identity failed. Expected: b Which is: 00 00 00 00 02 00 00 00 Actual : a Which is: 00 00 00 00 01 00 00 00 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [ RUN ] ZXTestAssertionTest.AssertSingleCall [ OK ] ZXTestAssertionTest.AssertSingleCall (0 ms) [ RUN ] ZXTestAssertionTest.AssertBytesSingleCall system/ulib/zxtest/test/integration//assertions_test.cpp:334: error: Failure: Expected getter() same bytes as increase() Expected: increase() Which is: 1 Actual : getter() Which is: 0 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [----------] 11 tests from ZXTestAssertionTest (0 ms total) [----------] 1 test from Test [ RUN ] Test.AutoRegister [ OK ] Test.AutoRegister (0 ms) [----------] 1 test from Test (0 ms total) [----------] 1 test from TestFixture [ RUN ] TestFixture.AutoRegister [ OK ] TestFixture.AutoRegister (0 ms) [----------] 1 test from TestFixture (0 ms total) [----------] Global test environment tear-down. [==========] 71 tests from 7 test cases ran (4 ms total). [ PASSED ] 27 tests [ FAILED ] 44 tests, listed below: [ FAILED ] ZxTestCAssertionsTest.Fail [ FAILED ] ZxTestCAssertionsTest.AssertTrueAndFalseFailure [ FAILED ] ZxTestCAssertionsTest.AssertFalseFailureFatal [ FAILED ] ZxTestCAssertionsTest.AssertTrueFailureFatal [ FAILED ] ZxTestCAssertionsTest.AssertEQFailure [ FAILED ] ZxTestCAssertionsTest.AssertEQFailureFatal [ FAILED ] ZxTestCAssertionsTest.AssertNEFailure [ FAILED ] ZxTestCAssertionsTest.AssertNEFailureFatal [ FAILED ] ZxTestCAssertionsTest.AssertLTFailure [ FAILED ] ZxTestCAssertionsTest.AssertLTFailureFatal [ FAILED ] ZxTestCAssertionsTest.AssertLEFailure [ FAILED ] ZxTestCAssertionsTest.AssertLEFailureFatal [ FAILED ] ZxTestCAssertionsTest.AssertGTFailure [ FAILED ] ZxTestCAssertionsTest.AssertGTFailureFatal [ FAILED ] ZxTestCAssertionsTest.AssertGEFailure [ FAILED ] ZxTestCAssertionsTest.AssertGEFailureFatal [ FAILED ] ZXTestCAssertionTest.AssertStrEqFailures [ FAILED ] ZXTestCAssertionTest.AssertNotNullFailures [ FAILED ] ZXTestCAssertionTest.AssertNullFailures [ FAILED ] ZXTestCAssertionTest.AssertOkFailures [ FAILED ] ZXTestCAssertionTest.AssertBytesEq [ FAILED ] ZXTestCAssertionTest.AssertBytesSingleCall [ FAILED ] ZxTestAssertionsTest.Fail [ FAILED ] ZxTestAssertionsTest.AssertTrueAndFalseFailure [ FAILED ] ZxTestAssertionsTest.AssertFalseFailureFatal [ FAILED ] ZxTestAssertionsTest.AssertTrueFailureFatal [ FAILED ] ZxTestAssertionsTest.AssertEQFailure [ FAILED ] ZxTestAssertionsTest.AssertEQFailureFatal [ FAILED ] ZxTestAssertionsTest.AssertNEFailure [ FAILED ] ZxTestAssertionsTest.AssertNEFailureFatal [ FAILED ] ZxTestAssertionsTest.AssertLTFailure [ FAILED ] ZxTestAssertionsTest.AssertLTFailureFatal [ FAILED ] ZxTestAssertionsTest.AssertLEFailure [ FAILED ] ZxTestAssertionsTest.AssertLEFailureFatal [ FAILED ] ZxTestAssertionsTest.AssertGTFailure [ FAILED ] ZxTestAssertionsTest.AssertGTFailureFatal [ FAILED ] ZxTestAssertionsTest.AssertGEFailure [ FAILED ] ZxTestAssertionsTest.AssertGEFailureFatal [ FAILED ] ZXTestAssertionTest.AssertStrEqFailures [ FAILED ] ZXTestAssertionTest.AssertNotNullFailures [ FAILED ] ZXTestAssertionTest.AssertNullFailures [ FAILED ] ZXTestAssertionTest.AssertOkFailures [ FAILED ] ZXTestAssertionTest.AssertBytesEq [ FAILED ] ZXTestAssertionTest.AssertBytesSingleCall 44 FAILED TESTS All Checks Passed. Assertion errors displayed in the standard output is from validating the assertion mechanisms.