/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/ |
H A D | page_dirty.c | 137 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 D | exit_consistent.c | 65 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 D | cpuid_guest_state.c | 184 test_fail_msg("unexpected exit in %s", phases[i].name); in main() 190 test_fail_msg("unexpected pass from %s", in main() 195 test_fail_msg("failed result in %s, %rip: %x", in main() 242 test_fail_msg("phase %d fell through without passing", in main()
|
H A D | suspend_info.c | 136 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 D | wrmsr.c | 69 test_fail_msg("code %08x != %08x\n", in main() 73 test_fail_msg("wval %lx != %lx\n", in main()
|
H A D | exit_paging.c | 70 test_fail_msg("gpa %08x != %08x\n", in main() 74 test_fail_msg("fault_type %x != %x\n", in main()
|
H A D | rdmsr.c | 68 test_fail_msg("code %08x != %08x\n", in main()
|
H A D | triple_fault.c | 68 test_fail_msg("suspend_how %d != %d\n", in main()
|
H A D | vcpu_barrier.c | 142 test_fail_msg("timed out while waiting for barrier\n"); in main()
|
H A D | cpuid.c | 154 test_fail_msg("failed result %rip: %x", vexit.rip); in main()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/viona/ |
H A D | link_params.c | 67 test_fail_msg("SET_PARAMS should fail for too-big size"); in test_set_param_errors() 75 test_fail_msg("SET_PARAMS should fail invalid nvlist"); in test_set_param_errors() 94 test_fail_msg("SET_PARAMS should fail on invalid params"); in test_set_param_errors() 111 test_fail_msg("missing SET_PARAMS error for field %s\n", in test_set_param_errors() 169 test_fail_msg("unexpected parameter %s", pname); in main() 178 test_fail_msg("could not query datalink id for %s: %s", in main()
|
H A D | create_delete.c | 51 test_fail_msg("could not query datalink id for %s: %s", in main()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/ |
H A D | vatpit_freq.c | 50 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 D | tsc_freq_ctrl.c | 52 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 D | vpmtmr_freq.c | 55 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 D | vhpet_freq.c | 55 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 D | vlapic_freq.c | 62 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 D | vlapic_msr_access.c | 71 test_fail_msg("payload signaled failure"); in main()
|
H A D | wrmsr_tsc.c | 88 test_fail_msg("TSC %lu < %lu", tsc, in main()
|
H A D | rdmsr_tsc.c | 89 test_fail_msg("TSC %lu < %lu", tsc, in main()
|
H A D | vrtc_ops.c | 93 test_fail_msg("test timed out\n"); in main()
|
H A D | vlapic_mmio_access.c | 91 test_fail_msg("payload signaled failure"); in main()
|
H A D | guest_tsc_adjust.c | 117 test_fail_msg("TSC %lu < %lu\n", tsc, in main()
|
H A D | vlapic_freq_periodic.c | 149 test_fail_msg("bad result after %u retries\n", in run_test()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | in_guest.h | 28 void test_fail_msg(const char *fmt, ...);
|