Home
last modified time | relevance | path

Searched refs:exitcode (Results 1 – 25 of 77) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c325 int exitcode = 0; in run_syscall_twice() local
330 exitcode = run_syscall(); in run_syscall_twice()
335 exitcode += run_syscall(); in run_syscall_twice()
337 return exitcode; in run_syscall_twice()
378 int exitcode = 0; in main() local
394 exitcode += run_syscall_twice(); in main()
396 exitcode += run_syscall_twice(); in main()
398 return exitcode; in main()
/openbmc/openbmc/poky/meta/recipes-support/attr/attr/
H A Drun-ptest5 exitcode=$?
6 if [ $exitcode -ne 0 -a -e test-suite.log ]; then
9 exit $exitcode
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dfollow-fork-mode-parent.py12 exitcode = int(gdb.parse_and_eval("$_exitcode"))
13 report(exitcode == 0, "{} == 0".format(exitcode))
H A Dfollow-fork-mode-child.py36 exitcode = int(gdb.parse_and_eval("$_exitcode"))
37 report(exitcode == 42, "{} == 42".format(exitcode))
H A Dprot-none.py32 exitcode = int(gdb.parse_and_eval("$_exitcode"))
33 report(exitcode == 0, "{} == 0".format(exitcode))
H A Dcatch-syscalls.py49 exitcode = int(gdb.parse_and_eval("$_exitcode"))
50 report(exitcode == 0, "{} == 0".format(exitcode))
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A Drun-ptest12 exitcode=$?
13 if [ $exitcode -ne 0 -a -e test-suite.log ]; then
16 exit $exitcode
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Dtweak-ptest-script.patch31 exitcode=0
34 >$dir/up-res-out.$test 2>$dir/up-res-err.$test || exitcode=$?
36 (echo "exit code: $exitcode";
40 exitcode=0
43 >$dir/down-res-out.$test 2>$dir/down-res-err.$test || exitcode=$?
45 (echo "exit code: $exitcode";
/openbmc/qemu/tests/avocado/
H A Dmem-addr-space-check.py50 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1")
70 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1")
150 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1")
180 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1")
203 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1")
289 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1")
333 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1")
/openbmc/linux/tools/memory-model/scripts/
H A Drunlitmushist.sh46 if test "$exitcode" -eq 124
49 elif test "$exitcode" -eq 253
53 exitmsg="failed, exit code $exitcode"
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py76 def __init__(self, exitcode: Optional[int],
78 super().__init__(exitcode, command, output)
79 self.exitcode = exitcode
94 if self.exitcode is not None:
273 def exitcode(self) -> Optional[int]: member in QEMUMachine
424 exitcode = self.exitcode()
425 if (exitcode is not None and exitcode < 0
426 and not (self._user_killed and exitcode == -signal.SIGKILL)):
432 LOG.warning(msg, -int(exitcode), command)
462 exitcode=self.exitcode(),
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench.sh21 local -r exitcode=$1
23 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then
25 elif [[ ${exitcode} -eq ${KSFT_SKIP} ]]; then
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/
H A Drun-ptest11 exitcode=$?
19 exit $exitcode
/openbmc/qemu/scripts/simplebench/
H A Dbench_write_req.py45 exitcode = subp.wait()
46 if exitcode < 0:
48 % (-exitcode, ' '.join(list(args))))
/openbmc/linux/tools/testing/selftests/mm/
H A Dva_high_addr_switch.sh11 exitcode=1
19 exit $exitcode
H A Dtest_vmalloc.sh17 exitcode=1
138 exit $exitcode
H A Duffd-common.h51 #define errexit(exitcode, fmt, ...) \ argument
54 exit(exitcode); \
H A Drun_vmtests.sh12 exitcode=0
223 exitcode=$ksft_skip
228 exitcode=1
393 exit $exitcode
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument
93 if exitcode is not None:
94 sections[section]["exitcode"] = exitcode
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A Drun-ptest35 exitcode=$?
45 exit $exitcode
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
44 self.exitcode = exitcode
58 " with exit code %s" % self.exitcode + message + (self.extra_message or ""))
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dlogparser.py139 exitcode = int(values["stat"])
140 if values["exit"] == "exited" and exitcode == LtpExitCode.TCONF:
143 elif exitcode == LtpExitCode.TPASS:
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh597 [ $all_skipped = true ] && [ $exitcode=$ksft_skip ] && exitcode=0
601 [ $all_skipped = true ] && exitcode=$ksft_skip
605 exitcode=1
613 exitcode=0
660 exit ${exitcode}
/openbmc/linux/samples/bpf/
H A Dxdp2skb_meta.sh35 local exitcode=$1
38 exit $exitcode
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c121 static int stop_ptraced_child(int pid, int exitcode, int mustexit) in stop_ptraced_child() argument
130 if (!WIFEXITED(status) || (WEXITSTATUS(status) != exitcode)) { in stop_ptraced_child()
137 exitcode, status); in stop_ptraced_child()

1234