Function report |
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 activity | Download SCCT | Chinese |
Name:kunit_catch_run_case
Proto:static void kunit_catch_run_case(void *data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | data |
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 |
265 | kunit_err() - Prints an ERROR level message associated with @test.*@test: The test context object.*@fmt: A printk() style format string.* Prints an error level message.(test, "internal error occurred preventing test case from running: %d\n", try_exit_code) |
268 | Return |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |