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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.hpp85 //! \brief Returns whether the command exited correctly or not.
87 bool exited(void) const;
H A Dcheck.cpp61 impl::check_result::exited(void) function in class:impl::check_result
71 PRE(exited());
H A Dcheck_test.cpp282 ATF_REQUIRE(r->exited());
290 ATF_REQUIRE(r->exited());
298 ATF_REQUIRE(!r->exited());
331 ATF_REQUIRE(r1->exited());
336 ATF_REQUIRE(r2->exited());
381 ATF_REQUIRE(r->exited());
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp191 bool exited(void) const;
H A Dtest_helpers.hpp121 ATF_REQUIRE(s.exited());
H A Dprocess_test.cpp322 ATF_REQUIRE(s.exited());
334 ATF_REQUIRE(s.exited());
H A Dprocess.cpp249 impl::status::exited(void) function in class:impl::status
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals_test.cpp256 ATF_REQUIRE(s.exited() || s.signaled());
H A Datf-run.cpp146 if (!status.exited() || status.exitstatus() != EXIT_SUCCESS) {
291 if (s.exited()) {
297 return test_case_result("failed", -1, "Test case exited "
318 return test_case_result("failed", -1, "Test case exited cleanly "
323 "exited successfully but reported failure");
330 return test_case_result("failed", -1, "Test case exited as "
336 return test_case_result("failed", -1, "Test case exited as "
513 if (!s.exited() || s.exitstatus() != EXIT_SUCCESS)
H A Dfs.cpp193 if (!s.exited() || s.exitstatus() != EXIT_SUCCESS)
H A Dmisc_helpers.cpp159 ATF_REQUIRE(s.exited());
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.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp453 if (!s.exited())
512 if (cr.exited() && sc.value != INT_MIN) {
527 } else if (cr.exited() && sc.value == INT_MIN) {

Completed in 887 milliseconds