Searched refs:ci_skip_tests (Results 1 – 2 of 2) sorted by relevance
330 for (i = ARRAY_SIZE(tests); i < ARRAY_SIZE(tests) + ARRAY_SIZE(ci_skip_tests); i++) in print_tests()331 printf("%u: %s\n", i, ci_skip_tests[i - ARRAY_SIZE(tests)].name); in print_tests()336 const size_t total_tests = ARRAY_SIZE(tests) + ARRAY_SIZE(ci_skip_tests); in main()456 &ci_skip_tests[j - ARRAY_SIZE(tests)]); in main()
299 static const struct test_spec ci_skip_tests[] = { variable