Home
last modified time | relevance | path

Searched full:unexpected (Results 1 – 25 of 1608) sorted by relevance

12345678910>>...65

/Linux-v6.1/tools/testing/selftests/bpf/
DDENYLIST.s390x11 dummy_st_ops # test_run unexpected error: -524 (errno 524) …
13 fentry_test # fentry_first_attach unexpected error: -524 …
14 fexit_bpf2bpf # freplace_attach_trace unexpected error: -524 …
17 fexit_test # fexit_first_attach unexpected error: -524 …
19 get_func_ip_test # get_func_ip_test__attach unexpected error: -524 …
21 kfree_skb # attach fentry unexpected error: -524 …
23 ksyms_module # test_ksyms_module__open_and_load unexpected error: -9 …
25 ksyms_module_lskel # test_ksyms_module_lskel__open_and_load unexpected error:…
32 recursion # skel_attach unexpected error: -524 …
36 sk_storage_tracing # test_sk_storage_tracing__attach unexpected error: -524 …
[all …]
Dtest_progs.h216 CHECK(!___ok, (name), "unexpected %s: got FALSE\n", (name)); \
223 CHECK(!___ok, (name), "unexpected %s: got TRUE\n", (name)); \
233 "unexpected %s: actual %lld != expected %lld\n", \
244 "unexpected %s: actual %lld == expected %lld\n", \
255 "unexpected %s: actual %lld >= expected %lld\n", \
266 "unexpected %s: actual %lld > expected %lld\n", \
277 "unexpected %s: actual %lld <= expected %lld\n", \
288 "unexpected %s: actual %lld < expected %lld\n", \
299 "unexpected %s: actual '%s' != expected '%s'\n", \
311 "unexpected %s: actual '%.*s' != expected '%.*s'\n", \
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/lib/
Dio.c21 * 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()
/Linux-v6.1/fs/btrfs/tests/
Dinode-tests.c290 "unexpected extent wanted start 0 len 5, got start %llu len %llu", in test_btrfs_get_extent()
295 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent()
313 "unexpected extent wanted start %llu len 1, got start %llu len %llu", in test_btrfs_get_extent()
318 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent()
340 "unexpected extent wanted start %llu len 4, got start %llu len %llu", in test_btrfs_get_extent()
345 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent()
363 "unexpected extent wanted start %llu len 4095, got start %llu len %llu", in test_btrfs_get_extent()
368 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent()
391 "unexpected extent start %llu len %u, got start %llu len %llu", in test_btrfs_get_extent()
396 test_err("unexpected flags set, want 0 have %lu", em->flags); in test_btrfs_get_extent()
[all …]
/Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh84 check_err $? "Unexpected $phase_name $name param value"
88 check_err $? "Unexpected $phase_name $name debugfs value"
137 check_err $? "Unexpected $phase_name snapshot count"
218 check_fail $? "Unexpected success of devlink reload"
230 check_fail $? "Unexpected success of devlink reload"
306 check_err $? "Unexpected \"size_new\" value (got $size_new, expected $limit)"
312 check_err $? "Unexpected \"size\" value (got $size, expected $limit)"
321 check_fail $? "Unexpected successful route add over limit"
340 check_fail $? "Unexpected successful reload from netns \"testns1\" into netns \"testns2\""
368 check_err $? "Unexpected driver name $driver"
[all …]
Dnexthop.sh119 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 …]
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dsockopt_multi.c82 log_err("Unexpected getsockopt 0x%x != 0x80 without BPF", buf); in run_getsockopt_test()
105 log_err("Unexpected getsockopt 0x%x != 0x90", buf); in run_getsockopt_test()
129 log_err("Unexpected getsockopt 0x%x != 0xA0", buf); in run_getsockopt_test()
134 /* Setting unexpected initial sockopt should return EPERM: in run_getsockopt_test()
136 * - child: unexpected 0x40, EPERM in run_getsockopt_test()
137 * - parent: unexpected 0x40, EPERM in run_getsockopt_test()
151 log_err("Unexpected success from getsockopt(IP_TOS)"); in run_getsockopt_test()
157 * - parent: unexpected 0x40, EPERM in run_getsockopt_test()
170 log_err("Unexpected success from getsockopt(IP_TOS)"); in run_getsockopt_test()
195 log_err("Unexpected getsockopt 0x%x != 0xA0", buf); in run_getsockopt_test()
[all …]
Dsockopt_sk.c57 log_err("Unexpected getsockopt(IP_TOS) optval 0x%x != 0x08", in getsetsockopt()
67 log_err("Unexpected success from setsockopt(IP_TTL)"); in getsetsockopt()
89 log_err("Unexpected optlen %d != 1", optlen); in getsetsockopt()
93 log_err("Unexpected buf[0] 0x%02x != 0x01", buf.u8[0]); in getsetsockopt()
115 log_err("Unexpected IP_FREEBIND getsockopt, optlen=%d, optval=0x%x", in getsetsockopt()
137 log_err("Unexpected getsockopt(SO_SNDBUF) 0x%x != 0x55AA*2", in getsetsockopt()
160 log_err("Unexpected getsockopt(TCP_CONGESTION) %s != %s", in getsetsockopt()
170 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt()
181 log_err("Unexpected getsockopt(TCP_ZEROCOPY_RECEIVE) err=%d errno=%d", in getsetsockopt()
Dmptcp.c32 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_tsk()
35 if (!ASSERT_EQ(val.is_mptcp, 0, "unexpected is_mptcp")) in verify_tsk()
76 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_msk()
79 if (!ASSERT_EQ(val.is_mptcp, 1, "unexpected is_mptcp")) in verify_msk()
82 if (!ASSERT_EQ(val.token, token, "unexpected token")) in verify_msk()
85 if (!ASSERT_EQ(val.first, val.sk, "unexpected first")) in verify_msk()
88 if (!ASSERT_STRNEQ(val.ca_name, ca_name, TCP_CA_NAME_MAX, "unexpected ca_name")) in verify_msk()
Dhashmap.c60 "unexpected result: %d\n", err)) in test_hashmap_generic()
68 "unexpected k/v: %p=%p\n", oldk, oldv)) in test_hashmap_generic()
89 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic()
112 "unexpected add result: %d\n", err)) in test_hashmap_generic()
137 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic()
197 "unexpected map capacity: %zu\n", hashmap__capacity(map))) in test_hashmap_generic()
237 "unexpected map entries left: %ld = %ld\n", in test_hashmap_generic()
245 "unexpected map entries left: %ld = %ld\n", in test_hashmap_generic()
350 "unexpected find\n")) in test_hashmap_empty()
353 "unexpected delete\n")) in test_hashmap_empty()
[all …]
Dtcp_rtt.c57 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d", in verify_sk()
63 log_err("%s: unexpected bpf_tcp_sock.dsack_dups %d != %d", in verify_sk()
69 log_err("%s: unexpected bpf_tcp_sock.delivered %d != %d", in verify_sk()
75 log_err("%s: unexpected bpf_tcp_sock.delivered_ce %d != %d", in verify_sk()
81 log_err("%s: unexpected bpf_tcp_sock.icsk_retransmits %d != %d", in verify_sk()
Dsection_names.c173 "prog: unexpected rc=%d for %s\n", rc, test->sec_name); in test_prog_type_by_name()
179 "prog: unexpected prog_type=%d for %s\n", in test_prog_type_by_name()
183 "check_attach_type", "prog: unexpected expected_attach_type=%d for %s\n", in test_prog_type_by_name()
195 "attach: unexpected rc=%d for %s\n", rc, test->sec_name); in test_attach_type_by_name()
201 "check_attach_type", "attach: unexpected attach_type=%d for %s\n", in test_attach_type_by_name()
Dxdp_info.c20 if (CHECK(prog_id, "prog_id_none", "unexpected prog_id=%u\n", prog_id)) in serial_test_xdp_info()
26 if (CHECK(prog_id, "prog_id_none_skb", "unexpected prog_id=%u\n", in serial_test_xdp_info()
61 if (CHECK(prog_id, "prog_id_drv", "unexpected prog_id=%u\n", prog_id)) in serial_test_xdp_info()
/Linux-v6.1/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh105 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
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Demulator_error_test.c59 "Unexpected exit reason: %u (%s)", in process_exit_on_emulation_error()
64 "Unexpected suberror: %u", in process_exit_on_emulation_error()
75 "Unexpected instruction size: %u", in process_exit_on_emulation_error()
79 "Unexpected instruction. Expected 'flds' (0xd9 /0)"); in process_exit_on_emulation_error()
116 "Unexpected exit reason: %u (%s)", in process_ucall_done()
121 "Unexpected ucall command: %lu, expected UCALL_DONE (%d)", in process_ucall_done()
131 "Unexpected exit reason: %u (%s)", in process_ucall()
145 TEST_ASSERT(false, "Unexpected ucall"); in process_ucall()
/Linux-v6.1/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh86 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
/Linux-v6.1/arch/x86/boot/compressed/
Dvmlinux.lds.S92 "Unexpected GOT/PLT entries detected!")
101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
106 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")
111 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!")
116 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
/Linux-v6.1/arch/riscv/include/asm/
Dasm.h20 #error "Unexpected __riscv_xlen"
52 #error "Unexpected __SIZEOF_POINTER__"
60 #error "Unexpected __SIZEOF_INT__"
68 #error "Unexpected __SIZEOF_SHORT__"
/Linux-v6.1/tools/lib/perf/tests/
Dtest-threadmap.c22 __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()
/Linux-v6.1/Documentation/infiniband/
Dtag_matching.rst24 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
/Linux-v6.1/tools/testing/selftests/safesetid/
Dsafesetid-test.c295 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 …]
/Linux-v6.1/tools/memory-model/scripts/
Djudgelitmus.sh59 echo " !!! Unexpected non-$outcome verification" $litmus
62 echo " !!! Unexpected non-$outcome verification" >> $LKMM_DESTDIR/$litmus.out 2>&1
70 echo " !!! Unexpected non-$outcome verification" $litmus
73 echo " !!! Unexpected non-$outcome verification" >> $LKMM_DESTDIR/$litmus.out 2>&1
/Linux-v6.1/drivers/misc/lkdtm/
Dlkdtm.h14 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", \
/Linux-v6.1/fs/overlayfs/
DKconfig26 feature will have unexpected results.
60 that doesn't support this feature will have unexpected results.
85 that doesn't support this feature will have unexpected results.
124 that doesn't support this feature will have unexpected results.
/Linux-v6.1/tools/testing/selftests/net/
Daltnames.sh30 check_err $? "Got unexpected short alternative name from link show JSON"
45 check_err $? "Got unexpected long alternative name from link show JSON"
51 check_fail $? "Unexpected success while trying to do link show with deleted short alternative name"

12345678910>>...65