/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 325 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 D | run-ptest | 5 exitcode=$? 6 if [ $exitcode -ne 0 -a -e test-suite.log ]; then 9 exit $exitcode
|
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | follow-fork-mode-parent.py | 12 exitcode = int(gdb.parse_and_eval("$_exitcode")) 13 report(exitcode == 0, "{} == 0".format(exitcode))
|
H A D | follow-fork-mode-child.py | 36 exitcode = int(gdb.parse_and_eval("$_exitcode")) 37 report(exitcode == 42, "{} == 42".format(exitcode))
|
H A D | prot-none.py | 32 exitcode = int(gdb.parse_and_eval("$_exitcode")) 33 report(exitcode == 0, "{} == 0".format(exitcode))
|
H A D | catch-syscalls.py | 49 exitcode = int(gdb.parse_and_eval("$_exitcode")) 50 report(exitcode == 0, "{} == 0".format(exitcode))
|
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/ |
H A D | run-ptest | 12 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 D | tweak-ptest-script.patch | 31 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 D | mem-addr-space-check.py | 50 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 D | runlitmushist.sh | 46 if test "$exitcode" -eq 124 49 elif test "$exitcode" -eq 253 53 exitmsg="failed, exit code $exitcode"
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 76 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 D | udpgso_bench.sh | 21 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 D | run-ptest | 11 exitcode=$? 19 exit $exitcode
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | va_high_addr_switch.sh | 11 exitcode=1 19 exit $exitcode
|
H A D | test_vmalloc.sh | 17 exitcode=1 138 exit $exitcode
|
H A D | uffd-common.h | 51 #define errexit(exitcode, fmt, ...) \ argument 54 exit(exitcode); \
|
H A D | run_vmtests.sh | 12 exitcode=0 223 exitcode=$ksft_skip 228 exitcode=1 393 exit $exitcode
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench_write_req.py | 45 exitcode = subp.wait() 46 if exitcode < 0: 48 % (-exitcode, ' '.join(list(args))))
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | case.py | 77 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 D | run-ptest | 35 exitcode=$? 45 exit $exitcode
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | process.py | 42 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 D | logparser.py | 139 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 D | openvswitch.sh | 597 [ $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 D | xdp2skb_meta.sh | 35 local exitcode=$1 38 exit $exitcode
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | start_up.c | 121 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()
|