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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions_test.cpp100 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
116 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
134 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
H A Dapplication_test.cpp70 ATF_FAIL("Unexpected unknown option found");
H A Dtest_helpers.cpp55 ATF_FAIL(failmsg);
117 ATF_FAIL("Expected results differ to actual values");
H A Dauto_array_test.cpp61 ATF_FAIL("New called but should have been new[]");
75 ATF_FAIL("Delete called but should have been delete[]");
82 ATF_FAIL("Unbalanced delete[]");
H A Dtest_helpers.hpp143 ATF_FAIL("Raised a lonely parse error: " +
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_basic_cpp.cpp53 ATF_FAIL("On purpose");
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig_test.cpp82 ATF_FAIL(std::string("set_env_var(") + name + ", " + val +
94 ATF_FAIL(std::string("unset_env_var(") + name + ") failed");
H A Dbuild_test.cpp110 ATF_FAIL("The constructed argv differs from the expected values");
H A Dutils_test.cpp56 ATF_FAIL("Cannot open " + std::string(path));
61 ATF_FAIL("Internal buffer not long enough to read temporary file");
H A Dmacros.hpp96 #define ATF_FAIL(reason) atf::tests::tc::fail(reason) macro
H A Dmacros_test.cpp84 ATF_FAIL("Failed on purpose");
303 set_md_var("descr", "Tests the ATF_FAIL macro");
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Duser_test.cpp75 ATF_FAIL("Call to ::getgroups failed");
H A Dmisc_helpers.cpp61 ATF_FAIL("Could not create file " + path);
222 ATF_FAIL("On purpose");
240 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.cpp53 ATF_FAIL("Requirements failure reason \"" + actual + "\" does not "
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp257 ATF_FAIL("Cannot find datafile");
276 ATF_FAIL("Failure reason");
294 ATF_FAIL("First line\nSecond line");

Completed in 33 milliseconds