Home
last modified time | relevance | path

Searched refs:current_test_info (Results 1 – 5 of 5) sorted by relevance

/system/ulib/unittest/include/unittest/
A Dunittest.h209 if (current_test_info == NULL) { \
355 unittest_register_crash(current_test_info, handle)
371 return current_test_info->all_ok; \
395 struct test_info* current_test_info = &_ut_helper_test_info; \
426 current_test_info->all_ok = false; \
439 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; \
668 __UNUSED static struct test_info* current_test_info; variable
[all …]
/system/ulib/unittest/
A Dunittest.cpp180 void unittest_register_crash(struct test_info* current_test_info, zx_handle_t handle) { in unittest_register_crash() argument
181 crash_list_register(current_test_info->crash_list, handle); in unittest_register_crash()
199 struct test_info** current_test_info, in unittest_run_test() argument
205 *current_test_info = &test_info; in unittest_run_test()
245 *current_test_info = nullptr; in unittest_run_test()
260 struct test_info** current_test_info, bool* all_success, in unittest_run_named_test() argument
264 unittest_run_test(name, test, current_test_info, all_success, enable_crash_handler); in unittest_run_named_test()
/system/utest/sanitizer/
A Dsanitizer-utils.c46 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()
/system/utest/crypto/
A Dutils.h25 current_test_info->all_ok = false; \
/system/utest/blobfs/
A Dblobfs.cpp164 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