Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kunit\test.c Create Date:2022-07-28 06:38:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kunit_catch_run_case

Proto:static void kunit_catch_run_case(void *data)

Type:void

Parameter:

TypeParameterName
void *data
247  ctx = data
248  test = test
249  suite = suite
250  try_exit_code = kunit_try_catch_get_result( & try_catch)
252  If try_exit_code Then
253  kunit_set_failure(test)
258  If try_exit_code == -ETIMEDOUT Then
264  Else
268  Return
275  Performs post validations and cleanup after a test case was run.* XXX: Should ONLY BE CALLED AFTER kunit_run_case_internal!