/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/linux/arch/powerpc/platforms/ps3/ |
H A D | interrupt.c | 23 #define FAIL udbg_printf macro 26 #define FAIL pr_debug macro 185 FAIL("%s:%d: irq_create_mapping failed: outlet %lu\n", in ps3_virq_setup() 197 FAIL("%s:%d: irq_set_chip_data failed\n", in ps3_virq_setup() 252 FAIL("%s:%d: ps3_virq_setup failed\n", __func__, __LINE__); in ps3_irq_plug_setup() 264 FAIL("%s:%d: lv1_connect_irq_plug_ext failed: %s\n", in ps3_irq_plug_setup() 301 FAIL("%s:%d: lv1_disconnect_irq_plug_ext failed: %s\n", in ps3_irq_plug_destroy() 329 FAIL("%s:%d: lv1_construct_event_receive_port failed: %s\n", in ps3_event_receive_port_setup() 362 FAIL("%s:%d: lv1_destruct_event_receive_port failed: %s\n", in ps3_event_receive_port_destroy() 406 FAIL("%s:%d: lv1_connect_interrupt_event_receive_port" in ps3_sb_event_receive_port_setup() [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/linux/scripts/dtc/ |
H A D | checks.c | 119 #define FAIL(c, dti, node, ...) \ macro 202 FAIL(c, dti, node, "always_fail check"); in check_always_fail() 285 FAIL(c, dti, child2, "Duplicate node name"); in check_duplicate_node_names() 318 FAIL(c, dti, node, "Bad character '%c' in node name", in check_node_name_chars() 329 FAIL(c, dti, node, "Character '%c' not recommended in node name", in check_node_name_chars_strict() 338 FAIL(c, dti, node, "multiple '@' characters in node name"); in check_node_name_format() 350 FAIL(c, dti, node, "node name and property name conflict"); in check_node_name_vs_property_name() 375 FAIL(c, dti, node, "node has a reg or ranges property, but no unit name"); in check_unit_address_vs_reg() 378 FAIL(c, dti, node, "node has a unit name, but no reg or ranges property"); in check_unit_address_vs_reg() 458 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | DENYLIST.aarch64 | 1 bpf_cookie/multi_kprobe_attach_api # kprobe_multi_link_api_subtest:FAIL:fentry_raw_sk… 2 bpf_cookie/multi_kprobe_link_api # kprobe_multi_link_api_subtest:FAIL:fentry_raw_sk… 6 fentry_test/fentry_many_args # fentry_many_args:FAIL:fentry_many_args_attach un… 7 fexit_test/fexit_many_args # fexit_many_args:FAIL:fexit_many_args_attach unex…
|
H A D | test_xdp_redirect_multi.sh | 33 FAIL=0 50 FAIL=$((FAIL + 1)) 213 echo "Summary: PASS $PASS, FAIL $FAIL" 214 [ $FAIL -eq 0 ] && exit 0 || exit 1
|
/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/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 139 FAIL, enumerator 174 result(llen, ret ? FAIL : OK); in expect_zr() 188 result(llen, ret ? FAIL : OK); in expect_nz() 202 result(llen, ret ? FAIL : OK); in expect_eq() 216 result(llen, ret ? FAIL : OK); in expect_ne() 230 result(llen, ret ? FAIL : OK); in expect_ge() 244 result(llen, ret ? FAIL : OK); in expect_gt() 258 result(llen, ret ? FAIL : OK); in expect_le() 272 result(llen, ret ? FAIL : OK); in expect_lt() 288 result(llen, FAIL); in expect_syszr() [all …]
|
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | logging.h | 53 const char *FAIL = FAIL_NORMAL; variable 76 FAIL = FAIL_COLOR; in log_color() 80 FAIL = FAIL_NORMAL; in log_color() 145 fprintf(stderr, "\t%s: "message, FAIL, ##args); \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | run-ptest | 70 lsmod | grep l2tp_ppp > /dev/null || exit_cus "FAIL: Load module l2tp_ppp" 2 80 mkdir -p $OPENL2TP_DIR/results || exit_cus "FAIL: mkdir $OPENL2TP_DIR/results" 2 81 cp /usr/bin/l2tpconfig ${OPENL2TP_DIR} || exit_cus "FAIL: copy /usr/bin/l2tpconfig to ${OPENL2TP_DI… 92 echo "FAIL: openl2tp"
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp1_transition.c | 58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition() 96 if (input->link_maintenance == FAIL) { in mod_hdcp_hdcp1_transition() 184 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_dp_transition() 246 if (input->link_integrity_check == FAIL || in mod_hdcp_hdcp1_dp_transition() 247 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp1_dp_transition() 254 if (input->link_integrity_check == FAIL || in mod_hdcp_hdcp1_dp_transition() 255 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp1_dp_transition()
|
/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/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/phosphor-bmc-code-mgmt/bmc/ |
H A D | update_manager.cpp | 69 report<SoftwareErrors::InternalFailure>(InternalFail::FAIL("mkdtemp")); in processImage() 110 ImageFail::FAIL("Failed to read machine name"), in processImage() 127 ImageFail::FAIL("Machine name does not match"), in processImage() 136 ImageFail::FAIL("MANIFEST is missing machine name"), in processImage() 166 ImageFail::FAIL("Purpose is not supported"), in processImage() 196 ImageFail::FAIL("Image is invalid"), in processImage()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 181 FAIL("map_lookup: have %#llx, want %#llx", in test_lookup_after_insert() 702 FAIL("%s: incomplete write", log_prefix); in redir_to_connected() 711 FAIL("%s: want pass count 1, have %d", log_prefix, pass); in redir_to_connected() 716 FAIL("%s: incomplete recv", log_prefix); in redir_to_connected() 810 FAIL("%s: incomplete write", log_prefix); in redir_to_listening() 819 FAIL("%s: want drop count 1, have %d", log_prefix, drop); in redir_to_listening() 898 FAIL("incomplete write"); in redir_partial() 902 FAIL("expect %zu, received %d", sizeof(buf) - 1, n); in redir_partial() 1004 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening() 1105 FAIL("want drop count 1, have %d", drop); in test_reuseport_select_connected() [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/linux/tools/testing/selftests/futex/ |
H A D | README | 37 results are printed to stdout, while intermediate ERROR or FAIL messages are 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 45 FAIL: Reason for test failure 48 # there may be multiple ERROR or FAIL messages 49 Result: (PASS|FAIL|ERROR)
|
/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/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/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/lib/ |
H A D | openbmc_ffdc.robot | 46 ... By default this will log Test status PASS/FAIL format 48 ... 20160822041250969913:Test:Test case 2:FAIL 55 Run Keyword If '${TEST_STATUS}' == 'FAIL' Launch FFDC
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 62 pm8001_dbg(pm8001_ha, FAIL, "TIMEOUT:MEMBASE_II_SHIFT_REGISTER = 0x%x\n", in pm80xx_bar4_shift() 319 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_get_fatal_dump() 343 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_get_fatal_dump() 1012 pm8001_dbg(pm8001_ha, FAIL, in mpi_init_check() 1126 pm8001_dbg(pm8001_ha, FAIL, in init_pci_device_addresses() 1140 pm8001_dbg(pm8001_ha, FAIL, in init_pci_device_addresses() 1439 pm8001_dbg(pm8001_ha, FAIL, "Firmware is not ready!\n"); in pm80xx_chip_init() 1449 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_chip_init() 1506 pm8001_dbg(pm8001_ha, FAIL, in mpi_uninit_check() 1528 pm8001_dbg(pm8001_ha, FAIL, "TIMEOUT:IBDB value/=%x\n", value); in mpi_uninit_check() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_sta.c | 38 STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 39 STATS_OP_FMT(FAIL).he[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 45 STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 46 STATS_OP_FMT(FAIL).vht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 52 STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 53 STATS_OP_FMT(FAIL).ht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 61 STATS_OP_FMT(FAIL).legacy[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 62 STATS_OP_FMT(FAIL).legacy[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 110 STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 111 STATS_OP_FMT(FAIL).nss[0][nss] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() [all …]
|