mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-02 11:54:36 +08:00
594a1c271c
Fix filename reporting in guest asserts by ensuring the GUEST_ASSERT
macro records __FILE__ and substituting REPORT_GUEST_ASSERT for many
repetitive calls to TEST_FAIL.
Previously filename was reported by using __FILE__ directly in the
selftest, wrongly assuming it would always be the same as where the
assertion failed.
Signed-off-by: Colton Lewis <coltonlewis@google.com>
Reported-by: Ricardo Koller <ricarkol@google.com>
Fixes:
|
||
---|---|---|
.. | ||
arch_timer.c | ||
debug-exceptions.c | ||
get-reg-list.c | ||
hypercalls.c | ||
psci_test.c | ||
vcpu_width_config.c | ||
vgic_init.c | ||
vgic_irq.c |