Home
last modified time | relevance | path

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

/system/ulib/unittest/
A Dunittest.cpp204 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()
/system/ulib/unittest/include/unittest/
A Dunittest.h371 return current_test_info->all_ok; \
399 return _ut_helper_test_info.all_ok
426 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 …]
/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