Searched refs:show_result (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/lib/ |
D | test_emulate_step.c | 75 static void __init show_result(char *ins, char *result) in show_result() function 93 show_result("ld", "PASS"); in test_ld() 95 show_result("ld", "FAIL"); in test_ld() 111 show_result("lwz", "PASS"); in test_lwz() 113 show_result("lwz", "FAIL"); in test_lwz() 130 show_result("lwzx", "PASS"); in test_lwzx() 132 show_result("lwzx", "FAIL"); in test_lwzx() 148 show_result("std", "PASS"); in test_std() 150 show_result("std", "FAIL"); in test_std() 179 show_result("ldarx / stdcx.", "FAIL (ldarx)"); in test_ldarx_stdcx() [all …]
|
/Linux-v4.19/tools/testing/selftests/pstore/ |
D | pstore_tests | 14 show_result $? 18 show_result $? 23 show_result $?
|
D | common_tests | 20 show_result() { # result_value function 48 show_result $? 78 show_result $?
|
D | pstore_post_reboot_tests | 58 show_result $? 66 show_result $?
|