Home
last modified time | relevance | path

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

123456

/tools/testing/selftests/powerpc/papr_vpd/
A Dpapr_vpd.c23 FAIL_IF(devfd < 0); in dev_papr_vpd_open_close()
39 FAIL_IF(devfd < 0); in dev_papr_vpd_get_handle_all()
44 FAIL_IF(fd < 0); in dev_papr_vpd_get_handle_all()
49 FAIL_IF(size <= 0); in dev_papr_vpd_get_handle_all()
52 FAIL_IF(!buf); in dev_papr_vpd_get_handle_all()
59 FAIL_IF(close(fd)); in dev_papr_vpd_get_handle_all()
82 FAIL_IF(fd < 0); in dev_papr_vpd_get_handle_byte_at_a_time()
94 FAIL_IF(res < 0); in dev_papr_vpd_get_handle_byte_at_a_time()
168 FAIL_IF(fd < 0); in papr_vpd_close_handle_without_reading()
191 FAIL_IF(fd < 0); in papr_vpd_reread()
[all …]
/tools/testing/selftests/powerpc/papr_sysparm/
A Dpapr_sysparm.c20 FAIL_IF(devfd < 0); in open_close()
21 FAIL_IF(close(devfd) != 0); in open_close()
36 FAIL_IF(devfd < 0); in get_splpar()
38 FAIL_IF(sp.length == 0); in get_splpar()
55 FAIL_IF(devfd < 0); in get_bad_parameter()
62 FAIL_IF(sp.length != 0); in get_bad_parameter()
78 FAIL_IF(devfd < 0); in check_efault_common()
82 FAIL_IF(errno != EFAULT); in check_efault_common()
109 FAIL_IF(devfd < 0); in set_hmc0()
114 FAIL_IF(errno != EPERM); in set_hmc0()
[all …]
/tools/testing/selftests/powerpc/pmu/event_code_tests/
A Dgeneric_events_valid_test.c37 FAIL_IF(event_open(&event)); in generic_events_valid_test()
42 FAIL_IF(event_open(&event)); in generic_events_valid_test()
47 FAIL_IF(event_open(&event)); in generic_events_valid_test()
51 FAIL_IF(event_open(&event)); in generic_events_valid_test()
56 FAIL_IF(event_open(&event)); in generic_events_valid_test()
60 FAIL_IF(event_open(&event)); in generic_events_valid_test()
64 FAIL_IF(!event_open(&event)); in generic_events_valid_test()
83 FAIL_IF(event_open(&event)); in generic_events_valid_test()
87 FAIL_IF(event_open(&event)); in generic_events_valid_test()
92 FAIL_IF(event_open(&event)); in generic_events_valid_test()
[all …]
A Dreserved_bits_mmcra_sample_elig_mode_test.c38 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
41 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
44 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
47 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
50 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
53 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
56 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
65 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
68 FAIL_IF(!event_open(&event)); in reserved_bits_mmcra_sample_elig_mode()
A Devent_alternatives_tests_p9.c45 FAIL_IF(event_open(&leader)); in event_alternatives_tests_p9()
53 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9()
59 FAIL_IF(event_open(&leader)); in event_alternatives_tests_p9()
66 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9()
72 FAIL_IF(event_open(&leader)); in event_alternatives_tests_p9()
79 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9()
85 FAIL_IF(event_open(&leader)); in event_alternatives_tests_p9()
92 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9()
98 FAIL_IF(event_open(&leader)); in event_alternatives_tests_p9()
105 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_alternatives_tests_p9()
/tools/testing/selftests/powerpc/mm/
A Dexec_prot.c98 FAIL_IF(mprotect(insns, pgsize, rights) != 0); in check_exec_fault()
101 FAIL_IF(remaining_faults != 0); in check_exec_fault()
103 FAIL_IF(!is_fault_expected(fault_code)); in check_exec_fault()
125 FAIL_IF(sigaction(SIGSEGV, &segv_act, NULL) != 0); in test()
140 FAIL_IF(insns == MAP_FAILED); in test()
173 FAIL_IF(mprotect(insns, pgsize, PROT_EXEC) != 0); in test()
191 FAIL_IF(check_exec_fault(PROT_NONE)); in test()
195 FAIL_IF(check_exec_fault(PROT_READ)); in test()
199 FAIL_IF(check_exec_fault(PROT_WRITE)); in test()
207 FAIL_IF(check_exec_fault(PROT_EXEC)); in test()
[all …]
A Dpkey_exec_prot.c115 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &segv_act.sa_mask) != 0); in test()
118 FAIL_IF(sigaction(SIGSEGV, &segv_act, NULL) != 0); in test()
123 FAIL_IF(sigprocmask(SIG_SETMASK, 0, &trap_act.sa_mask) != 0); in test()
126 FAIL_IF(sigaction(SIGTRAP, &trap_act, NULL) != 0); in test()
133 FAIL_IF(insns == MAP_FAILED); in test()
156 FAIL_IF(pkey < 0); in test()
183 FAIL_IF(remaining_faults != 0); in test()
200 FAIL_IF(remaining_faults != 0 || fault_code != SEGV_ACCERR); in test()
250 FAIL_IF(pkey < 0); in test()
274 FAIL_IF(remaining_faults != 0); in test()
[all …]
A Dlarge_vm_fork_separation.c45 FAIL_IF(pipe(p2c) == -1 || pipe(c2p) == -1); in test()
49 FAIL_IF(read(p2c[0], &c, 1) != 1); in test()
55 FAIL_IF(write(c2p[1], &c, 1) != 1); in test()
56 FAIL_IF(read(p2c[0], &c, 1) != 1); in test()
61 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
62 FAIL_IF(read(c2p[0], &c, 1) != 1); in test()
74 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
75 FAIL_IF(waitpid(pid, &status, 0) == -1); in test()
76 FAIL_IF(!WIFEXITED(status) || WEXITSTATUS(status)); in test()
/tools/testing/selftests/powerpc/pmu/ebb/
A Devent_attributes_test.c24 FAIL_IF(event_open(&event)); in event_attributes()
31 FAIL_IF(event_open(&event) == 0); in event_attributes()
38 FAIL_IF(event_open(&event) == 0); in event_attributes()
45 FAIL_IF(event_open(&event) == 0); in event_attributes()
52 FAIL_IF(event_open(&event) == 0); in event_attributes()
59 FAIL_IF(event_open(&event) == 0); in event_attributes()
66 FAIL_IF(event_open(&event) == 0); in event_attributes()
71 FAIL_IF(event_open(&leader)); in event_attributes()
84 FAIL_IF(event_open(&leader)); in event_attributes()
98 FAIL_IF(event_open(&leader)); in event_attributes()
[all …]
A Debb_on_child_test.c27 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
28 FAIL_IF(notify_parent(write_pipe)); in victim_child()
32 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
33 FAIL_IF(notify_parent(write_pipe)); in victim_child()
52 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_on_child()
53 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_on_child()
61 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
72 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_child()
73 FAIL_IF(ebb_event_enable(&event)); in ebb_on_child()
75 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_child()
[all …]
A Debb_vs_cpu_event_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
32 FAIL_IF(event_enable(event)); in setup_cpu_event()
47 FAIL_IF(cpu < 0); in ebb_vs_cpu_event()
49 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_vs_cpu_event()
50 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_vs_cpu_event()
59 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
69 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_vs_cpu_event()
72 FAIL_IF(wait_for_child(pid)); in ebb_vs_cpu_event()
73 FAIL_IF(event_disable(&event)); in ebb_vs_cpu_event()
74 FAIL_IF(event_read(&event)); in ebb_vs_cpu_event()
[all …]
A Dtask_event_pinned_vs_ebb_test.c32 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
33 FAIL_IF(event_enable(event)); in setup_child_event()
47 FAIL_IF(pipe(read_pipe.fds) == -1); in task_event_pinned_vs_ebb()
48 FAIL_IF(pipe(write_pipe.fds) == -1); in task_event_pinned_vs_ebb()
69 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_pinned_vs_ebb()
73 FAIL_IF(wait_for_child(pid) != 2); in task_event_pinned_vs_ebb()
74 FAIL_IF(event_disable(&event)); in task_event_pinned_vs_ebb()
75 FAIL_IF(event_read(&event)); in task_event_pinned_vs_ebb()
79 FAIL_IF(event.result.value == 0); in task_event_pinned_vs_ebb()
84 FAIL_IF(event.result.enabled == 0); in task_event_pinned_vs_ebb()
[all …]
A Dcpu_event_pinned_vs_ebb_test.c33 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
34 FAIL_IF(event_enable(event)); in setup_cpu_event()
49 FAIL_IF(cpu < 0); in cpu_event_pinned_vs_ebb()
51 FAIL_IF(pipe(read_pipe.fds) == -1); in cpu_event_pinned_vs_ebb()
52 FAIL_IF(pipe(write_pipe.fds) == -1); in cpu_event_pinned_vs_ebb()
73 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_pinned_vs_ebb()
77 FAIL_IF(wait_for_child(pid) != 2); in cpu_event_pinned_vs_ebb()
79 FAIL_IF(event_disable(&event)); in cpu_event_pinned_vs_ebb()
80 FAIL_IF(event_read(&event)); in cpu_event_pinned_vs_ebb()
85 FAIL_IF(event.result.value == 0); in cpu_event_pinned_vs_ebb()
[all …]
A Debb_on_willing_child_test.c25 FAIL_IF(wait_for_parent(read_pipe)); in victim_child()
32 FAIL_IF(notify_parent(write_pipe)); in victim_child()
35 FAIL_IF(core_busy_loop()); in victim_child()
43 FAIL_IF(ebb_state.stats.ebb_count == 0); in victim_child()
57 FAIL_IF(pipe(read_pipe.fds) == -1); in ebb_on_willing_child()
58 FAIL_IF(pipe(write_pipe.fds) == -1); in ebb_on_willing_child()
67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in ebb_on_willing_child()
78 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_willing_child()
79 FAIL_IF(ebb_event_enable(&event)); in ebb_on_willing_child()
82 FAIL_IF(wait_for_child(pid)); in ebb_on_willing_child()
A Dfork_cleanup_test.c29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
30 FAIL_IF(mfspr(SPRN_EBBHR) != 0); in child()
31 FAIL_IF(mfspr(SPRN_EBBRR) != 0); in child()
33 FAIL_IF(catch_sigill(write_pmc1)); in child()
36 FAIL_IF(event_read(&event)); in child()
51 FAIL_IF(event_open(&event)); in fork_cleanup()
57 FAIL_IF(ebb_event_enable(&event)); in fork_cleanup()
69 FAIL_IF(wait_for_child(pid)); in fork_cleanup()
A Dcpu_event_vs_ebb_test.c31 FAIL_IF(event_open_with_cpu(event, cpu)); in setup_cpu_event()
32 FAIL_IF(event_enable(event)); in setup_cpu_event()
47 FAIL_IF(cpu < 0); in cpu_event_vs_ebb()
49 FAIL_IF(pipe(read_pipe.fds) == -1); in cpu_event_vs_ebb()
50 FAIL_IF(pipe(write_pipe.fds) == -1); in cpu_event_vs_ebb()
71 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in cpu_event_vs_ebb()
75 FAIL_IF(wait_for_child(pid)); in cpu_event_vs_ebb()
77 FAIL_IF(event_disable(&event)); in cpu_event_vs_ebb()
78 FAIL_IF(event_read(&event)); in cpu_event_vs_ebb()
A Dtask_event_vs_ebb_test.c30 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
31 FAIL_IF(event_enable(event)); in setup_child_event()
45 FAIL_IF(pipe(read_pipe.fds) == -1); in task_event_vs_ebb()
46 FAIL_IF(pipe(write_pipe.fds) == -1); in task_event_vs_ebb()
67 FAIL_IF(sync_with_child(read_pipe, write_pipe)); in task_event_vs_ebb()
71 FAIL_IF(wait_for_child(pid)); in task_event_vs_ebb()
72 FAIL_IF(event_disable(&event)); in task_event_vs_ebb()
73 FAIL_IF(event_read(&event)); in task_event_vs_ebb()
/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dmmcra_thresh_marked_sample_test.c35 FAIL_IF(event_open(&event)); in mmcra_thresh_marked_sample()
38 FAIL_IF(event_enable(&event)); in mmcra_thresh_marked_sample()
43 FAIL_IF(event_disable(&event)); in mmcra_thresh_marked_sample()
46 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcra_thresh_marked_sample()
51 FAIL_IF(!intr_regs); in mmcra_thresh_marked_sample()
58 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, thd_sel) != in mmcra_thresh_marked_sample()
60 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, thd_start) != in mmcra_thresh_marked_sample()
62 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, thd_stop) != in mmcra_thresh_marked_sample()
64 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, marked) != in mmcra_thresh_marked_sample()
66 FAIL_IF((EV_CODE_EXTRACT(event.attr.config, sample) >> 2) != in mmcra_thresh_marked_sample()
[all …]
A Dmmcr2_fcs_fch_test.c39 FAIL_IF(sigaction(SIGUSR2, &sigact, NULL)); in mmcr2_fcs_fch()
40 FAIL_IF(kill(getpid(), SIGUSR2)); in mmcr2_fcs_fch()
49 FAIL_IF(event_open(&event)); in mmcr2_fcs_fch()
52 FAIL_IF(event_enable(&event)); in mmcr2_fcs_fch()
57 FAIL_IF(event_disable(&event)); in mmcr2_fcs_fch()
60 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr2_fcs_fch()
65 FAIL_IF(!intr_regs); in mmcr2_fcs_fch()
72 FAIL_IF(event.attr.exclude_kernel != in mmcr2_fcs_fch()
75 FAIL_IF(event.attr.exclude_kernel != in mmcr2_fcs_fch()
A Dmmcr0_exceptionbits_test.c30 FAIL_IF(event_open(&event)); in mmcr0_exceptionbits()
33 FAIL_IF(event_enable(&event)); in mmcr0_exceptionbits()
38 FAIL_IF(event_disable(&event)); in mmcr0_exceptionbits()
41 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_exceptionbits()
46 FAIL_IF(!intr_regs); in mmcr0_exceptionbits()
49 FAIL_IF(get_mmcr0_pmae(get_reg_value(intr_regs, "MMCR0"), 5)); in mmcr0_exceptionbits()
50 FAIL_IF(!get_mmcr0_pmao(get_reg_value(intr_regs, "MMCR0"), 5)); in mmcr0_exceptionbits()
A Dmmcr0_fc56_pmc1ce_test.c30 FAIL_IF(event_open(&event)); in mmcr0_fc56_pmc1ce()
33 FAIL_IF(event_enable(&event)); in mmcr0_fc56_pmc1ce()
38 FAIL_IF(event_disable(&event)); in mmcr0_fc56_pmc1ce()
41 FAIL_IF(!collect_samples(event.mmap_buffer)); in mmcr0_fc56_pmc1ce()
46 FAIL_IF(!intr_regs); in mmcr0_fc56_pmc1ce()
49 FAIL_IF(!get_mmcr0_fc56(get_reg_value(intr_regs, "MMCR0"), 1)); in mmcr0_fc56_pmc1ce()
50 FAIL_IF(!get_mmcr0_pmc1ce(get_reg_value(intr_regs, "MMCR0"), 1)); in mmcr0_fc56_pmc1ce()
/tools/testing/selftests/powerpc/dscr/
A Ddscr_default_test.c49 FAIL_IF(sem_init(reader_sem, 0, 0)); in dscr_default_lockstep_test()
51 FAIL_IF(bind_to_cpu(BIND_CPU_ANY) < 0); in dscr_default_lockstep_test()
55 FAIL_IF(sem_wait(reader_sem)); in dscr_default_lockstep_test()
57 FAIL_IF(get_dscr() != expected_dscr); in dscr_default_lockstep_test()
58 FAIL_IF(get_dscr_usr() != expected_dscr); in dscr_default_lockstep_test()
62 FAIL_IF(sem_post(writer_sem)); in dscr_default_lockstep_test()
65 FAIL_IF(pthread_join(writer, NULL)); in dscr_default_lockstep_test()
66 FAIL_IF(sem_destroy(reader_sem)); in dscr_default_lockstep_test()
67 FAIL_IF(sem_destroy(writer_sem)); in dscr_default_lockstep_test()
148 FAIL_IF(pthread_barrier_destroy(&barrier)); in dscr_default_random_test()
[all …]
A Ddscr_explicit_test.c65 FAIL_IF(sem_init(prev, 0, 0)); in dscr_explicit_lockstep_test()
67 FAIL_IF(bind_to_cpu(BIND_CPU_ANY) < 0); in dscr_explicit_lockstep_test()
71 FAIL_IF(sem_wait(prev)); in dscr_explicit_lockstep_test()
73 FAIL_IF(expected_dscr != get_dscr()); in dscr_explicit_lockstep_test()
74 FAIL_IF(expected_dscr != get_dscr_usr()); in dscr_explicit_lockstep_test()
79 FAIL_IF(sem_post(next)); in dscr_explicit_lockstep_test()
82 FAIL_IF(pthread_join(thread, NULL)); in dscr_explicit_lockstep_test()
83 FAIL_IF(sem_destroy(prev)); in dscr_explicit_lockstep_test()
84 FAIL_IF(sem_destroy(next)); in dscr_explicit_lockstep_test()
151 FAIL_IF(pthread_join(threads[i].thread_id, NULL)); in dscr_explicit_random_test()
[all …]
/tools/testing/selftests/powerpc/ptrace/
A Dptrace-gpr.c52 FAIL_IF(start_trace(child)); in trace_gpr()
55 FAIL_IF(show_gpr(child, gpr)); in trace_gpr()
56 FAIL_IF(validate_gpr(gpr, child_gpr_val)); in trace_gpr()
59 FAIL_IF(show_fpr(child, fpr)); in trace_gpr()
61 FAIL_IF(validate_fpr(fpr, tmp)); in trace_gpr()
65 FAIL_IF(!peeked_fprs); in trace_gpr()
66 FAIL_IF(validate_fpr(peeked_fprs, tmp)); in trace_gpr()
74 FAIL_IF(write_fpr(child, tmp)); in trace_gpr()
78 FAIL_IF(!peeked_fprs); in trace_gpr()
79 FAIL_IF(validate_fpr(peeked_fprs, tmp)); in trace_gpr()
[all …]
A Dptrace-tm-gpr.c92 FAIL_IF(start_trace(child)); in trace_tm_gpr()
93 FAIL_IF(show_gpr(child, gpr)); in trace_tm_gpr()
94 FAIL_IF(validate_gpr(gpr, GPR_2)); in trace_tm_gpr()
95 FAIL_IF(show_fpr(child, fpr)); in trace_tm_gpr()
96 FAIL_IF(validate_fpr(fpr, FPR_2_REP)); in trace_tm_gpr()
97 FAIL_IF(show_ckpt_fpr(child, fpr)); in trace_tm_gpr()
98 FAIL_IF(validate_fpr(fpr, FPR_1_REP)); in trace_tm_gpr()
99 FAIL_IF(show_ckpt_gpr(child, gpr)); in trace_tm_gpr()
100 FAIL_IF(validate_gpr(gpr, GPR_1)); in trace_tm_gpr()
101 FAIL_IF(write_ckpt_gpr(child, GPR_3)); in trace_tm_gpr()
[all …]

Completed in 28 milliseconds

123456