/freebsd/sys/contrib/openzfs/tests/test-runner/include/ |
H A D | logapi.shlib | 111 " assertion failure exited $status" 134 _printerror "$@" "exited $status" 213 _printerror "$@" "unexpectedly exited $status" 217 _printerror "$@" "unexpectedly exited $status (File not found)" 221 _printerror "$@" "unexpectedly exited $status (Bus Error)" 225 _printerror "$@" "unexpectedly exited $status (SEGV)" 230 " exited $status" 236 _printerror "$@" "unexpectedly exited $status" 244 _printsuccess "$@" "exited $status" 270 _printerror "$@" "exited $status" [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-keep-going-indirect.mk | 52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?" 56 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct -j1; echo "exited $$?" 60 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k indirect; echo "exited $$?" 64 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k indirect -j1; echo "exited $$?" 74 # expect: exited 1 79 # expect: exited 1 84 # expect: exited 1 90 # expect: exited 1
|
H A D | opt-keep-going-indirect.exp | 7 exited 1 14 exited 1 23 exited 1 30 exited 1
|
H A D | var-op-shell.exp | 1 make: "var-op-shell.mk" line 32: warning: Command "echo "failed"; (exit 13)" exited with status 13 2 make: "var-op-shell.mk" line 39: warning: Command "exit 13" exited with status 13 3 make: "var-op-shell.mk" line 62: warning: "kill $$" exited on a signal 5 make: "var-op-shell.mk" line 69: warning: Command "/bin/no/such/command" exited with status 127
|
H A D | var-op-shell.mk | 31 # expect+1: warning: Command "echo "failed"; (exit 13)" exited with status 13 38 # expect+1: warning: Command "exit 13" exited with status 13 58 # This should result in a warning about "exited on a signal". 61 # expect+1: warning: "kill $$" exited on a signal 68 # expect+1: warning: Command "/bin/no/such/command" exited with status 127
|
H A D | varmod-shell.exp | 1 …ord; (exit 13)!} != "word"" with value "word": Command "echo word; (exit 13)" exited with status 13 2 …ord; (exit 13)!} != "word"" with value "word": Command "echo word; (exit 13)" exited with status 13 8 …cho word; ${:U(exit 13)}!}" with value "word": Command "echo word; (exit 13)" exited with status 13
|
H A D | varmod-assign-shell.mk | 4 # command to the variable, but only if the command exited successfully. This 20 # expect+1: warning: Command "echo output; (exit 13)" exited with status 13 25 …g variable "ASSIGNED" with value "previous": Command "echo output; (exit 13)" exited with status 13
|
H A D | varmod-shell.mk | 24 …ord; (exit 13)!} != "word"" with value "word": Command "echo word; (exit 13)" exited with status 13 28 …ord; (exit 13)!} != "word"" with value "word": Command "echo word; (exit 13)" exited with status 13 35 …cho word; ${:U(exit 13)}!}" with value "word": Command "echo word; (exit 13)" exited with status 13
|
H A D | varmod-assign-shell.exp | 1 make: "varmod-assign-shell.mk" line 21: warning: Command "echo output; (exit 13)" exited with statu… 7 …g variable "ASSIGNED" with value "previous": Command "echo output; (exit 13)" exited with status 13
|
H A D | opt-debug-jobs.mk | 29 # it is not guaranteed that the two lines "exited/stopped" and 32 # another race condition with the "exited/stopped" line.
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | logapi.kshlib | 101 _printerror "$@" "unexpectedly exited $status" 110 # 1) The command exited 0, 127, 138, or 139 134 _printerror "$@" "unexpectedly exited $status" 138 _printerror "$@" "unexpectedly exited $status (File not found)" 142 _printerror "$@" "unexpectedly exited $status (Bus Error)" 146 _printerror "$@" "unexpectedly exited $status (SEGV)" 154 " exited $status" 161 _printsuccess "$@" "exited $status" 180 _printline "EXECUTED (exited $status): $@" 210 _printerror "$@" "exited $status" [all …]
|
/freebsd/contrib/kyua/utils/process/ |
H A D | status.cpp | 119 /// Returns whether the process exited cleanly or not. 121 /// \return True if the process exited cleanly, false otherwise. 123 process::status::exited(void) const in exited() function in process::status 131 /// \pre The process must have exited cleanly (i.e. exited() must be true). 137 PRE(exited()); in exitstatus() 192 if (status.exited()) { in operator <<()
|
H A D | status_test.cpp | 101 ATF_REQUIRE(fake.exited()); in ATF_TEST_CASE_BODY() 112 ATF_REQUIRE(!fake.exited()); in ATF_TEST_CASE_BODY() 153 ATF_REQUIRE(exit_success.exited()); in ATF_TEST_CASE_BODY() 158 ATF_REQUIRE(exit_failure.exited()); in ATF_TEST_CASE_BODY() 168 ATF_REQUIRE(!sigterm.exited()); in ATF_TEST_CASE_BODY() 174 ATF_REQUIRE(!sigkill.exited()); in ATF_TEST_CASE_BODY() 187 ATF_REQUIRE(!coredump.exited()); in ATF_TEST_CASE_BODY()
|
H A D | isolation_test.cpp | 314 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 351 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 375 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 401 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 435 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 446 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 457 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 466 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 475 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 484 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY()
|
H A D | status.hpp | 50 /// Note that the process has exited already and been awaited for, so the 54 /// The exit status of the process, if it exited cleanly. 69 bool exited(void) const;
|
H A D | child_test.cpp | 299 if (!status.exited() || status.exitstatus() != 123) in do_inherit_test() 343 ATF_REQUIRE(status.exited()); in child__fork_capture__ok() 389 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 473 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 496 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 535 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 657 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 676 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 694 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() 737 ATF_REQUIRE(status.exited()); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait.kshlib | 30 # during which 'zpool wait' can exit. If it hasn't exited by the time the grace 56 proc_exists $1 || log_fail "zpool process exited too soon" 82 # Check that a background process has completed and exited with a status of 0 90 wait $pid || log_fail "zpool process exited with status $?" 113 # exited too soon.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_wait/ |
H A D | zfs_wait.kshlib | 30 # during which 'zfs wait' can exit. If it hasn't exited by the time the grace 44 proc_exists $1 || log_fail "zpool process exited too soon" 70 # Check that a background process has completed and exited with a status of 0 78 wait $pid || log_fail "process exited with status $?"
|
/freebsd/tools/test/stress2/misc/ |
H A D | suj30.sh | 96 int exited; 212 exited = 1; 229 while (STAILQ_EMPTY(&newfiles.list) && exited < 1) 231 if (STAILQ_EMPTY(&newfiles.list) && exited == 1) { 249 exited = 2; 265 while (STAILQ_EMPTY(&renamedfiles.list) && exited < 2) 267 if (STAILQ_EMPTY(&renamedfiles.list) && exited == 2) {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | State.h | 44 /// around, or stopped when the process has exited or doesn't exist 53 /// so states like unloaded or exited won't return true. 58 /// \b true, then the process can't be exited or unloaded, 59 /// otherwise exited and unloaded or other states where the
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_test_utils.py | 216 exited True if and only if the child process exited 218 exit_code The code with which the child process exited. 243 self.exited = False 246 self.exited = True
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.h | 37 /// and were not exited yet. 49 /// Parent contains all entered files that were not exited yet according to 92 /// Callback invoked whenever a source file is entered or exited. 95 /// \param PrevFID the file that was exited if \p Reason is ExitFile.
|
/freebsd/share/man/man3/ |
H A D | pthread_join.3 | 96 If the thread has not exited, the 107 A thread that has exited but remains unjoined counts against 153 The specified thread has not yet exited.
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 203 * are no stopped, continued or exited children, 0 is returned. 220 * Helper tools to verify whether status reports exited value 226 ATF_REQUIRE_MSG(WIFEXITED(status), "Reported !exited process"); in validate_status_exited() 232 "The process has exited with invalid value %d != %d", in validate_status_exited() 250 ATF_REQUIRE_MSG(!WIFEXITED(status), "Reported exited process"); in validate_status_continued() 268 ATF_REQUIRE_MSG(!WIFEXITED(status), "Reported exited process"); in validate_status_signaled() 295 ATF_REQUIRE_MSG(!WIFEXITED(status), "Reported exited process"); in validate_status_stopped()
|
/freebsd/tests/sys/kern/ |
H A D | logsigexit_test.sh | 30 atf_check grep -Eq "$enpid.+exited on signal" dmesg.out 31 atf_check -s not-exit:0 grep -Eq "$dispid.+exited on signal" dmesg.out
|