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

/bind-9.11.3/unit/atf-src/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[]");
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dh_tp_basic_cpp.cpp49 ATF_FAIL("On purpose");
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication_test.cpp70 ATF_FAIL("Unexpected unknown option found");
H A Dtest_helpers.hpp64 ATF_FAIL("Raised a lonely parse error: " +
100 ATF_FAIL("Expected results differ to actual values");
H A Dconfig_test.cpp81 ATF_FAIL(std::string("set_env_var(") + name + ", " + val +
93 ATF_FAIL(std::string("unset_env_var(") + name + ") failed");
H A Duser_test.cpp75 ATF_FAIL("Call to ::getgroups failed");
H A Dauto_array_test.cpp60 ATF_FAIL("New called but should have been new[]");
74 ATF_FAIL("Delete called but should have been delete[]");
81 ATF_FAIL("Unbalanced delete[]");
H A Dmisc_helpers.cpp60 ATF_FAIL("Could not create file " + path);
221 ATF_FAIL("On purpose");
239 ATF_FAIL("Failed to create oldvalue file");
H A Datffile_test.cpp584 ATF_FAIL("Missing property 'test-suite' did not raise an error");
603 ATF_FAIL("Missing file 'bar' did not raise an error");
H A Drequirements_test.cpp55 ATF_FAIL("Requirements failure reason \"" + actual + "\" does not "
/bind-9.11.3/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp253 ATF_FAIL("Cannot find datafile");
272 ATF_FAIL("Failure reason");
290 ATF_FAIL("First line\nSecond line");
/bind-9.11.3/unit/atf-src/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 "

Completed in 30 milliseconds