Home
last modified time | relevance | path

Searched full:exited (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib111 " 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 Dopt-keep-going-indirect.mk52 @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 Dopt-keep-going-indirect.exp7 exited 1
14 exited 1
23 exited 1
30 exited 1
H A Dvar-op-shell.exp1 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 Dvar-op-shell.mk31 # 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 Dvarmod-shell.exp1 …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 Dvarmod-assign-shell.mk4 # 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 Dvarmod-shell.mk24 …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 Dvarmod-assign-shell.exp1 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 Dopt-debug-jobs.mk29 # 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 Dlogapi.kshlib101 _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 Dstatus.cpp119 /// 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 Dstatus_test.cpp101 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 Disolation_test.cpp314 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 Dstatus.hpp50 /// 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 Dchild_test.cpp299 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 Dzpool_wait.kshlib30 # 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 Dzfs_wait.kshlib30 # 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 Dsuj30.sh96 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 DState.h44 /// 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 Dgtest_test_utils.py216 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 DMacroPPCallbacks.h37 /// 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 Dpthread_join.396 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 Dt_ptrace_wait.h203 * 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 Dlogsigexit_test.sh30 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

12345678910>>...19