xlnt/third-party/cxxtest/test/error.out

56 lines
2.7 KiB
Plaintext

Running cxxtest tests (16 tests)
In CreatedTest::test_nothing:
CreatedTest.h:24: Error: Test failed: Nothing to test
..
In EnumTraits::test_Enum_traits:
EnumTraits.h:30: Error: Test failed: Yes
EnumTraits.h:31: Error: Test failed: No
EnumTraits.h:32: Error: Test failed: Maybe
EnumTraits.h:33: Error: Test failed: DontKnow
EnumTraits.h:34: Error: Test failed: DontCare
EnumTraits.h:35: Error: Test failed: (Answer)1000
In ExceptionTest::testAssertion:
ExceptionTest.h:18: Error: Expected (throwThis(5)) to throw (const char *) but it threw something else
ExceptionTest.h:20: Error: Expected (goodFunction(1)) to throw (...) but it didn't throw
ExceptionTest.h:22: Error: Test failed: Unhandled exception
ExceptionTest.h:24: Error: Expected (throwThis(-1)) not to throw, but it did
ExceptionTest.h:26: Error: Expected (throwThis(3)) to throw (std::exception&) but it threw something else
ExceptionTest.h:31: Error: Test failed: throwThis(3) failed
In FixtureTest::test_strcpy:
FixtureTest.h:28: Error: Expected (_buffer[1] == 'E'), found ('e' != 'E')
In MessageTest::testValues:
MessageTest.h:21: Error: Test failed: My hovercraft
MessageTest.h:21: Error: Assertion failed: value != 0
MessageTest.h:22: Error: Test failed: of eels
MessageTest.h:22: Error: Expected (value == value * value), found (2 != 4)
In SimpleTest::testEquality:
SimpleTest.h:14: Error: Expected (1 == 2), found (1 != 2)
SimpleTest.h:15: Error: Expected ('a' == 'A'), found ('a' != 'A')
SimpleTest.h:16: Error: Expected (1.0 == -12345678900000000000000000000000000000000000000000.1234), found (1.0000 != -1.2345E50)
In SimpleTest::testAddition:
SimpleTest.h:23: Error: Expected (2 + 2 == 5), found (4 != 5)
In SimpleTest::TestMultiplication:
SimpleTest.h:28: Error: Expected (4 * 4 == 44), found (16 != 44)
SimpleTest.h:29: Error: Expected (-2 * -2 != 4), found (4)
In SimpleTest::testComparison:
SimpleTest.h:34: Error: Expected (-1 < -2), found (-1 >= -2)
In SimpleTest::testTheWorldIsCrazy:
SimpleTest.h:38: Error: Expected (true == false), found (true != false)
In SimpleTest::test_Failure:
SimpleTest.h:42: Error: Test failed: Not implemented
SimpleTest.h:43: Error: Test failed: 1569779912
In SimpleTest::test_TS_SKIP_macro:
SimpleTest.h:47: Warning: Test skipped: Simply skip this test
s
In SimpleTest::test_TS_WARN_macro:
SimpleTest.h:52: Warning: Just a friendly warning
SimpleTest.h:53: Warning: Warnings don't abort the test
.
In TestFunky::testPets:
TraitsTest.h:53: Error: Expected (pet1 == pet2), found (Pet("dog") != Pet("cat"))
TraitsTest.h:55: Error: Expected (cat != gato), found (Pet("cat"))
TraitsTest.h:58: Error: Expected (String("Hello") == String("World!")), found ("Hello" != "World!")
Failed 12 and Skipped 1 of 16 tests
Success rate: 20%
Error level = 12