| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest.c | 76 static int setup(struct efi_unit_test *test, unsigned int *failures) in setup() argument 86 ++*failures; in setup() 101 static int execute(struct efi_unit_test *test, unsigned int *failures) in execute() argument 111 ++*failures; in execute() 126 static int teardown(struct efi_unit_test *test, unsigned int *failures) in teardown() argument 136 ++*failures; in teardown() 188 unsigned int steps, unsigned int *failures) in efi_st_do_tests() argument 202 setup_status[i] = setup(test, failures); in efi_st_do_tests() 204 execute(test, failures); in efi_st_do_tests() 206 teardown(test, failures); in efi_st_do_tests() [all …]
|
| /openbmc/u-boot/test/ |
| H A D | run | 13 [ $? -ne 0 ] && failures=$((failures+1)) 19 failures=0 56 if [ $failures == 0 ]; then
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | report-error.bbclass | 74 data['failures'] = [] 101 # server will refuse failures longer than param specified in project.settings.py 111 jsondata['failures'].append(taskdata) 120 data['failures'] = [] 126 data['failures'].append(taskdata) 136 data['failures'] = [] 141 data['failures'].append(taskdata) 150 failures = jsondata['failures'] 151 if(len(failures) > 0):
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | devtool-stress.py | 105 failures = 0 131 failures += 1 140 if failures: 151 failures = 0 194 failures += 1 203 if failures:
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | junit.py | 18 failures = 0 30 failures += 1 42 testsuite_node.set("failures", "%s" % failures)
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/ |
| H A D | obmc-host-failure-reboots.bb | 1 SUMMARY = "Enables reboots on host failures" 3 on host failures"
|
| /openbmc/u-boot/tools/binman/ |
| H A D | binman | 91 for test, err in result.failures: 92 print err, result.failures 93 if result.errors or result.failures:
|
| H A D | binman.py | 91 for test, err in result.failures: 92 print err, result.failures 93 if result.errors or result.failures:
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | Redfish_Reference_Checker.robot | 33 # Work complete, total failures: 0 34 Should Match Regexp ${output} Work complete, total failures:[ ]+0
|
| /openbmc/phosphor-hwmon/ |
| H A D | meson.options | 9 description: 'Set sensor value to -errno on read failures.', 22 …description: 'Update functional property on read failures. Incompatible with negative-errno-on-fa…
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | i2c-gpio.c | 210 int failures = 0; in i2c_gpio_write_data() local 221 failures++; in i2c_gpio_write_data() 226 return failures; in i2c_gpio_write_data() 234 return failures; in i2c_gpio_write_data()
|
| H A D | soft_i2c.c | 403 int shift, failures = 0; in soft_i2c_write() local 425 failures++; in soft_i2c_write() 429 return(failures); in soft_i2c_write()
|
| /openbmc/qemu/hw/i386/ |
| H A D | sgx.c | 121 int failures; in sgx_epc_reset() local 130 failures = 0; in sgx_epc_reset() 144 failures++; in sgx_epc_reset() 150 if (!failures) { in sgx_epc_reset()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | .gitignore | 3 # failures from patch
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
| H A D | 0001-Makefile-common.am-Create-src-common-directory-befor.patch | 9 it will end in build failures 28 # libcockpit-common.a static-links an HTML template to use on failures
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch | 7 That way we can debug scriptlet failures without writing lots of 27 /* Assume failures will be caught by the write below */
|
| /openbmc/openbmc-test-automation/test_lists/ |
| H A D | HW_CI_DEV | 6 #Check for apps failures.
|
| H A D | HW_CI | 6 #Check for apps failures.
|
| H A D | QEMU_CI | 3 #Check for apps failures.
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/static/ |
| H A D | obmc-flash-bmc-static-mount-alt.service.in | 11 # So prepend with `-` to ignore such failures
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | event.py | 458 def __init__(self, n, p, failures = 0): argument 462 self._failures = failures 493 def __init__(self, n, p, failures = 0): argument 495 BuildBase.__init__(self, n, p, failures) 499 def __init__(self, total, n, p, failures=0, interrupted=0): argument 500 if not failures: 505 BuildBase.__init__(self, n, p, failures)
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuspassive.cpp | 198 const std::set<std::string>& failures = redundancy->getFailed(); in getFailed() local 199 if (failures.find(path) != failures.end()) in getFailed()
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | sha512.c | 624 static unsigned int failures = 0; /* Number of tests that failed */ variable 703 failures++; in _gen_result() 736 failures--; in _gen_result() 795 if(failures) { in _cleanup() 797 failures, test_count); in _cleanup() 802 if(failures) in _cleanup() 804 failures, test_count); in _cleanup() 860 return failures; in exit_status_() 871 return failures + e_tests - test_count; in exit_status_()
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-host-failure-reboots/ |
| H A D | host-failure-reboots@.service | 2 Description=Enable reboot on host failures
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/ |
| H A D | 0001-check-sr-results-Change-the-expected-SR-result-confi.patch | 23 a. must-contain "Failure: |0|": Capsule and EFI partition failures make 129 - 'Medium failures: NONE' 130 - 'Low failures: NONE' 131 - 'Other failures: NONE'
|