Searched refs:all_ok (Results 1 – 5 of 5) sorted by relevance
204 test_info test_info = {.all_ok = true, nullptr}; in unittest_run_test()216 test_info.all_ok = false; in unittest_run_test()224 test_info.all_ok = false; in unittest_run_test()228 test_info.all_ok = false; in unittest_run_test()231 test_info.all_ok = false; in unittest_run_test()236 if (!test_info.all_ok) { in unittest_run_test()242 unittest_printf_critical(" [%s] (%d ms)\n", test_info.all_ok ? "PASSED" : "FAILED", in unittest_run_test()
371 return current_test_info->all_ok; \399 return _ut_helper_test_info.all_ok426 current_test_info->all_ok = false; \439 current_test_info->all_ok = false; \452 current_test_info->all_ok = false; \465 current_test_info->all_ok = false; \478 current_test_info->all_ok = false; \506 current_test_info->all_ok = false; \525 current_test_info->all_ok = false; \539 current_test_info->all_ok = false; \[all …]
46 my_loader_service_ok = current_test_info->all_ok; in my1_publish_data_sink()118 my_loader_service_ok = current_test_info->all_ok; in my2_load_abspath()
25 current_test_info->all_ok = false; \
164 current_test_info->all_ok = true; in TestWrapper()2498 current_test_info->all_ok = true; in TestCreateFailure()2569 current_test_info->all_ok = true; in TestExtendFailure()
Completed in 21 milliseconds