Searched defs:kfail (Results 1 – 5 of 5) sorted by relevance
/kvm-unit-tests/riscv/ |
H A D | sbi-tests.h | 42 #define __sbiret_report(kfail, ret, expected_error, expected_value, \ argument 75 #define sbiret_kfail(kfail, ret, expected_error, expected_value, ...) \ argument 78 #define sbiret_kfail_error(kfail, ret, expected_error, ...) \ argument 81 #define sbiret_check_kfail(kfail, ret, expected_error, expected_value) \ argument
|
H A D | sbi-fwft.c | 65 bool kfail = __sbi_get_imp_id() == SBI_IMPL_OPENSBI && in fwft_feature_lock_test_values() local 303 bool kfail = __sbi_get_imp_id() == SBI_IMPL_OPENSBI && in fwft_check_pte_ad_hw_updating() local
|
H A D | sbi-dbtr.c | 466 bool kfail; in dbtr_test_update() local 761 bool kfail; in dbtr_test_uninstall_update() local
|
H A D | sbi.c | 518 bool kfail = __sbi_get_imp_id() == SBI_IMPL_OPENSBI && in check_ipi() local
|
/kvm-unit-tests/lib/ |
H A D | report.c | 93 bool pass, bool xfail, bool kfail, bool skip, va_list va) in va_report() 167 bool report_kfail(bool kfail, bool pass, const char *msg_fmt, ...) in report_kfail()
|