Lines Matching full:tests
3 * Interception tests - for s390x CPU instruction that cause a VM exit
204 } tests[] = { variable
230 } else for (ti = 0; tests[ti].name != NULL; ti++) { in parse_intercept_test_args()
231 if (!strcmp(tests[ti].name, argv[i])) { in parse_intercept_test_args()
233 tests[ti].run_it = true; in parse_intercept_test_args()
235 } else if (tests[ti + 1].name == NULL) { in parse_intercept_test_args()
243 for (ti = 0; tests[ti].name != NULL; ti++) in parse_intercept_test_args()
244 tests[ti].run_it = true; in parse_intercept_test_args()
262 for (ti = 0; tests[ti].name != NULL; ti++) { in main()
263 report_prefix_push(tests[ti].name); in main()
264 if (tests[ti].run_it) in main()
265 tests[ti].func(); in main()