| /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/phosphor-net-ipmid/test/ |
| H A D | cipher.cpp | 51 FAIL() << "Generating Key1 failed"; in TEST() 62 FAIL() << "Generating integrity data failed"; in TEST() 99 FAIL() << "Generating Key1 failed"; in TEST() 110 FAIL() << "Generating integrity data failed"; in TEST() 214 FAIL() << "Generating Key1 failed"; in TEST() 225 FAIL() << "Generating integrity data failed"; in TEST() 263 FAIL() << "Generating Key1 failed"; in TEST() 274 FAIL() << "Generating integrity data failed"; in TEST() 364 FAIL() << "Generating K2 for confidentiality algorithm failed"; in TEST() 383 FAIL() << "EVP_DecryptInit_ex failed for type AES-CBC-128"; in TEST() [all …]
|
| /openbmc/qemu/tests/tcg/tricore/c/ |
| H A D | testdev_assert.h | 10 #define FAIL 1 macro 14 *testdev = FAIL; in testdev_assert()
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | checks.c | 100 #define FAIL(c, dti, node, ...) \ macro 175 FAIL(c, dti, node, "always_fail check"); in check_always_fail() 258 FAIL(c, dti, node, "Duplicate node name"); in check_duplicate_node_names() 290 FAIL(c, dti, node, "Bad character '%c' in node name", in check_node_name_chars() 301 FAIL(c, dti, node, "Character '%c' not recommended in node name", in check_node_name_chars_strict() 310 FAIL(c, dti, node, "multiple '@' characters in node name"); in check_node_name_format() 328 FAIL(c, dti, node, "node has a reg or ranges property, but no unit name"); in check_unit_address_vs_reg() 331 FAIL(c, dti, node, "node has a unit name, but no reg property"); in check_unit_address_vs_reg() 411 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label() 463 FAIL(c, dti, node, "%s is a reference to another node", in check_phandle_prop() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | run-ptest | 69 lsmod | grep l2tp_ppp > /dev/null || exit_cus "FAIL: Load module l2tp_ppp" 2 79 mkdir -p $OPENL2TP_DIR/results || exit_cus "FAIL: mkdir $OPENL2TP_DIR/results" 2 80 cp /usr/bin/l2tpconfig ${OPENL2TP_DIR} || exit_cus "FAIL: copy /usr/bin/l2tpconfig to ${OPENL2TP_DI… 91 echo "FAIL: openl2tp"
|
| /openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | run-ptest | 12 ./$T && echo PASS: $T || echo FAIL: $T 18 python3 ./$T && echo PASS: $T || echo FAIL: $T
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sme-fa64.decode | 36 FAIL 0--0 111- ---- ---- ---- ---- ---- ---- # Advanced SIMD vector operations 46 FAIL 01-1 111- ---- ---- ---- ---- ---- ---- # Advanced SIMD single-element operations 49 FAIL 0-00 110- ---- ---- ---- ---- ---- ---- # Advanced SIMD structure load/store 50 FAIL 1100 1110 ---- ---- ---- ---- ---- ---- # Advanced SIMD cryptography extensions 51 FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | use-error_fatal.cocci | 5 expression ERR, EC, FAIL; 17 - if (FAIL) {
|
| /openbmc/qemu/python/ |
| H A D | avocado.cfg | 12 # Show full stdout/stderr only on tests that FAIL 13 output.testlogs.statuses = ['FAIL']
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | Redfish_Protocol_Validator.robot | 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+)
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | update_manager.cpp | 68 report<SoftwareErrors::InternalFailure>(InternalFail::FAIL("mkdtemp")); in processImage() 109 ImageFail::FAIL("Failed to read machine name"), in processImage() 126 ImageFail::FAIL("Machine name does not match"), in processImage() 135 ImageFail::FAIL("MANIFEST is missing machine name"), in processImage() 165 ImageFail::FAIL("Purpose is not supported"), in processImage() 195 ImageFail::FAIL("Image is invalid"), in processImage()
|
| H A D | image_manager.cpp | 101 report<InternalFailure>(InternalFail::FAIL("mkdtemp")); in processImage() 144 report<ImageFailure>(ImageFail::FAIL("Failed to read machine name"), in processImage() 160 ImageFail::FAIL("Machine name does not match"), in processImage() 169 ImageFail::FAIL("MANIFEST is missing machine name"), in processImage()
|
| /openbmc/u-boot/test/fs/ |
| H A D | fs-test.sh | 420 echo FAIL - "$1" 421 FAIL=$((FAIL + 1)) 462 FAIL=0 557 TOTAL_FAIL=$((TOTAL_FAIL + FAIL)) 559 echo "Summary: PASS: $PASS FAIL: $FAIL" 610 TOTAL_FAIL=$((TOTAL_FAIL + FAIL)) 612 echo "Summary: PASS: $PASS FAIL: $FAIL"
|
| /openbmc/boost-dbus/test/ |
| H A D | avahi.cpp | 47 FAIL() << "Callback was never called\n"; in TEST() 87 FAIL() << "Callback was never called\n"; in TEST() 97 FAIL() << "Callback was never called\n"; in TEST() 235 FAIL() << "Callback was never called\n"; in TEST() 248 FAIL() << ec; in TEST() 275 FAIL(); in TEST() 291 FAIL() << "Callback was never called\n"; in TEST() 306 FAIL() << ec; in TEST()
|
| H A D | dbusPropertiesServer.cpp | 146 FAIL() << ec << error; in TEST() 166 FAIL() << "Unknown path: " << path; in TEST() 195 FAIL() << ec << error; in TEST() 297 FAIL() << ec << error; in TEST() 342 FAIL() << ec; in TEST() 362 FAIL() << ec; in TEST()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | openbmc_ffdc.robot | 48 ... By default this will log Test status PASS/FAIL format 50 ... 20160822041250969913:Test:Test case 2:FAIL 57 Run Keyword If '${TEST_STATUS}' == 'FAIL' Launch FFDC
|
| /openbmc/phosphor-modbus/tests/ |
| H A D | modbus_server_tester.cpp | 121 FAIL() << "Server received unknown request function code " in processMessage() 140 FAIL() << "Invalid readHoldingRegisters request size:" << requestSize in processReadHoldingRegisters() 164 FAIL() << "Invalid register offset:" << registerOffset; in processReadHoldingRegisters()
|
| /openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
| H A D | test-output.patch | 4 Subject: [PATCH] Add FAIL/PASS output to test output. 31 + echo "FAIL: $x"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | run-ptest | 77 failed_tests=`grep FAIL: ${LOG} | awk '{print $2}'` 87 failed=`grep FAIL: ${LOG}|wc -l`
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
| H A D | keyutils-test-fix-output-format.patch | 11 where the result can be PASS, FAIL, or SKIP, and the testname can be any 32 + echo "FAIL: $i"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl/ |
| H A D | run-ptest | 13 echo FAIL: $i;
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/files/ |
| H A D | run-ptest | 9 echo FAIL: $i;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/json-c/json-c/ |
| H A D | run-ptest | 17 echo FAIL: $i
|
| /openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/ |
| H A D | Fix-the-test-output-format.patch | 38 + echo 'FAIL: numactl regress' 57 + echo "FAIL: $1"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/ |
| H A D | test.sh | 22 echo FAIL: $TESTNAME
|