/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | DENYLIST.s390x | 6 cgrp_local_storage # prog_attach unexpected error: -524 … 12 kprobe_multi_bench_attach # bpf_program__attach_kprobe_multi_opts unexpected error: … 14 ksyms_btf/weak_ksyms* # test_ksyms_weak__open_and_load unexpected error: -22 … 15 ksyms_module # test_ksyms_module__open_and_load unexpected error: -9 … 17 ksyms_module_lskel # test_ksyms_module_lskel__open_and_load unexpected error:… 21 test_lsm # attach unexpected error: -524 … 22 trace_printk # trace_printk__load unexpected error: -2 (errno 2) … 23 trace_vprintk # trace_vprintk__open_and_load unexpected error: -9 … 26 verif_stats # trace_vprintk__open_and_load unexpected error: -9 …
|
H A D | DENYLIST.aarch64 | 1 …ch_api # kprobe_multi_link_api_subtest:FAIL:fentry_raw_skel_load unexpected error: -3 2 …_api # kprobe_multi_link_api_subtest:FAIL:fentry_raw_skel_load unexpected error: -3 6 …any_args # fentry_many_args:FAIL:fentry_many_args_attach unexpected error: -524 7 …any_args # fexit_many_args:FAIL:fexit_many_args_attach unexpected error: -524 8 fill_link_info/kprobe_multi_link_info # bpf_program__attach_kprobe_multi_opts unexpected… 9 fill_link_info/kretprobe_multi_link_info # bpf_program__attach_kprobe_multi_opts unexpected… 10 fill_link_info/kprobe_multi_invalid_ubuff # bpf_program__attach_kprobe_multi_opts unexpected…
|
H A D | test_progs.h | 226 CHECK(!___ok, (name), "unexpected %s: got FALSE\n", (name)); \ 233 CHECK(!___ok, (name), "unexpected %s: got TRUE\n", (name)); \ 243 "unexpected %s: actual %lld != expected %lld\n", \ 254 "unexpected %s: actual %lld == expected %lld\n", \ 265 "unexpected %s: actual %lld >= expected %lld\n", \ 276 "unexpected %s: actual %lld > expected %lld\n", \ 287 "unexpected %s: actual %lld <= expected %lld\n", \ 298 "unexpected %s: actual %lld < expected %lld\n", \ 309 "unexpected %s: actual '%s' != expected '%s'\n", \ 321 "unexpected %s: actual '%.*s' != expected '%.*s'\n", \ [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | io.c | 21 * There are also many cases where write(2) can return an unexpected 51 TEST_ASSERT(count >= 0, "Unexpected count, count: %li", count); in test_write() 59 "Unexpected write failure,\n" in test_write() 64 TEST_FAIL("Unexpected EOF,\n" in test_write() 70 TEST_ASSERT(rc >= 0, "Unexpected ret from write,\n" in test_write() 93 * There are also many cases where read(2) can return an unexpected 128 TEST_ASSERT(count >= 0, "Unexpected count, count: %li", count); in test_read() 136 "Unexpected read failure,\n" in test_read() 141 TEST_FAIL("Unexpected EOF,\n" in test_read() 147 TEST_ASSERT(rc > 0, "Unexpected ret from read,\n" in test_read()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_multi.c | 34 log_err("Unexpected getsockopt 0x%x != 0x80 without BPF", buf); in run_getsockopt_test() 58 log_err("Unexpected getsockopt 0x%x != 0x90", buf); in run_getsockopt_test() 83 log_err("Unexpected getsockopt 0x%x != 0xA0", buf); in run_getsockopt_test() 88 /* Setting unexpected initial sockopt should return EPERM: in run_getsockopt_test() 90 * - child: unexpected 0x40, EPERM in run_getsockopt_test() 91 * - parent: unexpected 0x40, EPERM in run_getsockopt_test() 105 log_err("Unexpected success from getsockopt(IP_TOS)"); in run_getsockopt_test() 111 * - parent: unexpected 0x40, EPERM in run_getsockopt_test() 121 log_err("Unexpected success from getsockopt(IP_TOS)"); in run_getsockopt_test() 146 log_err("Unexpected getsockopt 0x%x != 0xA0", buf); in run_getsockopt_test() [all …]
|
H A D | sockopt_sk.c | 58 log_err("Unexpected getsockopt(IP_TOS) optval 0x%x != 0x08", in getsetsockopt() 68 log_err("Unexpected success from setsockopt(IP_TTL)"); in getsetsockopt() 90 log_err("Unexpected optlen %d != 1", optlen); in getsetsockopt() 94 log_err("Unexpected buf[0] 0x%02x != 0x01", buf.u8[0]); in getsetsockopt() 116 log_err("Unexpected IP_FREEBIND getsockopt, optlen=%d, optval=0x%x", in getsetsockopt() 138 log_err("Unexpected getsockopt(SO_SNDBUF) 0x%x != 0x55AA*2", in getsetsockopt() 161 log_err("Unexpected getsockopt(TCP_CONGESTION) %s != %s", in getsetsockopt() 171 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt() 182 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt() 200 log_err("Unexpected getsockopt(NETLINK_ADD_MEMBERSHIP) err=%d errno=%d", in getsetsockopt() [all …]
|
H A D | hashmap.c | 61 "unexpected result: %d\n", err)) in test_hashmap_generic() 69 "unexpected k/v: %ld=%ld\n", oldk, oldv)) in test_hashmap_generic() 88 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic() 111 "unexpected add result: %d\n", err)) in test_hashmap_generic() 136 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic() 194 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic() 232 "unexpected map entries left: %ld = %ld\n", in test_hashmap_generic() 240 "unexpected map entries left: %ld = %ld\n", in test_hashmap_generic() 276 if (CHECK(err, "hashmap__insert", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface() 280 if (CHECK(err, "hashmap__insert", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface() [all …]
|
H A D | mptcp.c | 94 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_tsk() 97 if (!ASSERT_EQ(val.is_mptcp, 0, "unexpected is_mptcp")) in verify_tsk() 138 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_msk() 141 if (!ASSERT_EQ(val.is_mptcp, 1, "unexpected is_mptcp")) in verify_msk() 144 if (!ASSERT_EQ(val.token, token, "unexpected token")) in verify_msk() 147 if (!ASSERT_EQ(val.first, val.sk, "unexpected first")) in verify_msk() 150 if (!ASSERT_STRNEQ(val.ca_name, ca_name, TCP_CA_NAME_MAX, "unexpected ca_name")) in verify_msk() 255 if (!ASSERT_GE(info.mptcpi_flags, 0, "unexpected mptcpi_flags")) in verify_mptcpify()
|
H A D | tcp_rtt.c | 58 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d", in verify_sk() 64 log_err("%s: unexpected bpf_tcp_sock.dsack_dups %d != %d", in verify_sk() 70 log_err("%s: unexpected bpf_tcp_sock.delivered %d != %d", in verify_sk() 76 log_err("%s: unexpected bpf_tcp_sock.delivered_ce %d != %d", in verify_sk() 82 log_err("%s: unexpected bpf_tcp_sock.icsk_retransmits %d != %d", in verify_sk()
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | inode-tests.c | 303 "unexpected extent wanted start 0 len %u, got start %llu len %llu", in test_btrfs_get_extent() 308 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent() 330 "unexpected extent wanted start %llu len 4, got start %llu len %llu", in test_btrfs_get_extent() 335 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent() 353 "unexpected extent wanted start %llu len 4095, got start %llu len %llu", in test_btrfs_get_extent() 358 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent() 381 "unexpected extent start %llu len %u, got start %llu len %llu", in test_btrfs_get_extent() 386 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent() 410 "unexpected extent wanted start %llu len %u, got start %llu len %llu", in test_btrfs_get_extent() 415 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent() [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 96 check_err $? "Unexpected $phase_name $name param value" 100 check_err $? "Unexpected $phase_name $name debugfs value" 149 check_err $? "Unexpected $phase_name snapshot count" 230 check_fail $? "Unexpected success of devlink reload" 242 check_fail $? "Unexpected success of devlink reload" 321 check_err $? "Unexpected \"size_new\" value (got $size_new, expected $limit)" 327 check_err $? "Unexpected \"size\" value (got $size, expected $limit)" 336 check_fail $? "Unexpected successful route add over limit" 355 check_fail $? "Unexpected successful reload from netns \"testns1\" into netns \"testns2\"" 386 check_err $? "Unexpected driver name $driver" [all …]
|
H A D | nexthop.sh | 119 check_err $? "Unexpected nexthop entry" 160 check_err $? "Unexpected nexthop group entry" 171 check_err $? "Unexpected weighted nexthop group entry" 215 check_err $? "Unexpected nexthop group entry" 231 check_err $? "Unexpected weighted nexthop group entry" 282 check_err $? "Unexpected nexthop group entry" 307 check_err $? "Unexpected nexthop group entry after failure" 329 check_err $? "Unexpected nexthop group entry" 361 check_err $? "Unexpected nexthop group entry after failure" 731 check_err $? "Unexpected nexthop entry" [all …]
|
/openbmc/linux/lib/ |
H A D | hashtable_test.c | 87 KUNIT_FAIL(test, "Unexpected key in hashtable."); in hashtable_test_hash_add() 141 KUNIT_ASSERT_GE_MSG(test, x->key, 0, "Unexpected key in hashtable."); in hashtable_test_hash_for_each() 142 KUNIT_ASSERT_LT_MSG(test, x->key, 3, "Unexpected key in hashtable."); in hashtable_test_hash_for_each() 171 KUNIT_ASSERT_GE_MSG(test, x->key, 0, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_safe() 172 KUNIT_ASSERT_LT_MSG(test, x->key, 3, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_safe() 210 KUNIT_ASSERT_GE_MSG(test, x->data, 0, "Unexpected data in hashtable."); in hashtable_test_hash_for_each_possible() 211 KUNIT_ASSERT_LT_MSG(test, x->data, 4, "Unexpected data in hashtable."); in hashtable_test_hash_for_each_possible() 221 KUNIT_ASSERT_GE_MSG(test, y->key, 0, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible() 222 KUNIT_ASSERT_LE_MSG(test, y->key, 1, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible() 265 KUNIT_ASSERT_GE_MSG(test, x->data, 0, "Unexpected data in hashtable."); in hashtable_test_hash_for_each_possible_safe() [all …]
|
/openbmc/linux/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 105 echo $FUNCNAME $cpu: unexpected fail >&2 108 echo $FUNCNAME $cpu: unexpected offline >&2 118 echo $FUNCNAME $cpu: unexpected success >&2 121 echo $FUNCNAME $cpu: unexpected online >&2 131 echo $FUNCNAME $cpu: unexpected fail >&2 134 echo $FUNCNAME $cpu: unexpected offline >&2 144 echo $FUNCNAME $cpu: unexpected success >&2 147 echo $FUNCNAME $cpu: unexpected offline >&2
|
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/ |
H A D | arch_timer.h | 44 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_get_cntct() 61 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_set_cval() 75 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_get_cval() 92 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_set_tval() 108 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_set_ctl() 122 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_get_ctl()
|
/openbmc/linux/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 86 echo $FUNCNAME $memory: unexpected fail >&2 89 echo $FUNCNAME $memory: unexpected offline >&2 100 echo $FUNCNAME $memory: unexpected success >&2 103 echo $FUNCNAME $memory: unexpected online >&2 114 echo $FUNCNAME $memory: unexpected fail >&2 117 echo $FUNCNAME $memory: unexpected offline >&2 128 echo $FUNCNAME $memory: unexpected success >&2 131 echo $FUNCNAME $memory: unexpected offline >&2
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 95 "Unexpected GOT/PLT entries detected!") 104 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!") 109 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 114 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 119 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
/openbmc/linux/tools/lib/perf/tests/ |
H A D | test-threadmap.c | 22 __T("Unexpected number of threads", perf_thread_map__nr(threads) == nr); in test_threadmap_array() 25 __T("Unexpected initial value of thread", in test_threadmap_array() 32 __T("Unexpected value of thread 0", in test_threadmap_array() 36 __T("Unexpected thread value", in test_threadmap_array()
|
/openbmc/linux/Documentation/infiniband/ |
H A D | tag_matching.rst | 24 this is an expected message, otherwise it is called an unexpected message. 45 unexpected message list. The application posts receive buffers through calls 52 placed in the unexpected message list. Otherwise the match is processed, 58 the software unexpected message list for a matching receive. If a match is 68 hardware, as the matching unexpected message is being passed from the hardware
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | judgelitmus.sh | 74 echo '!!! Unexpected data race modeled' $litmus 122 echo " !!! Unexpected non-$outcome verification" $litmus 125 echo " !!! Unexpected non-$outcome verification" >> $LKMM_DESTDIR/$litmusout 2>&1 131 echo " !!! Unexpected non-$outcome deadlock" $litmus 134 echo " !!! Unexpected non-$outcome deadlock" $litmus >> $LKMM_DESTDIR/$litmusout 2>&1 146 flag="!!! Unexpected"
|
/openbmc/linux/tools/testing/selftests/safesetid/ |
H A D | safesetid-test.c | 295 die("unexpected success\n"); in test_setuid() 299 die("unexpected failure\n"); in test_setuid() 311 die("unexpected signal: %d\n", wstatus); in test_setuid() 314 die("unexpected status: %d\n", wstatus); in test_setuid() 351 die("unexpected success\n"); in test_setgid() 355 die("unexpected failure\n"); in test_setgid() 367 die("unexpected signal: %d\n", wstatus); in test_setgid() 370 die("unexpected status: %d\n", wstatus); in test_setgid() 416 die("unexpected success\n"); in test_setgroups() 420 die("unexpected failure\n"); in test_setgroups() [all …]
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_slave.c | 80 BADF("Unexpected send start condition in state %d\n", dev->mode); in smbus_i2c_event() 105 BADF("Unexpected recv start condition in state %d\n", dev->mode); in smbus_i2c_event() 123 BADF("Unexpected stop during receive\n"); in smbus_i2c_event() 146 BADF("Unexpected NACK in state %d\n", dev->mode); in smbus_i2c_event() 174 BADF("Unexpected read in state %d\n", dev->mode); in smbus_i2c_recv() 197 BADF("Unexpected write in state %d\n", dev->mode); in smbus_i2c_send()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | pel_utils.py | 263 From the given unexpected SRC list, check if any unexpected SRC created 267 unexpected_src_list Give unexpected SRCs in the list format. 276 print("Unexpected SRC list is empty.") 280 print("Found an unexpected SRC : " + src) 283 raise PeltoolException("Unexpected SRC found.") 287 "Failed to verify unexpected SRC list : " + str(exception)
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | lkdtm.h | 14 pr_err("Unexpected! This %s was built with " #kconfig "=y\n", \ 32 pr_err("Unexpected! This %s was built with " #kconfig "=y and booted with '" param "=Y'\n", \ 36 …pr_err("Unexpected! This %s was built with " #kconfig "=y (and booted without '" param "' specifie… 46 … pr_err("Unexpected! This %s was built *without* " #kconfig "=y but booted with '" param "=Y'\n", \
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | trap.c | 49 error("unexpected si_code: 0x%x != 0", si->si_code); in sig_handler() 60 error("unexpected signal 0x%x\n", sig); in sig_handler() 94 error("unexpected SIGFPE count: %d != 2", sigfpe_count); in main() 97 error("unexpected SIGILL count: %d != 0", sigill_count); in main()
|