Home
last modified time | relevance | path

Searched refs:test_fail_msg (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dpage_dirty.c137 test_fail_msg("VM_TRACK_DIRTY_PAGES succeeded unexpectedly\n"); in test_dirty_tracking_disabled()
175 test_fail_msg("no pages dirtied during setup\n"); in main()
184 test_fail_msg("pages still dirty after clear\n"); in main()
194 test_fail_msg("direct access did not dirty page\n"); in main()
197 test_fail_msg("unexpected page dirtied\n"); in main()
204 test_fail_msg("subsequent direct access did not dirty page\n"); in main()
227 test_fail_msg( in main()
231 test_fail_msg("expected page not dirtied\n"); in main()
H A Dexit_consistent.c65 test_fail_msg( in repeat_consistent_exit()
108 test_fail_msg( in main()
125 test_fail_msg("Unexpected exitcode: %d != %d", in main()
134 test_fail_msg("Exited at unexpected %rip: %lx != %lx", in main()
165 test_fail_msg( in main()
178 test_fail_msg("Exited at unexpected %rip: %lx != %lx", in main()
H A Dsuspend_info.c136 test_fail_msg("Unexpected suspend how %d != %d\n", in test_plain_suspend()
140 test_fail_msg("Unexpected suspend source %d != %d\n", in test_plain_suspend()
204 test_fail_msg("Unexpected 'how' for " in test_emitted_triplefault()
212 test_fail_msg("Unexpected 'source' for " in test_emitted_triplefault()
H A Dexit_paging.c70 test_fail_msg("gpa %08x != %08x\n", in main()
74 test_fail_msg("fault_type %x != %x\n", in main()
H A Dwrmsr.c69 test_fail_msg("code %08x != %08x\n", in main()
73 test_fail_msg("wval %lx != %lx\n", in main()
H A Drdmsr.c68 test_fail_msg("code %08x != %08x\n", in main()
H A Dtriple_fault.c68 test_fail_msg("suspend_how %d != %d\n", in main()
H A Dvcpu_barrier.c142 test_fail_msg("timed out while waiting for barrier\n"); in main()
H A Dcpuid.c154 test_fail_msg("failed result %rip: %x", vexit.rip); in main()
/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dvatpit_freq.c50 test_fail_msg("inadequate passage of ticks %u < %u\n", in check_reading()
141 test_fail_msg("bad result after %u retries\n", in main()
H A Dvpmtmr_freq.c55 test_fail_msg("inadequate passage of ticks %u < %u\n", in check_reading()
147 test_fail_msg("bad result after %u retries\n", in main()
H A Dvhpet_freq.c55 test_fail_msg("inadequate passage of ticks %u < %u\n", in check_reading()
142 test_fail_msg("bad result after %u retries\n", in main()
H A Dtsc_freq_ctrl.c52 test_fail_msg("inadequate passage of guest TSC ticks %u < %u\n", in check_reading()
138 test_fail_msg("freq test failed"); in do_freq_test()
212 test_fail_msg("intel not supported\n"); in main()
H A Dvlapic_freq.c62 test_fail_msg("inadequate passage of ticks %u < %u\n", in check_reading()
139 test_fail_msg("bad result after %u retries\n", in test_for_divisor()
H A Dvlapic_msr_access.c71 test_fail_msg("payload signaled failure"); in main()
H A Dwrmsr_tsc.c88 test_fail_msg("TSC %lu < %lu", tsc, in main()
H A Drdmsr_tsc.c89 test_fail_msg("TSC %lu < %lu", tsc, in main()
H A Dvrtc_ops.c93 test_fail_msg("test timed out\n"); in main()
H A Dvlapic_mmio_access.c91 test_fail_msg("payload signaled failure"); in main()
H A Dguest_tsc_adjust.c117 test_fail_msg("TSC %lu < %lu\n", tsc, in main()
H A Dvlapic_freq_periodic.c149 test_fail_msg("bad result after %u retries\n", in run_test()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.h27 void test_fail_msg(const char *fmt, ...);
H A Din_guest.c179 test_fail_msg(const char *fmt, ...) in test_fail_msg() function
357 test_fail_msg("Payload size %u > capacity %u\n", len, cap); in load_payload()
/illumos-gate/usr/src/test/bhyve-tests/tests/perf/
H A Dentry_exit.c77 test_fail_msg("unexpected test iteration"); in print_result()