Home
last modified time | relevance | path

Searched refs:TEST_ABORT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_vrtc_ops.c156 TEST_ABORT("unexpected periodic firing count at 512Hz"); in test_periodic_polling()
177 TEST_ABORT("unexpected periodic firing count at 128Hz"); in test_periodic_polling()
214 TEST_ABORT("spurious interrupt on PIC"); in test_periodic_interrupts()
221 TEST_ABORT("missing IRQ flag in regc"); in test_periodic_interrupts()
234 TEST_ABORT("unexpected periodic firing count at 512Hz"); in test_periodic_interrupts()
276 TEST_ABORT("unexpected flags set in regC"); in start()
288 TEST_ABORT("did not find 01 in seconds field"); in start()
300 TEST_ABORT("did not find 02 in seconds field"); in start()
311 TEST_ABORT("clock update timing outside threshold"); in start()
332 TEST_ABORT("invalid RTC_SEC value"); in start()
[all …]
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Dpayload_utils.h41 #define TEST_ABORT(msg) \ macro