Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/test/py/tests/
H A Dtest_ums.py160 def umount(ignore_errors): argument
175 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors)
177 def stop_ums(ignore_errors): argument
197 ignore_errors)
216 umount(ignore_errors=ignore_cleanup_errors)
218 stop_ums(ignore_errors=ignore_cleanup_errors)
231 umount(ignore_errors=ignore_cleanup_errors)
233 stop_ums(ignore_errors=ignore_cleanup_errors)
H A Dtest_dfu.py171 def stop_dfu(ignore_errors): argument
194 env__usb_dev_port['host_usb_dev_node'], ignore_errors)
196 if not ignore_errors:
/openbmc/openbmc/meta-raspberrypi/lib/oeqa/runtime/cases/
H A Dparselogs_rpi.py6 ignore_errors['raspberrypi4'] = rpi_errors + common_errors
7 ignore_errors['raspberrypi4-64'] = rpi_errors + common_errors
8 ignore_errors['raspberrypi3'] = rpi_errors + common_errors
9 ignore_errors['raspberrypi3-64'] = rpi_errors + common_errors
/openbmc/u-boot/test/py/
H A Du_boot_utils.py130 def wait_until_file_open_fails(fn, ignore_errors): argument
152 if ignore_errors:
156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument
175 output = runner.run(cmd, ignore_errors=ignore_errors)
H A Dmultiplexed_log.py111 def run(self, cmd, cwd=None, ignore_errors=False): argument
160 if exit_status and not exception and not ignore_errors:
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py40 ignore_errors = [] variable in ParseLogsTest
67 cls.ignore_errors.append(line.casefold())
157 if not any(ignore in line_lower for ignore in self.ignore_errors):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dyoctotestresultsquerytests.py36 shutil.rmtree(workdir, ignore_errors=True)
H A Dmeta_ide.py32 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
H A Dgotoolchain.py48 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
H A Dsstatetests.py963 def run_test(self, machine, targets, exceptions, check_cdn = True, ignore_errors = False): argument
988 if ignore_errors:
994 …"core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
999 …"core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
H A Dwic.py72 rmtree(self.resultdir, ignore_errors=True)
76 rmtree(self.resultdir, ignore_errors=True)
687 rmtree(self.resultdir, ignore_errors=True)
/openbmc/openbmc/meta-arm/ci/
H A Dupdate-repos42 shutil.rmtree(repodir, ignore_errors=True)
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py26 shutil.rmtree("tmp/cache", ignore_errors=True)
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py81 def rmtree(path, ignore_errors=False, onerror=None, quiet=None): argument
98 shutil.rmtree(path, ignore_errors, onerror)
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_compliance.bbclass38 shutil.rmtree(dest, ignore_errors=True)
/openbmc/linux/drivers/extcon/
H A Dextcon-intel-cht-wc.c144 bool ignore_errors) in cht_wc_extcon_get_charger() argument
167 if (!ignore_errors) { in cht_wc_extcon_get_charger()
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl151 my $ignore_errors;
330 "IGNORE_ERRORS" => \$ignore_errors,
1487 my $save_ignore_errors = $ignore_errors;
1488 $ignore_errors = 1;
1497 $ignore_errors = $save_ignore_errors;
1738 if ($ignore_errors) {
2231 if ($ignore_errors) {
2818 if ($ignore_errors) {
/openbmc/u-boot/tools/patman/
H A Dpatman.py168 its_a_go = ok or options.ignore_errors
H A Dpatman168 its_a_go = ok or options.ignore_errors
H A DREADME107 ignore_errors: True
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c975 int escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local
1061 ignore_errors = 1; in kdb_parse()
1098 if (result && ignore_errors && result > KDB_CMD_GO) in kdb_parse()
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py287 shutil.rmtree(self.workdir, ignore_errors=True)
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py958 shutil.rmtree("build", ignore_errors=True)
/openbmc/linux/mm/
H A Dgup.c1658 int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) in __mm_populate() argument
1698 if (ignore_errors) { in __mm_populate()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py2385 shutil.rmtree(self.gitdir, ignore_errors=True)
2417 shutil.rmtree(self.gitdir, ignore_errors=True)
2438 shutil.rmtree(self.gitdir, ignore_errors=True)

12