Searched defs:current_test (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 223 static const struct test *current_test; /* test currently being run */ variable in typeref:struct:test 458 fprintf( stdout, "%s: child process wait failed\n", current_test->name ); 466 fprintf( stdout, "%s: exception 0x%08x in child process\n", current_test->name, exit_code ); 472 current_test->name, exit_code ); 578 current_test = test; 610 fprintf( stdout, "%s: unhandled exception %08x at %p\n", current_test->name,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 220 static const struct test *current_test; /* test currently being run */ variable in typeref:struct:test 445 fprintf( stdout, "%s: child process wait failed\n", current_test->name ); 453 fprintf( stdout, "%s: exception 0x%08x in child process\n", current_test->name, exit_code ); 459 current_test->name, exit_code ); 565 current_test = test;
|
Completed in 289 milliseconds