/Linux-v5.15/tools/testing/selftests/kvm/lib/ |
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()
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | test_progs.h | 136 CHECK(!___ok, (name), "unexpected %s: got FALSE\n", (name)); \ 143 CHECK(!___ok, (name), "unexpected %s: got TRUE\n", (name)); \ 153 "unexpected %s: actual %lld != expected %lld\n", \ 164 "unexpected %s: actual %lld == expected %lld\n", \ 175 "unexpected %s: actual %lld >= expected %lld\n", \ 186 "unexpected %s: actual %lld > expected %lld\n", \ 197 "unexpected %s: actual %lld <= expected %lld\n", \ 208 "unexpected %s: actual %lld < expected %lld\n", \ 219 "unexpected %s: actual '%s' != expected '%s'\n", \ 231 "unexpected %s: actual '%.*s' != expected '%.*s'\n", \ [all …]
|
/Linux-v5.15/fs/btrfs/tests/ |
D | inode-tests.c | 290 "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-v5.15/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 84 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 …]
|
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 …]
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_multi.c | 82 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 …]
|
D | sockopt_sk.c | 57 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()
|
D | hashmap.c | 60 "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 …]
|
D | tcp_rtt.c | 59 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d", in verify_sk() 65 log_err("%s: unexpected bpf_tcp_sock.dsack_dups %d != %d", in verify_sk() 71 log_err("%s: unexpected bpf_tcp_sock.delivered %d != %d", in verify_sk() 77 log_err("%s: unexpected bpf_tcp_sock.delivered_ce %d != %d", in verify_sk() 83 log_err("%s: unexpected bpf_tcp_sock.icsk_retransmits %d != %d", in verify_sk()
|
D | section_names.c | 173 "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()
|
D | xdp_info.c | 20 if (CHECK(prog_id, "prog_id_none", "unexpected prog_id=%u\n", prog_id)) in test_xdp_info() 26 if (CHECK(prog_id, "prog_id_none_skb", "unexpected prog_id=%u\n", in test_xdp_info() 61 if (CHECK(prog_id, "prog_id_drv", "unexpected prog_id=%u\n", prog_id)) in test_xdp_info()
|
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
D | emulator_error_test.c | 69 "Unexpected exit reason: %u (%s)", in process_exit_on_emulation_error() 74 "Unexpected suberror: %u", in process_exit_on_emulation_error() 85 "Unexpected instruction size: %u", in process_exit_on_emulation_error() 89 "Unexpected instruction. Expected 'flds' (0xd9 /0)"); in process_exit_on_emulation_error() 128 "Unexpected exit reason: %u (%s)", in process_ucall_done() 133 "Unexpected ucall command: %lu, expected UCALL_DONE (%d)", in process_ucall_done() 143 "Unexpected exit reason: %u (%s)", in process_ucall() 157 TEST_ASSERT(false, "Unexpected ucall"); in process_ucall()
|
D | get_msr_index_features.c | 27 "Unexpected result from KVM_GET_MSR_INDEX_LIST probe, r: %i", in kvm_num_index_msrs() 56 "Unexpected result from KVM_GET_MSR_FEATURE_INDEX_LIST, r: %i", in test_get_msr_index() 73 "Unexpected result from KVM_GET_MSR_FEATURE_INDEX_LIST probe, r: %i", in kvm_num_feature_msrs() 91 "Unexpected result from KVM_GET_MSR_FEATURE_INDEX_LIST, r: %i", in kvm_get_msr_feature_list()
|
D | mmu_role_test.c | 45 "Unexpected exit reason: %u (%s), expected MMIO exit (1gb page w/o memslot)\n", in mmu_role_test() 48 TEST_ASSERT(run->mmio.len == 8, "Unexpected exit mmio size = %u", run->mmio.len); in mmu_role_test() 51 "Unexpected exit mmio address = 0x%llx", run->mmio.phys_addr); in mmu_role_test() 81 "Unexpected guest exit, exit_reason=%s, ucall.cmd = %lu\n", in mmu_role_test()
|
/Linux-v5.15/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 104 echo $FUNCNAME $cpu: unexpected fail >&2 107 echo $FUNCNAME $cpu: unexpected offline >&2 117 echo $FUNCNAME $cpu: unexpected success >&2 120 echo $FUNCNAME $cpu: unexpected online >&2 130 echo $FUNCNAME $cpu: unexpected fail >&2 133 echo $FUNCNAME $cpu: unexpected offline >&2 143 echo $FUNCNAME $cpu: unexpected success >&2 146 echo $FUNCNAME $cpu: unexpected offline >&2
|
/Linux-v5.15/tools/testing/selftests/memory-hotplug/ |
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
|
/Linux-v5.15/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 92 "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-v5.15/arch/riscv/include/asm/ |
D | asm.h | 20 #error "Unexpected __riscv_xlen" 51 #error "Unexpected __SIZEOF_POINTER__" 59 #error "Unexpected __SIZEOF_INT__" 67 #error "Unexpected __SIZEOF_SHORT__"
|
/Linux-v5.15/Documentation/infiniband/ |
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
|
/Linux-v5.15/tools/memory-model/scripts/ |
D | judgelitmus.sh | 59 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-v5.15/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 336 "Unexpected reserved bits set."); in _vm_get_page_table_entry() 344 "Unexpected reserved bits set."); in _vm_get_page_table_entry() 352 "Unexpected reserved bits set."); in _vm_get_page_table_entry() 1044 …TEST_ASSERT(r == -1 && errno == E2BIG, "Unexpected result from KVM_GET_MSR_INDEX_LIST probe, r: %i… in kvm_get_num_msrs_fd() 1068 TEST_ASSERT(r == 0, "Unexpected result from KVM_GET_MSR_INDEX_LIST, r: %i", in kvm_get_msr_index_list() 1101 TEST_ASSERT(r == 0, "Unexpected result from KVM_GET_MSR_INDEX_LIST, r: %i", in vcpu_save_state() 1106 TEST_ASSERT(r == 0, "Unexpected result from KVM_GET_VCPU_EVENTS, r: %i", in vcpu_save_state() 1110 TEST_ASSERT(r == 0, "Unexpected result from KVM_GET_MP_STATE, r: %i", in vcpu_save_state() 1114 TEST_ASSERT(r == 0, "Unexpected result from KVM_GET_REGS, r: %i", in vcpu_save_state() 1118 TEST_ASSERT(r == 0, "Unexpected result from KVM_GET_XSAVE, r: %i", in vcpu_save_state() [all …]
|
/Linux-v5.15/fs/overlayfs/ |
D | Kconfig | 26 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-v5.15/tools/testing/selftests/net/ |
D | altnames.sh | 30 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"
|
/Linux-v5.15/drivers/misc/lkdtm/ |
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", \
|
/Linux-v5.15/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 138 LOG_KILL_TRACEE("unexpected signal %u", in TEST() 143 LOG_KILL_TRACEE("unexpected wait status %#x", status); in TEST() 149 LOG_KILL_TRACEE("unexpected signal stop"); in TEST() 252 LOG_KILL_TRACEE("unexpected syscall stop"); in TEST() 258 LOG_KILL_TRACEE("unexpected stop signal %#x", in TEST()
|