Home
last modified time | relevance | path

Searched refs:ksft_test_result (Results 1 – 25 of 43) sorted by relevance

12

/linux/tools/testing/selftests/mm/
H A Dmadv_populate.c66 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_read()
84 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_write()
110 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
113 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
118 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
121 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
126 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
129 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
178 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_populate_read()
179 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_read()
[all …]
H A Dpagemap_ioctl.c326 ksft_test_result(ret == mem_size/(page_size * 2), in sanity_tests_sd()
368 ksft_test_result(ret == num_pages/2 && ret2 == 1, in sanity_tests_sd()
388 ksft_test_result(ret == 1 && LEN(vec[0]) == 2 && in sanity_tests_sd()
558 ksft_test_result(ret == 0 && walk_end == (long)mem, in sanity_tests_sd()
565 ksft_test_result(ret == 0 && walk_end == (long)mem, in sanity_tests_sd()
572 ksft_test_result(ret == 0 && walk_end == (long)mem, in sanity_tests_sd()
737 ksft_test_result(written == 0, in base_tests()
753 ksft_test_result(written == 1 && LEN(vec[0]) >= 1, in base_tests()
859 ksft_test_result(ret == 1 && LEN(vec[0]) > 0, in hpage_unit_tests()
1282 ksft_test_result(ret == 1 && LEN(vec) == 2, in mprotect_tests()
[all …]
H A Dsoft-dirty.c45 ksft_test_result(i == TEST_ITERATIONS, "Test %s\n", __func__); in test_simple()
57 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map) == 1, in test_vma_reuse()
69 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map2) == 1, in test_vma_reuse()
118 ksft_test_result(i == TEST_ITERATIONS, "Test %s huge page dirty bit\n", __func__); in test_hugepage()
154 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map) == 1, in test_mprotect()
158 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map) == 0, in test_mprotect()
162 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map) == 0, in test_mprotect()
166 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map) == 0, in test_mprotect()
170 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map) == 1, in test_mprotect()
H A Dmlock2-tests.c191 ksft_test_result(lock_check((unsigned long)map), "%s: Locked\n", __func__); in test_mlock_lock()
199 ksft_test_result(!unlock_lock_check(map), "%s: Locked\n", __func__); in test_mlock_lock()
242 ksft_test_result(!onfault_check(map), "%s: VMA marked for lock on fault\n", __func__); in test_mlock_onfault()
250 ksft_test_result(!unlock_onfault_check(map), "VMA open lock after fault\n"); in test_mlock_onfault()
271 ksft_test_result(is_vma_lock_on_fault((unsigned long)map) || in test_lock_onfault_of_present()
292 ksft_test_result(lock_check((unsigned long)map), "%s: Locked memory area\n", __func__); in test_munlockall0()
299 ksft_test_result(!unlock_lock_check(map), "%s: No locked memory\n", __func__); in test_munlockall0()
318 ksft_test_result(!onfault_check(map), "%s: VMA marked for lock on fault\n", __func__); in test_munlockall1()
325 ksft_test_result(!unlock_onfault_check(map), "%s: Unlocked\n", __func__); in test_munlockall1()
332 ksft_test_result(lock_check((unsigned long)map), "%s: Locked\n", __func__); in test_munlockall1()
[all …]
H A Dksm_functional_tests.c274 ksft_test_result(!range_maps_duplicates(map, size), in test_unmerge()
338 ksft_test_result(!range_maps_duplicates(map, size), in test_unmerge_zero_pages()
366 ksft_test_result(!range_maps_duplicates(map, size), in test_unmerge_discarded()
426 ksft_test_result(!range_maps_duplicates(map, size), in test_unmerge_uffd_wp()
620 ksft_test_result(!range_maps_duplicates(map, size), in test_prctl_unmerge()
653 ksft_test_result(!range_maps_duplicates(map, size), in test_prot_none()
H A Dgup_longterm.c171 ksft_test_result(!should_work, "Should have failed\n"); in do_test()
186 ksft_test_result(should_work, "Should have worked\n"); in do_test()
218 ksft_test_result(!should_work, "Should have failed\n"); in do_test()
226 ksft_test_result(should_work, "Should have worked\n"); in do_test()
H A Dmap_populate.c70 ksft_test_result(*smap != 0x22222BAD, "MAP_POPULATE COW private page\n"); in child_f()
71 ksft_test_result(*smap == 0xdeadbabe, "The mapping state\n"); in child_f()
H A Dthuge-gen.c124 ksft_test_result(size == getpagesize() || (before - after) == NUM_PAGES, in test_mmap()
162 ksft_test_result(size == getpagesize() || (before - after) == NUM_PAGES, in test_shmget()
H A Don-fault-limit.c24 ksft_test_result(map == MAP_FAILED, "The map failed respecting mlock limits\n"); in test_limit()
H A Dhugepage-mmap.c91 ksft_test_result(!ret, "Read same data\n"); in main()
/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c46 ksft_test_result(ret == 0, "read_tpidr_one\n"); in test_tpidr()
52 ksft_test_result(ret == 0, "write_tpidr_one\n"); in test_tpidr()
56 ksft_test_result(ret == 0 && write_val[0] == read_val[0], in test_tpidr()
68 ksft_test_result(test_tpidr2, "count_tpidrs\n"); in test_tpidr()
70 ksft_test_result(read_iov.iov_len % sizeof(uint64_t) == 0, in test_tpidr()
84 ksft_test_result(ret == 0 && in test_tpidr()
94 ksft_test_result(ret == 0 && in test_tpidr()
101 ksft_test_result(ret == 0 && in test_tpidr()
120 ksft_test_result(ret == 0 && in test_tpidr()
146 ksft_test_result(ret == 0, "read_%s\n", type_name); in test_hw_debug()
[all …]
H A Dsyscall-abi.c416 ksft_test_result(do_test(cfg, 0, default_sme_vl, 0), in test_one_syscall()
425 ksft_test_result(do_test(cfg, sve_vls[sve], default_sme_vl, 0), in test_one_syscall()
434 ksft_test_result(do_test(cfg, sve_vls[sve], in test_one_syscall()
440 ksft_test_result(do_test(cfg, sve_vls[sve], in test_one_syscall()
445 ksft_test_result(do_test(cfg, sve_vls[sve], in test_one_syscall()
459 ksft_test_result(do_test(cfg, 0, sme_vls[sme], in test_one_syscall()
463 ksft_test_result(do_test(cfg, 0, sme_vls[sme], SVCR_SM_MASK), in test_one_syscall()
466 ksft_test_result(do_test(cfg, 0, sme_vls[sme], SVCR_ZA_MASK), in test_one_syscall()
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dhwprobe.c44 ksft_test_result(out == 0, "NULL CPU set\n"); in main()
47 ksft_test_result(out != 0, "Bad CPU set\n"); in main()
50 ksft_test_result(out != 0, "NULL CPU set with non-zero size\n"); in main()
54 ksft_test_result(out == 0 && pairs[0].key == RISCV_HWPROBE_KEY_BASE_BEHAVIOR, in main()
61 ksft_test_result(out == 0 && pairs[0].key == -1 && in main()
H A Dwhich-cpus.c118 ksft_test_result(rc == -EINVAL, "no cpusetsize\n"); in main()
122 ksft_test_result(rc == -EINVAL, "NULL cpus\n"); in main()
127 ksft_test_result(rc == 0 && CPU_COUNT(&cpus) == 0, "unknown key\n"); in main()
133 ksft_test_result(rc == 0, "duplicate keys\n"); in main()
139 ksft_test_result(rc == 0 && CPU_COUNT(&cpus) == sysconf(_SC_NPROCESSORS_ONLN), "set all cpus\n"); in main()
145 ksft_test_result(rc == 0 && CPU_EQUAL(&cpus, &cpus_aff), "set all affinity cpus\n"); in main()
151 ksft_test_result(rc == 0 && CPU_COUNT(&cpus) == 0, "clear all cpus\n"); in main()
H A Dcbo.c59 ksft_test_result(illegal_insn, "No cbo.clean\n"); in test_no_zicbom()
63 ksft_test_result(illegal_insn, "No cbo.flush\n"); in test_no_zicbom()
67 ksft_test_result(illegal_insn, "No cbo.inval\n"); in test_no_zicbom()
76 ksft_test_result(illegal_insn, "No cbo.zero\n"); in test_no_zicboz()
96 ksft_test_result(rc == 0 && pair.key == RISCV_HWPROBE_KEY_ZICBOZ_BLOCK_SIZE && in test_zicboz()
102 ksft_test_result(!illegal_insn, "cbo.zero\n"); in test_zicboz()
/linux/tools/testing/selftests/kvm/s390x/
H A Dshared_zeropage_test.c87 ksft_test_result(maps_shared_zeropage(pagemap_fd, page1) == 1, in main()
99 ksft_test_result(!maps_shared_zeropage(pagemap_fd, page1), in main()
105 ksft_test_result(!maps_shared_zeropage(pagemap_fd, page2), in main()
/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c176 ksft_test_result(ret >= 0, "Import buffer %d\n", ret); in test_alloc_and_import()
271 ksft_test_result(i == 32, "Allocate and validate all buffers are zeroed\n"); in test_alloc_zeroed()
357 ksft_test_result(!ret, "dmabuf_heap_alloc_older\n"); in test_alloc_compat()
363 ksft_test_result(!ret, "dmabuf_heap_alloc_newer\n"); in test_alloc_compat()
377 ksft_test_result(ret, "Error expected on invalid fd %d\n", ret); in test_alloc_errors()
380 ksft_test_result(ret, "Error expected on invalid heap flags %d\n", ret); in test_alloc_errors()
384 ksft_test_result(ret, "Error expected on invalid heap flags %d\n", ret); in test_alloc_errors()
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c140 ksft_test_result(!(d1 < 0 || d2 < 0), "%s gettimeofday()'s timeval\n", which); in check_gtod()
417 ksft_test_result(!vsyscall_map_r, in test_process_vm_readv()
423 ksft_test_result(!memcmp(buf, remote.iov_base, sizeof(buf)), "Read data\n"); in test_process_vm_readv()
479 ksft_test_result(!nerrs, "vsyscall map\n"); in init_vsys()
519 ksft_test_result(!is_native, "vsyscalls are %s (%d instructions in vsyscall page)\n", in test_emulation()
/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c189 ksft_test_result(new_sve->flags & SVE_PT_VL_INHERIT, in ptrace_set_get_inherit()
207 ksft_test_result(!(new_sve->flags & SVE_PT_VL_INHERIT), in ptrace_set_get_inherit()
254 ksft_test_result(new_sve->vl = prctl_vl, "Set %s VL %u\n", in ptrace_set_get_vl()
303 ksft_test_result(ret == 0, "%s FPSIMD set via SVE: %d\n", in ptrace_sve_fpsimd()
414 ksft_test_result(errors == 0, "Set and get %s data for VL %u\n", in ptrace_set_sve_get_sve_data()
499 ksft_test_result(errors == 0, "Set and get FPSIMD data for %s VL %u\n", in ptrace_set_sve_get_fpsimd_data()
608 ksft_test_result(errors == 0, "Set FPSIMD, read via SVE for %s VL %u\n", in ptrace_set_fpsimd_get_sve_data()
H A Dza-ptrace.c143 ksft_test_result(new_za->vl = prctl_vl, "Set VL %u\n", vl); in ptrace_set_get_vl()
182 ksft_test_result(read_za->size == write_za.size, in ptrace_set_no_data()
237 ksft_test_result(memcmp(write_buf + ZA_PT_ZA_OFFSET, in ptrace_set_get_data()
H A Dzt-ptrace.c152 ksft_test_result(!fail, "ptrace_za_disabled_read_zt\n"); in ptrace_za_disabled_read_zt()
185 ksft_test_result(!fail, "ptrace_set_get_zt\n"); in ptrace_set_get_zt()
252 ksft_test_result(!fail, "ptrace_enable_za_via_zt\n"); in ptrace_enable_za_via_zt()
H A Dza-fork.c88 ksft_test_result(fork_test(), "fork_test\n"); in main()
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c416 ksft_test_result(err >= 0, "get_value.%d.%d\n", in test_ctl_get_value()
456 ksft_test_result(name_ok, "name.%d.%d\n", in test_ctl_name()
707 ksft_test_result(err >= 0, "write_default.%d.%d\n", in test_ctl_write_default()
857 ksft_test_result(pass, "write_valid.%d.%d\n", in test_ctl_write_valid()
1069 ksft_test_result(pass, "write_invalid.%d.%d\n", in test_ctl_write_invalid()
1075 ksft_test_result(!ctl->event_missing, "event_missing.%d.%d\n", in test_ctl_event_missing()
1081 ksft_test_result(!ctl->event_spurious, "event_spurious.%d.%d\n", in test_ctl_event_spurious()
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c129 ksft_test_result(check_diff(start, end) == 0, "%s\n", name); in check_itimer()
181 ksft_test_result(check_diff(start, end) == 0, in check_timer_create()
/linux/tools/testing/selftests/exec/
H A Drecursion-depth.c63 ksft_test_result(rv == -1 && errno == ELOOP, in main()

12