~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ is a host application. Run with -? for options ------------------------------------------------------------------------------- # A test name that starts with a # ------------------------------------------------------------------------------- MiscTests.cpp: ............................................................................... MiscTests.cpp:: PASSED: with message: yay ------------------------------------------------------------------------------- #542 ------------------------------------------------------------------------------- CompilationTests.cpp: ............................................................................... CompilationTests.cpp:: PASSED: CHECK_THROWS_AS( throws_int(true), int ) CompilationTests.cpp:: PASSED: CHECK_THROWS_AS( throws_int(true), int& ) CompilationTests.cpp:: PASSED: CHECK_THROWS_AS( throws_int(true), const int ) CompilationTests.cpp:: PASSED: CHECK_THROWS_AS( throws_int(true), const int& ) ------------------------------------------------------------------------------- #809 ------------------------------------------------------------------------------- CompilationTests.cpp: ............................................................................... CompilationTests.cpp:: PASSED: REQUIRE( 42 == f ) with expansion: 42 == {?} ------------------------------------------------------------------------------- #835 -- errno should not be touched by Catch ------------------------------------------------------------------------------- MiscTests.cpp: ............................................................................... MiscTests.cpp:: FAILED: CHECK( f() == 0 ) with expansion: 1 == 0 MiscTests.cpp:: PASSED: REQUIRE( (*__error()) == 1 ) with expansion: 1 == 1 ------------------------------------------------------------------------------- 'Not' checks that should fail ------------------------------------------------------------------------------- ConditionTests.cpp: ............................................................................... ConditionTests.cpp:: FAILED: CHECK( false != false ) ConditionTests.cpp:: FAILED: CHECK( true != true ) ConditionTests.cpp:: FAILED: CHECK( !true ) with expansion: false ConditionTests.cpp:: FAILED: CHECK_FALSE( true ) =============================================================================== test cases: 5 | 3 passed | 1 failed | 1 failed as expected assertions: 12 | 7 passed | 4 failed | 1 failed as expected