HomeSort by: relevance | last modified time | path
    Searched refs:exited (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-keep-going-indirect.exp 7 exited 1
14 exited 1
23 exited 1
30 exited 1
varmod-shell.exp 1 make: varmod-shell.mk:25: warning: Command "echo word; (exit 13)" exited with status 13
2 make: varmod-shell.mk:29: warning: Command "echo word; (exit 13)" exited with status 13
8 make: varmod-shell.mk:36: warning: Command "echo word; (exit 13)" exited with status 13
var-op-shell.exp 1 make: var-op-shell.mk:32: warning: Command "echo "failed"; (exit 13)" exited with status 13
2 make: var-op-shell.mk:39: warning: Command "exit 13" exited with status 13
3 make: var-op-shell.mk:62: warning: "kill $$" exited on a signal
5 make: var-op-shell.mk:69: warning: Command "/bin/no/such/command" exited with status 127
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
varmod-sun-shell.mk 16 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
23 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
varmod-assign-shell.exp 1 make: varmod-assign-shell.mk:21: warning: Command "echo output; (exit 13)" exited with status 13
7 make: varmod-assign-shell.mk:26: warning: Command "echo output; (exit 13)" exited with status 13
varmod-sun-shell.exp 1 make: varmod-sun-shell.mk:17: warning: Command "echo word; (exit 13)" exited with status 13
8 make: varmod-sun-shell.mk:24: warning: Command "echo word; (exit 13)" exited with status 13
deptgt-end-fail-indirect.mk 6 # and exited with status 0. The cause for this was a missing condition in
opt-keep-going-multiple.mk 9 # nevertheless exited with status 0.
opt-debug-jobs.exp 23 Process with pid <pid> exited/stopped with status 0.
varmod-shell.mk 24 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
28 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
35 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
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 # expect+1: warning: Command "echo output; (exit 13)" exited with status 13
lint.mk 6 # Before main.c 1.421 from 2020-11-01, make exited successfully even though
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.
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
varmod-assign.exp 63 make: warning: Command " echo word; (exit 13) " exited with status 13
  /src/sys/kern/
kern_kthread.c 202 bool exited = false; local in function:kthread_join
208 * - Ask the kthread to write to `exited'.
210 * - Wait until the kthread has written to `exited'.
214 l->l_private = &exited;
216 while (!exited) {
  /src/usr.bin/xargs/
xargs.c 596 warnx ("%s exited with status 255", name);

Completed in 15 milliseconds