Lines Matching full:skip
265 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (%s)\n", reason); in test_and_print()
267 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip\n"); in test_and_print()
335 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (user override)\n"); in run_shell_tests()
363 bool skip = true; in __cmd_test() local
371 skip = false; in __cmd_test()
374 if (skip) in __cmd_test()
381 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (user override)\n"); in __cmd_test()
401 " Skip (not compiled in)\n"); in __cmd_test()
484 const char *skip = NULL; in cmd_test() local
486 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test()
514 if (skip != NULL) in cmd_test()
515 skiplist = intlist__new(skip); in cmd_test()