/openbmc/phosphor-power/org/open_power/Witherspoon/ |
H A D | Fault.errors.yaml | 28 description: Read CPLD-register fail 31 description: CPLD's error reason is PSU0_PGOOD fail 34 description: CPLD's error reason is PSU1_PGOOD fail 37 description: CPLD's error reason is 240Va_Fault_A fail 40 description: CPLD's error reason is 240Va_Fault_B fail 43 description: CPLD's error reason is 240Va_Fault_C fail 46 description: CPLD's error reason is 240Va_Fault_D fail 49 description: CPLD's error reason is 240Va_Fault_E fail 52 description: CPLD's error reason is 240Va_Fault_F fail 55 description: CPLD's error reason is 240Va_Fault_G fail [all …]
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | mihawk-cpld.hpp | 64 * to analyze the fail reason. 83 * @return bool - true if power_on fail. 97 * @return bool - true if power_ready fail. 130 * Read CPLD-error-code-register fail. 136 * PSU0_PGOOD fail. 142 * PSU1_PGOOD fail. 148 * 240Va_Fault_A fail. 154 * 240Va_Fault_B fail. 160 * 240Va_Fault_C fail. 166 * 240Va_Fault_D fail. [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-fp-exceptions.c | 52 printf("FAIL: widen float snan\n"); in main() 59 printf("FAIL: widen double snan\n"); in main() 67 printf("FAIL: narrow float underflow\n"); in main() 74 printf("FAIL: narrow double underflow\n"); in main() 82 printf("FAIL: narrow float overflow\n"); in main() 89 printf("FAIL: narrow double overflow\n"); in main() 97 printf("FAIL: narrow float inexact\n"); in main() 104 printf("FAIL: narrow double inexact\n"); in main() 112 printf("FAIL: narrow float snan\n"); in main() 119 printf("FAIL: narrow double snan\n"); in main() [all …]
|
H A D | test-i386-sse-exceptions.c | 62 printf("FAIL: widen float snan\n"); in main() 70 printf("FAIL: narrow float underflow\n"); in main() 78 printf("FAIL: narrow float overflow\n"); in main() 86 printf("FAIL: narrow float inexact\n"); in main() 94 printf("FAIL: narrow float snan\n"); in main() 102 printf("FAIL: roundss min\n"); in main() 109 printf("FAIL: roundss no-inexact min\n"); in main() 116 printf("FAIL: roundss snan\n"); in main() 123 printf("FAIL: roundss no-inexact snan\n"); in main() 131 printf("FAIL: roundsd min\n"); in main() [all …]
|
H A D | test-i386-fxam.c | 34 printf("FAIL: +0\n"); in main() 39 printf("FAIL: -0\n"); in main() 44 printf("FAIL: +normal\n"); in main() 49 printf("FAIL: -normal\n"); in main() 54 printf("FAIL: +inf\n"); in main() 59 printf("FAIL: -inf\n"); in main() 64 printf("FAIL: +nan\n"); in main() 69 printf("FAIL: -nan\n"); in main() 74 printf("FAIL: +snan\n"); in main() 79 printf("FAIL: -snan\n"); in main() [all …]
|
H A D | test-i386-fisttp.c | 21 printf("FAIL: fisttpl 0x1p100\n"); in main() 26 printf("FAIL: fisttpl -0x1p100\n"); in main() 32 printf("FAIL: fisttpl inf\n"); in main() 38 printf("FAIL: fisttpl -inf\n"); in main() 44 printf("FAIL: fisttpl nan\n"); in main() 50 printf("FAIL: fisttpl -nan\n"); in main() 56 printf("FAIL: fisttpl invalid\n"); in main() 61 printf("FAIL: fisttpll 0x1p100\n"); in main() 66 printf("FAIL: fisttpll -0x1p100\n"); in main() 72 printf("FAIL: fisttpll inf\n"); in main() [all …]
|
H A D | test-i386-fbstp.c | 25 printf("FAIL: fbstp -0\n"); in main() 32 printf("FAIL: fbstp -0.1\n"); in main() 41 printf("FAIL: fbstp -987654321987654321\n"); in main() 48 printf("FAIL: fbstp 999999999999999999.5\n"); in main() 55 printf("FAIL: fbstp 1000000000000000000\n"); in main() 61 printf("FAIL: fbstp 1e30\n"); in main() 68 printf("FAIL: fbstp -999999999999999999.5\n"); in main() 75 printf("FAIL: fbstp -1000000000000000000\n"); in main() 81 printf("FAIL: fbstp -1e30\n"); in main() 87 printf("FAIL: fbstp inf\n"); in main() [all …]
|
H A D | test-i386-fldcst.c | 19 printf("FAIL: fldl2t N\n"); in main() 28 printf("FAIL: fldl2t D\n"); in main() 37 printf("FAIL: fldl2t Z\n"); in main() 46 printf("FAIL: fldl2t U\n"); in main() 56 printf("FAIL: fldl2e N\n"); in main() 65 printf("FAIL: fldl2e D\n"); in main() 74 printf("FAIL: fldl2e Z\n"); in main() 83 printf("FAIL: fldl2e U\n"); in main() 93 printf("FAIL: fldpi N\n"); in main() 102 printf("FAIL: fldpi D\n"); in main() [all …]
|
H A D | test-i386-fxtract.c | 38 printf("FAIL: fxtract 2.5\n"); in main() 44 printf("FAIL: fxtract 0.0\n"); in main() 50 printf("FAIL: fxtract -0.0\n"); in main() 56 printf("FAIL: fxtract inf\n"); in main() 62 printf("FAIL: fxtract -inf\n"); in main() 69 printf("FAIL: fxtract qnan\n"); in main() 76 printf("FAIL: fxtract snan\n"); in main() 82 printf("FAIL: fxtract subnormal\n"); in main() 88 printf("FAIL: fxtract pseudo\n"); in main() 95 printf("FAIL: fxtract invalid 1\n"); in main() [all …]
|
H A D | test-i386-fscale.c | 41 printf("FAIL: fscale snan\n"); in main() 47 printf("FAIL: fscale invalid 1\n"); in main() 53 printf("FAIL: fscale invalid 2\n"); in main() 59 printf("FAIL: fscale invalid 3\n"); in main() 65 printf("FAIL: fscale invalid 4\n"); in main() 71 printf("FAIL: fscale 0 up inf\n"); in main() 77 printf("FAIL: fscale inf down inf\n"); in main() 87 printf("FAIL: fscale finite up inf\n"); in main() 93 printf("FAIL: fscale finite down inf\n"); in main() 104 printf("FAIL: fscale single-precision\n"); in main()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | retain.py | 39 self.fail('RETAIN_OUTDIR value "%s" is invalid' % retain_outdir) 41 self.fail('RETAIN_OUTDIR (%s) is not underneath TMPDIR (%s)' % (retain_outdir, tmpdir)) 49 self.fail('No output archive for %s created' % test_recipe) 68 self.fail('RETAIN_DIRS_ALWAYS is set, this interferes with the test') 70 self.fail('RETAIN_DIRS_GLOBAL_ALWAYS is set, this interferes with the test') 74 self.fail('RETAIN_OUTDIR value "%s" is invalid' % retain_outdir) 76 self.fail('RETAIN_OUTDIR (%s) is not underneath TMPDIR (%s)' % (retain_outdir, tmpdir)) 88 …self.fail('RETAIN_OUTDIR should be empty without failure, contents:\n%s' % '\n'.join(retain_dirlis… 92 self.fail('Build of %s did not fail as expected' % test_recipe_fail) 96 self.fail('No output archive for %s created' % test_recipe_fail) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
H A D | 0001-Makefile-common.am-Create-src-common-directory-befor.patch | 5 generating fail-html.c 8 not yet created and this codepath to generate fail-html.c is executed and 13 …text < ../cockpit-337/src/common/fail.html > src/common/fail-html.c.tmp && mv src/common/fail-html… 14 /bin/bash: src/common/fail-html.c.tmp: No such file or directory 15 make[1]: *** [Makefile:6044: src/common/fail-html.c] Error 1 29 nodist_libcockpit_common_a_SOURCES = src/common/fail-html.c 30 src/common/fail-html.c: src/common/fail.html 33 CLEANFILES += src/common/fail-html.c 34 EXTRA_DIST += src/common/fail.html
|
/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/ |
H A D | run-libc-ptests | 17 echo "FAIL: libc-test" 20 elif grep -q '^FAIL src.*\.exe.*' "${report}"; then 22 # e.g. "FAIL src/api/main.exe [status 1]" -> "FAIL: api_main" 23 grep '^FAIL src.*\.exe.*' "${report}" \ 24 | sed 's|^FAIL src/|FAIL: |;s|/|_|;s|\.exe.*\]||'
|
/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/ |
H A D | test.sh | 57 str="$(mac_to_eui48 '12:34:56:78:90:af')" || fail 62 str="$(mac_to_eui64 '12:34:56:78:90:af')" || fail 123 str="$(ip_bytes_to_str in)" || fail 129 str="$(ip_bytes_to_str in)" || fail 132 str="$(ip_bytes_to_str in)" || fail 135 str="$(ip_bytes_to_str in)" || fail 138 str="$(ip_bytes_to_str in)" || fail 141 str="$(ip_bytes_to_str in)" || fail 144 str="$(ip_bytes_to_str in)" || fail 148 str="$(ip_bytes_to_str in)" || fail [all …]
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_write.c | 120 goto fail; in ext4fs_get_bgdtable() 128 fail: in ext4fs_get_bgdtable() 173 goto fail; in delete_single_indirect_block() 175 goto fail; in delete_single_indirect_block() 179 fail: in delete_single_indirect_block() 239 goto fail; in delete_double_indirect_block() 243 goto fail; in delete_double_indirect_block() 267 goto fail; in delete_double_indirect_block() 270 goto fail; in delete_double_indirect_block() 275 fail: in delete_double_indirect_block() [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/ |
H A D | run-ptest | 7 echo 'FAIL: lzotest' 14 echo 'FAIL: align' 20 echo 'FAIL: chksum' 26 echo 'FAIL: simple' 32 echo 'FAIL: testmini'
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | cvb.c | 19 #define FAIL 0x1234567887654321 macro 24 int64_t ret = FAIL; in cvb() 34 int64_t ret = FAIL; in cvby() 44 int64_t ret = FAIL; in cvbg() 71 assert(cvb(0x7) == FAIL && signum == SIGILL); in main() 83 assert(cvby(0x7) == FAIL && signum == SIGILL); in main() 95 assert(cvbg(0x7) == FAIL && signum == SIGILL); in main() 96 assert(cvbg(m + 0x1c) == FAIL && signum == SIGFPE); in main() 97 assert(cvbg(m + 0x2d) == FAIL && signum == SIGFPE); in main() 98 assert(cvbg(((__uint128_t)1 << 80) + 0xc) == FAIL && signum == SIGFPE); in main() [all …]
|
/openbmc/qemu/tests/tcg/tricore/asm/ |
H A D | macros.h | 49 jne testreg, DREG_CORRECT_RESULT, fail; \ 57 jne EREG_CALC_RESULT_LO, EREG_CORRECT_RESULT_LO, fail; \ 59 jne EREG_CALC_RESULT_HI, EREG_CORRECT_RESULT_HI, fail; 66 jne testreg, DREG_CORRECT_RESULT, fail; \ 70 jne DREG_CALC_PSW, DREG_CORRECT_PSW, fail; 78 jne DREG_CALC_RESULT, DREG_CORRECT_RESULT, fail; \ 81 jne DREG_CALC_RESULT, DREG_CORRECT_RESULT, fail; 89 jne %d15, DREG_CORRECT_RESULT_2, fail; \ 92 jne DREG_CALC_RESULT, DREG_CORRECT_RESULT, fail; 206 /* Pass/Fail handling part */ [all …]
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | ramtest.c | 51 int fail = 0; in quick_ram_check() local 58 fail = 1; in quick_ram_check() 62 fail = 1; in quick_ram_check() 66 fail = 1; in quick_ram_check() 70 fail = 1; in quick_ram_check() 73 if (fail) { in quick_ram_check()
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Protocol_Validator.robot | 39 # Example output and fail count regex: 40 # Summary - PASS: 61, WARN: 1, FAIL: 42, NOT_TESTED: 60 41 # Fail count group returned from regex ['FAIL: 42', '42'] 43 ${fail_count}= Should Match Regexp ${output} FAIL: (\\d+) 45 IF ${fail_count[1]} != 0 Fail Redfish Protocol Validator Failed
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/ |
H A D | fan-fault-poweroff-policy.bb | 1 SUMMARY = "Fan fail mode action for meta-yosemite4 machines" 15 file://fan-rotor-fail-poweroff.yaml \ 20 …install -D ${UNPACKDIR}/fan-rotor-fail-poweroff.yaml ${D}${config_dir}/fan-rotor-fail-poweroff.yaml 25 ${config_dir}/fan-rotor-fail-poweroff.yaml \
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_mbox.py | 51 self.fail( 68 …self.fail('Commit shortlog (first line of commit message) should follow the format "<target>: <sum… 79 self.fail( 95 self.fail( 110 # a meta project may be indicted in the message subject, if this is the case, just fail 116 …self.fail('Series sent to the wrong mailing list or some patches from the series correspond to dif… 124 …self.fail('Series sent to the wrong mailing list or some patches from the series correspond to dif… 132 …self.fail('Series sent to the wrong mailing list or some patches from the series correspond to dif… 137 …self.fail('Series has malformed diff lines. Create the series again using git-format-patch and ens… 143 … self.fail('Please include a commit message on your patch explaining the change', commit=commit) [all …]
|
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/ |
H A D | 0001-fail.py-handle-missing-cgitb.patch | 4 Subject: [PATCH] fail.py: handle missing cgitb 12 from apparmor.fail import enable_aa_exception_handler 13 File "/usr/lib/python3.13/site-packages/apparmor/fail.py", line 12, in <module> 19 utils/apparmor/fail.py | 25 +++++++++++++++---------- 24 diff --git a/utils/apparmor/fail.py b/utils/apparmor/fail.py 26 --- a/utils/apparmor/fail.py 27 +++ b/utils/apparmor/fail.py
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | run-ptest | 3 …FAIL: python3" ; } | sed -u -e '/\.\.\. ok/ s/^/PASS: /g' -r -e '/\.\.\. (ERROR|FAIL)/ s/^/FAIL: /…
|
/openbmc/qemu/block/ |
H A D | dmg.c | 297 goto fail; in dmg_read_mish_block() 312 goto fail; in dmg_read_mish_block() 322 fail: in dmg_read_mish_block() 340 goto fail; in dmg_read_resource_fork() 343 goto fail; in dmg_read_resource_fork() 349 goto fail; in dmg_read_resource_fork() 352 goto fail; in dmg_read_resource_fork() 367 goto fail; in dmg_read_resource_fork() 370 goto fail; in dmg_read_resource_fork() 377 goto fail; in dmg_read_resource_fork() [all …]
|