Searched refs:ATF_FAIL (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dexceptions_test.cpp97 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
113 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
131 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
H A Dapplication_test.cpp66 ATF_FAIL("Unexpected unknown option found");
H A Dtest_helpers.cpp83 ATF_FAIL(failmsg);
H A Dtest_helpers.hpp62 ATF_FAIL(failmsg); \
H A Dauto_array_test.cpp59 ATF_FAIL("New called but should have been new[]");
73 ATF_FAIL("Delete called but should have been delete[]");
80 ATF_FAIL("Unbalanced delete[]");
/freebsd-11.0-release/contrib/atf/test-programs/
H A Dcpp_helpers.cpp253 ATF_FAIL("Cannot find datafile");
272 ATF_FAIL("Failure reason");
290 ATF_FAIL("First line\nSecond line");
/freebsd-11.0-release/contrib/atf/atf-c++/
H A Dbuild_test.cpp101 ATF_FAIL("The constructed argv differs from the expected values");
H A Dutils_test.cpp52 ATF_FAIL("Cannot open " + path);
57 ATF_FAIL("Internal buffer not long enough to read temporary file");
H A Dmacros.hpp92 #define ATF_FAIL(reason) atf::tests::tc::fail(reason) macro
H A Dmacros_test.cpp82 ATF_FAIL("Failed on purpose");
301 set_md_var("descr", "Tests the ATF_FAIL macro");
784 ATF_FAIL("Build of unused_test.cpp passed; unused test cases are "
/freebsd-11.0-release/lib/libnv/tests/
H A Dnv_tests.cc592 ATF_FAIL(msg.str().c_str());

Completed in 120 milliseconds