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

Flags: Expected: 0 Expected: 1 --gtest_random_seed = 1558146080 [==========] Running 149 tests from 10 test cases. [----------] Global test environment set-up. [----------] 23 tests from ZxTestCAssertionsTest [ RUN ] ZxTestCAssertionsTest.Fail ../system/ulib/zxtest/test/integration/assertions_test.c:20: Failure: Something bad happened [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertTrueAndFalse [ OK ] ZxTestCAssertionsTest.AssertTrueAndFalse (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertTrueAndFalseFailure ../system/ulib/zxtest/test/integration/assertions_test.c:37: Failure: Expected false is true. EXPECT_TRUE suceed Actual : 1 ../system/ulib/zxtest/test/integration/assertions_test.c:38: Failure: Expected true is false. EXPECT_FALSE succeed. Actual : 0 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertFalseFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.c:45: Failure: Expected true is false. ASSERT_FALSE success.Expected: 1 Expected: 0 Expected: 1 Expected: a Actual : 0 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertTrueFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.c:52: Failure: Expected false is true. ASSERT_TRUE succeed. Actual : 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:75: Failure: Expected 2 == 1. EXPECT_EQ inequality detection succeeded. Actual : 2 ../system/ulib/zxtest/test/integration/assertions_test.c:76: Failure: Expected b == a. EXPECT_EQ inequality detection succeeded. Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertEQFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.c:82: Failure: Expected 2 == 1. ASSERT_EQ inequality detection succeeded.Expected: 1 Expected: 1 Expected: a Expected: a 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:101: Failure: Expected 1 != 1. EXPECT_NE equality detection suceeded. Actual : 1 ../system/ulib/zxtest/test/integration/assertions_test.c:102: Failure: Expected a != a. EXPECT_NE equality detection suceeded. Which is: 1 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertNEFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.c:111: Failure: Expected b != a. ASSERT_NE equality detection succeeded. Which is: 1 Actual : b Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLT [ OK ] ZxTestCAssertionsTest.AssertLT (0 ms) [ RUN ] Expected: 1 Expected: a Expected: a Expected: 1 ZxTestCAssertionsTest.AssertLTFailure ../system/ulib/zxtest/test/integration/assertions_test.c:131: Failure: Expected 2 < 1. EXPECT_LT failed. Actual : 2 ../system/ulib/zxtest/test/integration/assertions_test.c:132: Failure: Expected b < a. EXPECT_LT failed. Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLTFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.c:141: Failure: Expected b < a. EXPECT_LT failed. 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:165: Failure: Expected 2 <= 1. EXPECT_LE failed. Actual : 2 ../system/ulib/zxtest/test/integration/assertions_test.c:166: Failure: Expected b <= a. EXPECT_LE failed.Expected: a Expected: a Expected: b Expected: b Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertLEFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.c:175: Failure: Expected b <= a. EXPECT_LE failed. 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:194: Failure: Expected a > b. EXPECT_GT succeeded. Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGTFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:203: Failure: Expected a > b. ASSERT_GT succeeded. Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (Expected: 2 Expected: b Expected: b 0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGE [ OK ] ZxTestCAssertionsTest.AssertGE (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGEFailure ../system/ulib/zxtest/test/integration/assertions_test.c:226: Failure: Expected 1 >= 2. EXPECT_GE failed. Actual : 1 ../system/ulib/zxtest/test/integration/assertions_test.c:227: Failure: Expected a >= b. EXPECT_GE failed. Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [ RUN ] ZxTestCAssertionsTest.AssertGEFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.c:237: Failure: Expected a >= b. EXPECT_GE failed. Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestCAssertionsTest.ZxTestCAssertionsTest (0 ms) [----------] 23 tests from ZxTestCAssertionsTest (0 ms total) [----------] 36 tests from ZxTestCAssertionTest [ RUN ] ZxTestCAssertionTest.AssertStrEq [ OK ] ZxTestCAssertionTest.AssertStrEq (0 ms) [ RUN ] ZxTestCAssertionTest.AssertStrNe Expected: str1 Expected: str1 Expected: ((void*)0) [ OK ] ZxTestCAssertionTest.AssertStrNe (0 ms) [ RUN ] ZxTestCAssertionTest.AssertStrEqFailure ../system/ulib/zxtest/test/integration/assertions_test.c:271: Failure: Expected strings str2 == str1. ASSERT_STR_EQ failed to identify equal strings. Which is: a Actual : str2 Which is: b [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertStrEqFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:281: Failure: Expected strings str2 == str1. ASSERT_STR_EQ failed to identify equal strings. Which is: a Actual : str2 Which is: b [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNotNull [ OK ] ZxTestCAssertionTest.AssertNotNull (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNotNullFailure ../system/ulib/zxtest/test/integration/assertions_test.c:299: Failure: Expected a non null pointer. EXPECT_NOT_NULL identified NULL. Which is: <nullptr> Actual : a Which is: Expected: ((void*)0) Expected: ((void*)0) Expected: ((void*)0) <nullptr> [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNotNullFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:308: Failure: Expected a non null pointer. ASSERT_NOT_NULL identified NULL. Which is: <nullptr> Actual : a Which is: <nullptr> [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNull [ OK ] ZxTestCAssertionTest.AssertNull (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNullFailure ../system/ulib/zxtest/test/integration/assertions_test.c:326: Failure: Expected a is null pointer. EXPECT_NOT_NULL identified NULL. Which is: <nullptr> Actual : a Which is: 0x54db5605aebf [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNullFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:336: Failure: Expected a is null pointer. ASSERT_NOT_NULL identified NULL. Which is: <nullptr> Actual : Expected: status Expected: status a Which is: 0x54db5605aebf [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertOk [ OK ] ZxTestCAssertionTest.AssertOk (0 ms) [ RUN ] ZxTestCAssertionTest.AssertOkFailure ../system/ulib/zxtest/test/integration/assertions_test.c:359: Failure: Expected status is ZX_OK. EXPECT_OK failed to identify error. Which is: ZX_ERR_BAD_STATE Actual : ZX_OK [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertOkFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:367: Failure: Expected status is ZX_OK. ASSERT_OK failed to identify error. Which is: ZX_ERR_BAD_STATE Actual : ZX_OK [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertBytesEq [ OK ] ZxTestCAssertionTest.AssertBytesEq (0 ms) [ RUN ] ZxTestCAssertionTest.AssertBytesEqFailure ../system/ulib/zxtest/test/integration/assertions_test.c:400: Failure: Expected &a same bytes as &b. EXPECT_BYTES_EQ identity failed.Expected: &b Expected: &b 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.AssertBytesEqFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:412: Failure: Expected &a same bytes as &b. ASSERT_BYTES_EQ identity failed. 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.AssertBytesNe [ OK ] ZxTestCAssertionTest.AssertBytesNe (0 ms) [ RUN ] ZxTestCAssertionTest.AssertBytesNeFailure ../system/ulib/zxtest/test/integration/assertions_test.c:438: Failure: Expected &a same bytes as &b. ASSERT_BYTES_NE identity failed. Which is: 00 00 00 00 01 00 00 00 Actual : &a Which is: 00 00 00 00 01 00 00 00 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertBytesNeFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cExpected: &b Expected: b :450: Failure: Expected &a same bytes as &b. ASSERT_BYTES_NE identity failed. Which is: 00 00 00 00 01 00 00 00 Actual : &a Which is: 00 00 00 00 01 00 00 00 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertBytesEqArray [ OK ] ZxTestCAssertionTest.AssertBytesEqArray (0 ms) [ RUN ] ZxTestCAssertionTest.AssertBytesEqArrayFailure ../system/ulib/zxtest/test/integration/assertions_test.c:471: Failure: Expected a same bytes as b. ASSERT_BYTES_EQ identified different arrays. Which is: 01 00 00 00 02 00 00 00 03 00 00 00 04 00 00 00 06 00 00 00 Actual : a Which is: 01 00 00 00 02 00 00 00 03 00 00 00 04 00 00 00 05 00 00 00 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertSingleCall [ OK ] ZxTestCAssertionTest.AssertSingleCall (0 ms) [ RUN ] ZxTestCAssertionTest.AssertBytesSingleCall [ OK ] ZxTestCAssertionTest.AssertBytesSingleCall (0 ms) [ RUN ] ZxTestCAssertionTestExpected: fail Expected: fail .AssertNoFatalFailureWithFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:504: Failure: Expected fail is false. Expected to fail. Which is: true Actual : 0 Which is: false ../system/ulib/zxtest/test/integration/assertions_test.c:510: Failure: Test registered fatal failures in HelperFnFatal(true). HelperFnFatal had a failure. This is expected. [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNoFatalFailureWithoutFailure [ OK ] ZxTestCAssertionTest.AssertNoFatalFailureWithoutFailure (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNoFatalFailureWithFailure ../system/ulib/zxtest/test/integration/assertions_test.c:523: Failure: Expected fail is false. Expected to fail. Which is: true Actual : 0 Which is: false [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertTrueCoerceTypeToBoolFailure ../system/ulib/zxtest/test/integration/assertions_test.c:535: Failure: Expected a is true. 0 coerced to false.Expected: a Expected: a Expected: a Which is: 0 Actual : 1 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertTrueCoerceTypeToBool [ OK ] ZxTestCAssertionTest.AssertTrueCoerceTypeToBool (0 ms) [ RUN ] ZxTestCAssertionTest.AssertFalseCoerceTypeToBool [ OK ] ZxTestCAssertionTest.AssertFalseCoerceTypeToBool (0 ms) [ RUN ] ZxTestCAssertionTest.AssertFalseCoerceTypeToBoolFailure ../system/ulib/zxtest/test/integration/assertions_test.c:556: Failure: Expected a is false. 1 coerced to true. Which is: 1 Actual : 0 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.PromoteLiteralIntegersOnComp ../system/ulib/zxtest/test/integration/assertions_test.c:596: Failure: Expected b == a. Which is: -1 Actual : b Which is: 2 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.PrintfLikeDescs ../system/ulib/zxtest/test/integration/assertions_test.c:628: Failure: Expected a is false. Message Expected: a Expected: a Expected: a Expected: a Expected: a Expected: 1 Which is: 1 Actual : 0 ../system/ulib/zxtest/test/integration/assertions_test.c:629: Failure: Expected a is false. One 1 Which is: 1 Actual : 0 ../system/ulib/zxtest/test/integration/assertions_test.c:630: Failure: Expected a is false. More than one 1 1. Which is: 1 Actual : 0 ../system/ulib/zxtest/test/integration/assertions_test.c:631: Failure: Expected a is false. More than one 1 1 1 1 1. Which is: 1 Actual : 0 ../system/ulib/zxtest/test/integration/assertions_test.c:633: Failure: Expected a is false. More than one 1 1 1 1 1 1 1 1 1 1 1 1 1 1. Which is: 1 Actual : 0 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.NonVoidHelperTestNonFatalFailures ../system/ulib/zxtest/test/integration/assertions_test.c:638: Failure: Expected 2 == 1. Actual : 2 [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AssertNoFailures ../system/ulib/zxtest/test/integration/assertions_test.cExpected: 1 :638: Failure: Expected 2 == 1. Actual : 2 ../system/ulib/zxtest/test/integration/assertions_test.c:650: Failure: Test registered failures in HasExpects(). [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AddFailure ../system/ulib/zxtest/test/integration/assertions_test.c:656: Failure: Something went wrong. [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [ RUN ] ZxTestCAssertionTest.AddFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.c:663: Failure: Something went wrong. ../system/ulib/zxtest/test/integration/assertions_test.c:664: Failure: Test registered fatal failures in . [ FAILED ] ZxTestCAssertionTest.ZxTestCAssertionTest (0 ms) [----------] 36 tests from ZxTestCAssertionTest (0 ms total) [----------] 2 tests from ZXTestCAssertionTest [ RUN ] ZXTestCAssertionTest.FunctionPointerNotNull [ OK ] ZXTestCAssertionTest.FunctionPointerNotNull (0 ms) [ RUN ] ZXTestCAssertionTest.FunctionPointerNullExpected: false Expected: true [ OK ] ZXTestCAssertionTest.FunctionPointerNull (0 ms) [----------] 2 tests from ZXTestCAssertionTest (0 ms total) [----------] 69 tests from ZxTestAssertionTest [ RUN ] ZxTestAssertionTest.Fail ../system/ulib/zxtest/test/integration/assertions_test.cpp:21: Failure: Something bad happened. [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertTrueAndFalse [ OK ] ZxTestAssertionTest.AssertTrueAndFalse (0 ms) [ RUN ] ZxTestAssertionTest.AssertTrueAndFalseFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:38: Failure: Expected false is true. EXPECT_TRUE suceed Which is: 00 Actual : true Which is: 01 ../system/ulib/zxtest/test/integration/assertions_test.cpp:39: Failure: Expected true is false. EXPECT_FALSE succeed. Which is: 01 Actual : false Which is: 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertFalseFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.cppExpected: true Expected: false Expected: 1 Expected: a :46: Failure: Expected true is false. ASSERT_FALSE success. Which is: 01 Actual : false Which is: 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertTrueFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.cpp:53: Failure: Expected false is true. ASSERT_TRUE succeed. Which is: 00 Actual : true Which is: 01 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertEQSuccess [ OK ] ZxTestAssertionTest.AssertEQSuccess (0 ms) [ RUN ] ZxTestAssertionTest.AssertEQFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:76: Failure: Expected 2 == 1. EXPECT_EQ inequality detection succeeded. Actual : 2 ../system/ulib/zxtest/test/integration/assertions_test.cpp:77: Failure: Expected b == a. EXPECT_EQ inequality detection succeeded. Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTestExpected: 1 Expected: 1 Expected: a Expected: a .AssertEQFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.cpp:83: Failure: Expected 2 == 1. ASSERT_EQ inequality detection succeeded. Actual : 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertNESuccess [ OK ] ZxTestAssertionTest.AssertNESuccess (0 ms) [ RUN ] ZxTestAssertionTest.AssertNEFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:102: Failure: Expected 1 != 1. EXPECT_NE equality detection suceeded. Actual : 1 ../system/ulib/zxtest/test/integration/assertions_test.cpp:103: Failure: Expected a != a. EXPECT_NE equality detection suceeded. Which is: 1 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertNEFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.cpp:112: Failure: Expected b != a. ASSERT_NE equality detection succeeded. Which is: 1 Actual : b Which is: 1 [ FAILED ] ZxTestAssertionTestExpected: 1 Expected: a Expected: a Expected: 1 .ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertLT [ OK ] ZxTestAssertionTest.AssertLT (0 ms) [ RUN ] ZxTestAssertionTest.AssertLTFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:132: Failure: Expected 2 < 1. EXPECT_LT failed. Actual : 2 ../system/ulib/zxtest/test/integration/assertions_test.cpp:133: Failure: Expected b < a. EXPECT_LT failed. Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertLTFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.cpp:142: Failure: Expected b < a. EXPECT_LT failed. Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertLE [ OK ] ZxTestAssertionTest.AssertLE (0 ms) [ RUN ] ZxTestAssertionTest.AssertLEFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:166: Failure: Expected 2 <= 1. EXPECT_LE failed. Actual : Expected: a Expected: a Expected: b Expected: b 2 ../system/ulib/zxtest/test/integration/assertions_test.cpp:167: Failure: Expected b <= a. EXPECT_LE failed. Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertLEFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.cpp:176: Failure: Expected b <= a. EXPECT_LE failed. Which is: 1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertGT [ OK ] ZxTestAssertionTest.AssertGT (0 ms) [ RUN ] ZxTestAssertionTest.AssertGTFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:195: Failure: Expected a > b. EXPECT_GT succeeded. Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertGTFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:204: Failure: Expected a > b. ASSERT_GT succeeded. Which is: 2Expected: 2 Expected: b Expected: b Actual : a Which is: 1 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertGE [ OK ] ZxTestAssertionTest.AssertGE (0 ms) [ RUN ] ZxTestAssertionTest.AssertGEFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:227: Failure: Expected 1 >= 2. EXPECT_GE failed. Actual : 1 ../system/ulib/zxtest/test/integration/assertions_test.cpp:228: Failure: Expected a >= b. EXPECT_GE failed. Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertGEFailureFatal ../system/ulib/zxtest/test/integration/assertions_test.cpp:238: Failure: Expected a >= b. EXPECT_GE failed. Which is: 2 Actual : a Which is: 1 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertStrEq [ OK ] ZxTestAssertionTest.AssertStrEq (0 ms) [ RUN ] ZxTestAssertionTest.AssertStrNe [ OK ] ZxTestAssertionTest.AssertStrNeExpected: str1 Expected: str1 Expected: nullptr (0 ms) [ RUN ] ZxTestAssertionTest.AssertStrEqFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:272: Failure: Expected strings str2 == str1. ASSERT_STR_EQ failed to identify equal strings. Which is: a Actual : str2 Which is: b [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertStrEqFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:282: Failure: Expected strings str2 == str1. ASSERT_STR_EQ failed to identify equal strings. Which is: a Actual : str2 Which is: b [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertNotNull [ OK ] ZxTestAssertionTest.AssertNotNull (0 ms) [ RUN ] ZxTestAssertionTest.AssertNotNullFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:300: Failure: Expected a non null pointer. EXPECT_NOT_NULL identified NULL. Which is: 00 00 00 00 00 00 00 00 Actual : a Which is: 00 00 00 00 00 00 00 00 Expected: nullptr Expected: nullptr [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertNotNullFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:309: Failure: Expected a non null pointer. ASSERT_NOT_NULL identified NULL. Which is: 00 00 00 00 00 00 00 00 Actual : a 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.AssertNullFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:327: Failure: Expected a is null pointer. EXPECT_NOT_NULL identified NULL. Which is: 00 00 00 00 00 00 00 00 Actual : a Which is: 2F AE 05 56 DB 54 00 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertNullFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:337: Failure: Expected a is null pointer. ASSERT_NOT_NULL identified NULL.Expected: nullptr Expected: status Expected: status Which is: 00 00 00 00 00 00 00 00 Actual : a Which is: 2F AE 05 56 DB 54 00 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertOk [ OK ] ZxTestAssertionTest.AssertOk (0 ms) [ RUN ] ZxTestAssertionTest.AssertOkFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:360: Failure: Expected status is ZX_OK. EXPECT_OK failed to identify error. Which is: ZX_ERR_BAD_STATE Actual : ZX_OK [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertOkFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:368: Failure: Expected status is ZX_OK. ASSERT_OK failed to identify error. Which is: ZX_ERR_BAD_STATE Actual : ZX_OK [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertBytesEq [ OK ] ZxTestAssertionTest.AssertBytesEq (0 ms) [ RUN ] ZxTestAssertionTest.AssertBytesEqFailure ../system/ulib/zxtest/test/integration/assertions_test.cppExpected: &b Expected: &b Expected: &b :401: Failure: Expected &a same bytes as &b. ASSERT_BYTES_EQ identity failed. 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.AssertBytesEqFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:413: Failure: Expected &a same bytes as &b. ASSERT_BYTES_EQ identity failed. 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.AssertBytesNe [ OK ] ZxTestAssertionTest.AssertBytesNe (0 ms) [ RUN ] ZxTestAssertionTest.AssertBytesNeFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:439: Failure: Expected &a same bytes as &b. ASSERT_BYTES_NE identity failed. Which is: 00 00 00 00 01 00 00 00 Actual : &a Which is: 00 00 00 00 01 00 00 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) Expected: &b Expected: b [ RUN ] ZxTestAssertionTest.AssertBytesNeFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:451: Failure: Expected &a same bytes as &b. ASSERT_BYTES_NE identity failed. Which is: 00 00 00 00 01 00 00 00 Actual : &a Which is: 00 00 00 00 01 00 00 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertBytesEqArray [ OK ] ZxTestAssertionTest.AssertBytesEqArray (0 ms) [ RUN ] ZxTestAssertionTest.AssertBytesEqArrayFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:472: Failure: Expected a same bytes as b. ASSERT_BYTES_EQ identified different arrays. Which is: 01 00 00 00 02 00 00 00 03 00 00 00 04 00 00 00 06 00 00 00 Actual : a Which is: 01 00 00 00 02 00 00 00 03 00 00 00 04 00 00 00 05 00 00 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertSingleCall [ OK ] ZxTestAssertionTest.AssertSingleCall (0 ms) [ RUN ] ZxTestAssertionTestExpected: fail Expected: fail .AssertBytesSingleCall [ OK ] ZxTestAssertionTest.AssertBytesSingleCall (0 ms) [ RUN ] ZxTestAssertionTest.AssertNoFatalFailureWithFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:508: Failure: Expected fail is false. Expected to fail. Which is: 01 Actual : false Which is: 00 ../system/ulib/zxtest/test/integration/assertions_test.cpp:514: Failure: Test registered fatal failures in HelperFnFatal(true). HelperFnFatal had a failure. This is expected. [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertNoFatalFailureWithoutFailure [ OK ] ZxTestAssertionTest.AssertNoFatalFailureWithoutFailure (0 ms) [ RUN ] ZxTestAssertionTest.AssertNoFatalFailureWithFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:527: Failure: Expected fail is false. Expected to fail. Which is: 01 Actual : false Which is: 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTestExpected: a Expected: a .AssertTrueCoerceTypeToBoolFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:539: Failure: Expected a is true. 0 coerced to false. Which is: 0 Actual : true Which is: 01 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertTrueCoerceTypeToBool [ OK ] ZxTestAssertionTest.AssertTrueCoerceTypeToBool (0 ms) [ RUN ] ZxTestAssertionTest.AssertFalseCoerceTypeToBool [ OK ] ZxTestAssertionTest.AssertFalseCoerceTypeToBool (0 ms) [ RUN ] ZxTestAssertionTest.AssertFalseCoerceTypeToBoolFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:560: Failure: Expected a is false. 1 coerced to true. Which is: 1 Actual : false Which is: 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.CoerceNullPtrToBoolBase [ OK ] ZxTestAssertionTest.CoerceNullPtrToBoolBase (0 ms) [ RUN ] ZxTestAssertionTest.CoercePtrToBoolBase [ OK ] ZxTestAssertionTest.CoercePtrToBoolBase (0 ms) [ RUN ] ZxTestAssertionTest.CoerceTypeToBoolBase [ OK ] ZxTestAssertionTest.CoerceTypeToBoolBase (0 ms) [ RUN ] ZxTestAssertionTest.CoerceTypeToBoolNonCopyable [ OK ] ZxTestAssertionTest.CoerceTypeToBoolNonCopyable (0 ms) [ RUN ] ZxTestAssertionTest.CoerceTypeToBoolNonMoveable [ OK ] ZxTestAssertionTest.CoerceTypeToBoolNonMoveable (0 ms) [ RUN ] ZxTestAssertionTest.CoerceNullPtrToBoolExplicitBase [ OK ] ZxTestAssertionTest.CoerceNullPtrToBoolExplicitBase (0 ms) [ RUN ] ZxTestAssertionTest.CoerceExplicitTypeToBoolNonMoveable [ OK ] ZxTestAssertionTest.CoerceExplicitTypeToBoolNonMoveable (0 ms) [ RUN ] ZxTestAssertionTest.CoerceTypeToBoolExplicitBase [ OK ] ZxTestAssertionTest.CoerceTypeToBoolExplicitBase (0 ms) [ RUN ] ZxTestAssertionTest.CoerceTypeToBoolExplicitNonCopyable [ OK ] ZxTestAssertionTest.CoerceTypeToBoolExplicitNonCopyable (0 ms) [ RUN ] ZxTestAssertionTest.CoerceTypeToBoolExplicitNonMoveable [ OK ] ZxTestAssertionTestExpected: a Expected: a Expected: a Expected: a Expected: a .CoerceTypeToBoolExplicitNonMoveable (0 ms) [ RUN ] ZxTestAssertionTest.PromoteLiteralIntegersOnComp ../system/ulib/zxtest/test/integration/assertions_test.cpp:760: Failure: Expected b == a. Which is: -1 Actual : b Which is: 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.PrintfLikeDescs ../system/ulib/zxtest/test/integration/assertions_test.cpp:792: Failure: Expected a is false. Message Which is: 1 Actual : false Which is: 00 ../system/ulib/zxtest/test/integration/assertions_test.cpp:793: Failure: Expected a is false. One 1 Which is: 1 Actual : false Which is: 00 ../system/ulib/zxtest/test/integration/assertions_test.cpp:794: Failure: Expected a is false. More than one 1 1. Which is: 1 Actual : false Which is: 00 ../system/ulib/zxtest/test/integration/assertions_test.cpp:795: Failure: Expected a is false. More than one 1 1 1 1 1. Which is: 1 Actual : false Which is: 00 ../system/ulib/zxtest/test/integration/assertions_test.cppExpected: a Expected: 1 Expected: 1 :797: Failure: Expected a is false. More than one 1 1 1 1 1 1 1 1 1 1 1 1 1 1. Which is: 1 Actual : false Which is: 00 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.NonVoidHelperTestNonFatalFailures ../system/ulib/zxtest/test/integration/assertions_test.cpp:802: Failure: Expected 2 == 1. Actual : 2 [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AssertNoFailrues ../system/ulib/zxtest/test/integration/assertions_test.cpp:802: Failure: Expected 2 == 1. Actual : 2 ../system/ulib/zxtest/test/integration/assertions_test.cpp:814: Failure: Test registered failures in HasExpects(). [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AddFailure ../system/ulib/zxtest/test/integration/assertions_test.cpp:820: Failure: Something went wrong. [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [ RUN ] ZxTestAssertionTest.AddFatalFailure ../system/ulib/zxtest/test/integration/assertions_test.cppExpected: nullptr :827: Failure: Something went wrong. ../system/ulib/zxtest/test/integration/assertions_test.cpp:828: Failure: Test registered fatal failures in . [ FAILED ] ZxTestAssertionTest.ZxTestAssertionTest (0 ms) [----------] 69 tests from ZxTestAssertionTest (0 ms total) [----------] 6 tests from ZXTestAssertionTest [ RUN ] ZXTestAssertionTest.FunctionPointerNotNull [ OK ] ZXTestAssertionTest.FunctionPointerNotNull (0 ms) [ RUN ] ZXTestAssertionTest.FunctionPointerNull [ OK ] ZXTestAssertionTest.FunctionPointerNull (0 ms) [ RUN ] ZXTestAssertionTest.FunctionPointerNotNullFail ../system/ulib/zxtest/test/integration/assertions_test.cpp:651: Failure: Expected some_fn is null pointer. Which is: 00 00 00 00 00 00 00 00 Actual : some_fn Which is: 40 31 5F A9 CA 4F 00 00 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [ RUN ] ZXTestAssertionTest.FunctionPointerNullFail ../system/ulib/zxtest/test/integration/assertions_test.cpp:658: Failure: Expected some_fn non null pointer. Expected: nullptr Expected: method Expected: nullptr Which is: 00 00 00 00 00 00 00 00 Actual : some_fn Which is: 00 00 00 00 00 00 00 00 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [ RUN ] ZXTestAssertionTest.MemberMethodFunctionNull [ OK ] ZXTestAssertionTest.MemberMethodFunctionNull (0 ms) [ RUN ] ZXTestAssertionTest.MemberMethodFunctionNullFail ../system/ulib/zxtest/test/integration/assertions_test.cpp:680: Failure: Expected &MyClassWithMethods::MyMethod == method. Which is: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Actual : &MyClassWithMethods::MyMethod Which is: E0 3A 5F A9 CA 4F 00 00 00 00 00 00 00 00 00 00 ../system/ulib/zxtest/test/integration/assertions_test.cpp:681: Failure: Expected method non null pointer. Which is: 00 00 00 00 00 00 00 00 Actual : method Which is: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ FAILED ] ZXTestAssertionTest.ZXTestAssertionTest (0 ms) [----------] 6 tests from ZXTestAssertionTest (0 ms total) [----------] 5 tests from CPrintTest [ RUN ] CPrintTest.Uint32 [ OK ] CPrintTest.Uint32 (0 ms) [ RUN ] CPrintTest.Int32 [ OK ] CPrintTest.Int32 (0 ms) [ RUN ] CPrintTest.Uint64 [ OK ] CPrintTest.Uint64 (0 ms) [ RUN ] CPrintTest.Int64 [ OK ] CPrintTest.Int64 (0 ms) [ RUN ] CPrintTest.Str [ OK ] CPrintTest.Str (0 ms) [----------] 5 tests from CPrintTest (0 ms total) [----------] 5 tests from PrintTest [ RUN ] PrintTest.Uint32 [ OK ] PrintTest.Uint32 (0 ms) [ RUN ] PrintTest.Int32 [ OK ] PrintTest.Int32 (0 ms) [ RUN ] PrintTest.Uint64 [ OK ] PrintTest.Uint64 (0 ms) [ RUN ] PrintTest.Int64 [ OK ] PrintTest.Int64 (0 ms) [ RUN ] PrintTest.Str [ OK ] PrintTest.Str (0 ms) [----------] 5 tests from PrintTest (0 ms total) [----------] 1 test from CTest [ RUN ] CTest.AutoRegister [ OK ] CTest.AutoRegister (0 ms) [----------] 1 test from CTest (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. [==========] 149 tests from 10 test cases ran (0 ms total). [ PASSED ] 68 tests [ FAILED ] 81 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.AssertGTFatalFailure [ FAILED ] ZxTestCAssertionsTest.AssertGEFailure [ FAILED ] ZxTestCAssertionsTest.AssertGEFailureFatal [ FAILED ] ZxTestCAssertionTest.AssertStrEqFailure [ FAILED ] ZxTestCAssertionTest.AssertStrEqFatalFailure [ FAILED ] ZxTestCAssertionTest.AssertNotNullFailure [ FAILED ] ZxTestCAssertionTest.AssertNotNullFatalFailure [ FAILED ] ZxTestCAssertionTest.AssertNullFailure [ FAILED ] ZxTestCAssertionTest.AssertNullFatalFailure [ FAILED ] ZxTestCAssertionTest.AssertOkFailure [ FAILED ] ZxTestCAssertionTest.AssertOkFatalFailure [ FAILED ] ZxTestCAssertionTest.AssertBytesEqFailure [ FAILED ] ZxTestCAssertionTest.AssertBytesEqFatalFailure [ FAILED ] ZxTestCAssertionTest.AssertBytesNeFailure [ FAILED ] ZxTestCAssertionTest.AssertBytesNeFatalFailure [ FAILED ] ZxTestCAssertionTest.AssertBytesEqArrayFailure [ FAILED ] ZxTestCAssertionTest.AssertNoFatalFailureWithFatalFailure [ FAILED ] ZxTestCAssertionTest.AssertNoFatalFailureWithFailure [ FAILED ] ZxTestCAssertionTest.AssertTrueCoerceTypeToBoolFailure [ FAILED ] ZxTestCAssertionTest.AssertFalseCoerceTypeToBoolFailure [ FAILED ] ZxTestCAssertionTest.PromoteLiteralIntegersOnComp [ FAILED ] ZxTestCAssertionTest.PrintfLikeDescs [ FAILED ] ZxTestCAssertionTest.NonVoidHelperTestNonFatalFailures [ FAILED ] ZxTestCAssertionTest.AssertNoFailures [ FAILED ] ZxTestCAssertionTest.AddFailure [ FAILED ] ZxTestCAssertionTest.AddFatalFailure [ FAILED ] ZxTestAssertionTest.Fail [ FAILED ] ZxTestAssertionTest.AssertTrueAndFalseFailure [ FAILED ] ZxTestAssertionTest.AssertFalseFailureFatal [ FAILED ] ZxTestAssertionTest.AssertTrueFailureFatal [ FAILED ] ZxTestAssertionTest.AssertEQFailure [ FAILED ] ZxTestAssertionTest.AssertEQFailureFatal [ FAILED ] ZxTestAssertionTest.AssertNEFailure [ FAILED ] ZxTestAssertionTest.AssertNEFailureFatal [ FAILED ] ZxTestAssertionTest.AssertLTFailure [ FAILED ] ZxTestAssertionTest.AssertLTFailureFatal [ FAILED ] ZxTestAssertionTest.AssertLEFailure [ FAILED ] ZxTestAssertionTest.AssertLEFailureFatal [ FAILED ] ZxTestAssertionTest.AssertGTFailure [ FAILED ] ZxTestAssertionTest.AssertGTFatalFailure [ FAILED ] ZxTestAssertionTest.AssertGEFailure [ FAILED ] ZxTestAssertionTest.AssertGEFailureFatal [ FAILED ] ZxTestAssertionTest.AssertStrEqFailure [ FAILED ] ZxTestAssertionTest.AssertStrEqFatalFailure [ FAILED ] ZxTestAssertionTest.AssertNotNullFailure [ FAILED ] ZxTestAssertionTest.AssertNotNullFatalFailure [ FAILED ] ZxTestAssertionTest.AssertNullFailure [ FAILED ] ZxTestAssertionTest.AssertNullFatalFailure [ FAILED ] ZxTestAssertionTest.AssertOkFailure [ FAILED ] ZxTestAssertionTest.AssertOkFatalFailure [ FAILED ] ZxTestAssertionTest.AssertBytesEqFailure [ FAILED ] ZxTestAssertionTest.AssertBytesEqFatalFailure [ FAILED ] ZxTestAssertionTest.AssertBytesNeFailure [ FAILED ] ZxTestAssertionTest.AssertBytesNeFatalFailure [ FAILED ] ZxTestAssertionTest.AssertBytesEqArrayFailure [ FAILED ] ZxTestAssertionTest.AssertNoFatalFailureWithFatalFailure [ FAILED ] ZxTestAssertionTest.AssertNoFatalFailureWithFailure [ FAILED ] ZxTestAssertionTest.AssertTrueCoerceTypeToBoolFailure [ FAILED ] ZxTestAssertionTest.AssertFalseCoerceTypeToBoolFailure [ FAILED ] ZxTestAssertionTest.PromoteLiteralIntegersOnComp [ FAILED ] ZxTestAssertionTest.PrintfLikeDescs [ FAILED ] ZxTestAssertionTest.NonVoidHelperTestNonFatalFailures [ FAILED ] ZxTestAssertionTest.AssertNoFailrues [ FAILED ] ZxTestAssertionTest.AddFailure [ FAILED ] ZxTestAssertionTest.AddFatalFailure [ FAILED ] ZXTestAssertionTest.FunctionPointerNotNullFail [ FAILED ] ZXTestAssertionTest.FunctionPointerNullFail [ FAILED ] ZXTestAssertionTest.MemberMethodFunctionNullFail 81 FAILED TESTS All Checks Passed. Assertion errors displayed in the standard output is from validating the assertion mechanisms.