mirror of
https://github.com/ipxe/ipxe
synced 2026-01-28 03:28:36 +03:00
[tests] Verify ability to sleep the CPU
The self-test suite does not currently ever attempt to sleep the CPU. This is an operation that may fail (e.g. by attempting to execute a privileged instruction while running as a Linux userspace binary, or by halting the CPU with all interrupts disabled). Add a trivial self-test to exercise the ability to sleep the CPU without crashing or halting forever. Inspired-by: Xiaotian Wu <wuxiaotian@loongson.cn> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -80,3 +80,4 @@ REQUIRE_OBJECT ( acpi_test );
|
||||
REQUIRE_OBJECT ( hmac_test );
|
||||
REQUIRE_OBJECT ( dhe_test );
|
||||
REQUIRE_OBJECT ( gcm_test );
|
||||
REQUIRE_OBJECT ( nap_test );
|
||||
|
||||
Reference in New Issue
Block a user