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

123

/netbsd-current/usr.bin/make/unit-tests/
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 Dopt-keep-going-indirect.exp7 exited 1
14 exited 1
23 exited 1
30 exited 1
H A Dvarmod-shell.exp1 make: "varmod-shell.mk" line 25: warning: Command "echo word; (exit 13)" exited with status 13
2 make: "varmod-shell.mk" line 29: warning: Command "echo word; (exit 13)" exited with status 13
8 make: "varmod-shell.mk" line 36: warning: 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 status 13
7 make: "varmod-assign-shell.mk" line 26: warning: Command "echo output; (exit 13)" exited with status 13
H A Dvarmod-sun-shell.mk16 # 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
H A Dvarmod-sun-shell.exp1 make: "varmod-sun-shell.mk" line 17: warning: Command "echo word; (exit 13)" exited with status 13
8 make: "varmod-sun-shell.mk" line 24: warning: Command "echo word; (exit 13)" exited with status 13
H A Dopt-debug-jobs.exp23 Process <pid> exited/stopped status 0.
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 # expect+1: warning: Command "echo output; (exit 13)" exited with status 13
H A Dvarmod-shell.mk24 # 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
/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
H A Dstatus.hpp47 /// Note that the process has exited already and been awaited for, so the
51 /// The exit status of the process, if it exited cleanly.
66 bool exited(void) const;
H A Dstatus_test.cpp100 ATF_REQUIRE(fake.exited());
111 ATF_REQUIRE(!fake.exited());
122 ATF_REQUIRE(exit_success.exited());
127 ATF_REQUIRE(exit_failure.exited());
137 ATF_REQUIRE(!sigterm.exited());
143 ATF_REQUIRE(!sigkill.exited());
160 ATF_REQUIRE(!coredump.exited());
H A Dstatus.cpp118 /// Returns whether the process exited cleanly or not.
120 /// \return True if the process exited cleanly, false otherwise.
122 process::status::exited(void) const function in class:process::status
130 /// \pre The process must have exited cleanly (i.e. exited() must be true).
136 PRE(exited());
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-exitedevent.c51 will create a new Python exited event object. */
56 if (evregpy_no_listeners_p (gdb_py_events.exited))
62 return evpy_emit_event (event.get (), gdb_py_events.exited);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-reader-exec.exp53 gdb_test "continue" "Inferior .* exited normally.*"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dattach-many-short-lived-threads.exp152 set exited 0
157 set exited 1
163 if { $exited } {
168 if { $exited } {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-reader-exec.exp55 gdb_test "continue" "Inferior .* exited normally.*"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-exitedevent.c52 will create a new Python exited event object. */
57 if (evregpy_no_listeners_p (gdb_py_events.exited))
63 return evpy_emit_event (event.get (), gdb_py_events.exited);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
H A Dlog-message.exp53 dap_wait_for_event_and_check "inferior exited" exited
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-thread-exited.exp30 set pyfile [gdb_remote_download host ${srcdir}/${subdir}/py-thread-exited.py]
52 ".*event type: thread-exited. global num: 2.*"
54 ".*event type: thread-exited. global num: 3.*"
H A Dtui-window-disabled.py40 gdb.events.exited.connect(self._exit_listener)
68 gdb.events.exited.disconnect(self._exit_listener)
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dcheck.hpp87 //! \brief Returns whether the command exited correctly or not.
89 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());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dtui-window-disabled.py40 gdb.events.exited.connect(self._exit_listener)
68 gdb.events.exited.disconnect(self._exit_listener)
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dtest_helpers.hpp110 ATF_REQUIRE(s.exited());

Completed in 130 milliseconds

123