Home
last modified time | relevance | path

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

/lib/kunit/
A Dtest.c502 int try_exit_code = kunit_try_catch_get_result(&test->try_catch); in kunit_catch_run_case_cleanup() local
507 if (try_exit_code) { in kunit_catch_run_case_cleanup()
512 if (try_exit_code == -ETIMEDOUT) { in kunit_catch_run_case_cleanup()
520 try_exit_code); in kunit_catch_run_case_cleanup()
533 int try_exit_code = kunit_try_catch_get_result(&test->try_catch); in kunit_catch_run_case() local
535 if (try_exit_code) { in kunit_catch_run_case()
541 if (try_exit_code == -ETIMEDOUT) { in kunit_catch_run_case()
549 try_exit_code); in kunit_catch_run_case()

Completed in 5 milliseconds