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

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dcheck.hpp83 //! \brief Returns whether the command exited correctly or not.
85 bool exited(void) const;
H A Dcheck.cpp57 impl::check_result::exited(void) function in class:impl::check_result
67 PRE(exited());
H A Dcheck_test.cpp277 ATF_REQUIRE(r->exited());
285 ATF_REQUIRE(r->exited());
293 ATF_REQUIRE(!r->exited());
326 ATF_REQUIRE(r1->exited());
331 ATF_REQUIRE(r2->exited());
376 ATF_REQUIRE(r->exited());
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp106 ATF_REQUIRE(s.exited());
H A Dprocess.hpp186 bool exited(void) const;
H A Dprocess_test.cpp319 ATF_REQUIRE(s.exited());
331 ATF_REQUIRE(s.exited());
H A Dprocess.cpp245 impl::status::exited(void) function in class:impl::status
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess.cpp365 impl::status::exited(void) function in class:impl::status
376 assert(exited());
H A Dsignals_test.cpp254 ATF_REQUIRE(s.exited() || s.signaled());
H A Dprocess_test.cpp325 ATF_REQUIRE(s.exited());
337 ATF_REQUIRE(s.exited());
H A Datf-run.cpp150 if (!status.exited() || status.exitstatus() != EXIT_SUCCESS) {
294 if (s.exited()) {
300 return test_case_result("failed", -1, "Test case exited "
321 return test_case_result("failed", -1, "Test case exited cleanly "
326 "exited successfully but reported failure");
333 return test_case_result("failed", -1, "Test case exited as "
339 return test_case_result("failed", -1, "Test case exited as "
518 if (!s.exited() || s.exitstatus() != EXIT_SUCCESS)
H A Dprocess.hpp210 bool exited(void) const;
H A Dmisc_helpers.cpp158 ATF_REQUIRE(s.exited());
H A Dfs.cpp285 if (!s.exited() || s.exitstatus() != EXIT_SUCCESS)
H A Dtest-program.cpp666 if (!status.exited() || status.exitstatus() != EXIT_SUCCESS)
783 // expiration as older versions did. The child process may have exited
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp454 if (!s.exited())
513 if (cr.exited() && sc.value != INT_MIN) {
528 } else if (cr.exited() && sc.value == INT_MIN) {

Completed in 67 milliseconds