Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/qemu/tests/tcg/s390x/
H A Dcvb.c19 #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 Dcipher.cpp51 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()
397 FAIL() << "EVP_DecryptUpdate failed"; in TEST()
438 FAIL() << "RAND_bytes failed"; in TEST()
[all …]
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dinterrupt.c23 #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()
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()
406 FAIL("%s:%d: lv1_connect_interrupt_event_receive_port" in ps3_sb_event_receive_port_setup()
475 FAIL("%s:%d: lv1_construct_io_irq_outlet failed: %s\n", in ps3_io_irq_setup()
505 FAIL("%s:%d: lv1_destruct_io_irq_outlet failed: %s\n", in ps3_io_irq_destroy()
590 FAIL("%s:%d: lv1_get_spe_irq_outlet failed: %s\n", in ps3_spe_irq_setup()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A DDENYLIST.aarch641 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 Dtest_xdp_redirect_multi.sh33 FAIL=0
50 FAIL=$((FAIL + 1))
213 echo "Summary: PASS $PASS, FAIL $FAIL"
214 [ $FAIL -eq 0 ] && exit 0 || exit 1
/openbmc/linux/scripts/dtc/
H A Dchecks.c119 #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()
1064 FAIL(c, dti, node, "missing or empty reg property"); in check_i2c_bus_reg()
1155 FAIL(c, dti, node, "missing or empty reg property"); in check_spi_bus_reg()
1583 FAIL(c, dti, node, in check_interrupt_provider()
1589 FAIL(c, dti, node, in check_interrupt_provider()
1609 FAIL(c, dti, node, in check_interrupt_map()
1721 FAIL(c, dti, irq_node, in check_interrupts_property()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c100 #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()
463 FAIL(c, dti, node, "%s is a reference to another node", in check_phandle_prop()
702 FAIL(c, dti, node, "Root node has a \"reg\" property"); in check_reg_format()
791 FAIL(c, dti, node, "missing bus-range for PCI bridge"); in check_pci_bridge()
850 FAIL(c, dti, node, "missing PCI reg property"); in check_pci_device_reg()
1052 FAIL(c, dti, node, "chosen node must be at root node"); in check_chosen_node_is_root()
1332 FAIL(c, dti, irq_node, in check_interrupts_property()
[all …]
/openbmc/linux/tools/testing/selftests/futex/include/
H A Dlogging.h53 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/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c139 FAIL, enumerator
288 result(llen, FAIL); in expect_syszr()
308 result(llen, FAIL); in expect_syseq()
328 result(llen, FAIL); in expect_sysne()
356 result(llen, FAIL); in expect_syserr2()
375 result(llen, FAIL); in expect_ptrzr()
394 result(llen, FAIL); in expect_ptrnz()
412 result(llen, FAIL); in expect_ptreq()
430 result(llen, FAIL); in expect_ptrne()
510 result(llen, FAIL); in expect_ptrerr2()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest72 lsmod | grep l2tp_ppp > /dev/null || exit_cus "FAIL: Load module l2tp_ppp" 2
82 mkdir -p $OPENL2TP_DIR/results || exit_cus "FAIL: mkdir $OPENL2TP_DIR/results" 2
83 cp /usr/bin/l2tpconfig ${OPENL2TP_DIR} || exit_cus "FAIL: copy /usr/bin/l2tpconfig to ${OPENL2TP_DI…
94 echo "FAIL: openl2tp"
/openbmc/qemu/target/arm/tcg/
H A Dsme-fa64.decode36 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/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp1_transition.c58 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/tests/tcg/tricore/c/
H A Dtestdev_assert.h10 #define FAIL 1 macro
14 *testdev = FAIL; in testdev_assert()
/openbmc/phosphor-bmc-code-mgmt/
H A Dupdate_manager.cpp69 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/u-boot/test/fs/
H A Dfs-test.sh420 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/openbmc/poky/meta/recipes-core/libxml/libxml2/
H A Drun-ptest12 ./$T && echo PASS: $T || echo FAIL: $T
18 python3 ./$T && echo PASS: $T || echo FAIL: $T
/openbmc/linux/tools/testing/selftests/futex/
H A DREADME37 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/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c181 FAIL("map_lookup: have %#llx, want %#llx", in test_lookup_after_insert()
702 FAIL("%s: incomplete write", log_prefix); 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()
898 FAIL("incomplete write"); in redir_partial()
1383 FAIL("%s: incomplete recv", log_prefix); in unix_redir_to_connected()
1502 FAIL("add_to_sockmap failed"); in vsock_unix_redir_connectible()
1518 FAIL("%s: incomplete recv", log_prefix); in vsock_unix_redir_connectible()
1703 FAIL("%s: incomplete recv", log_prefix); in udp_redir_to_connected()
1791 FAIL("%s: incomplete recv", log_prefix); in inet_unix_redir_to_connected()
[all …]
/openbmc/qemu/scripts/coccinelle/
H A Duse-error_fatal.cocci5 expression ERR, EC, FAIL;
17 - if (FAIL) {
/openbmc/qemu/python/
H A Davocado.cfg12 # Show full stdout/stderr only on tests that FAIL
13 output.testlogs.statuses = ['FAIL']
/openbmc/boost-dbus/test/
H A Davahi.cpp47 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 DdbusPropertiesServer.cpp146 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DImage.metadata.yaml14 - str: "FAIL=%s"
19 - str: "FAIL=%s"
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc.robot46 ... 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/openbmc/poky/meta/recipes-extended/bash/bash/
H A Dtest-output.patch4 Subject: [PATCH 1/2] Add FAIL/PASS output to test output.
31 + echo "FAIL: $x"

123456