Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 25 of 205) sorted by relevance

123456789

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c76 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 Drun13 [ $? -ne 0 ] && failures=$((failures+1))
19 failures=0
56 if [ $failures == 0 ]; then
/openbmc/openbmc/poky/meta/classes/
H A Dreport-error.bbclass74 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 Ddevtool-stress.py105 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 Djunit.py18 failures = 0
30 failures += 1
42 testsuite_node.set("failures", "%s" % failures)
/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/
H A Dobmc-host-failure-reboots.bb1 SUMMARY = "Enables reboots on host failures"
3 on host failures"
/openbmc/u-boot/tools/binman/
H A Dbinman91 for test, err in result.failures:
92 print err, result.failures
93 if result.errors or result.failures:
H A Dbinman.py91 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 DRedfish_Reference_Checker.robot33 # Work complete, total failures: 0
34 Should Match Regexp ${output} Work complete, total failures:[ ]+0
/openbmc/phosphor-hwmon/
H A Dmeson.options9 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 Di2c-gpio.c210 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 Dsoft_i2c.c403 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 Dsgx.c121 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.gitignore3 # failures from patch
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/
H A D0001-Makefile-common.am-Create-src-common-directory-befor.patch9 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 D0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch7 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 DHW_CI_DEV6 #Check for apps failures.
H A DHW_CI6 #Check for apps failures.
H A DQEMU_CI3 #Check for apps failures.
/openbmc/phosphor-bmc-code-mgmt/bmc/static/
H A Dobmc-flash-bmc-static-mount-alt.service.in11 # So prepend with `-` to ignore such failures
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py458 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 Ddbuspassive.cpp198 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 Dsha512.c624 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 Dhost-failure-reboots@.service2 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 D0001-check-sr-results-Change-the-expected-SR-result-confi.patch23 a. must-contain "Failure: |0|": Capsule and EFI partition failures make
129 - 'Medium failures: NONE'
130 - 'Low failures: NONE'
131 - 'Other failures: NONE'

123456789