Searched refs:test_id_str (Results 1 – 2 of 2) sorted by relevance
469 static unsigned long parse_test_id(const char *test_id_str, size_t test_cases_len) in parse_test_id() argument475 test_id = strtoul(test_id_str, &endptr, 10); in parse_test_id()477 fprintf(stderr, "malformed test ID \"%s\"\n", test_id_str); in parse_test_id()491 const char *test_id_str) in skip_test() argument493 unsigned long test_id = parse_test_id(test_id_str, test_cases_len); in skip_test()498 const char *test_id_str) in pick_test() argument512 test_id = parse_test_id(test_id_str, test_cases_len); in pick_test()
66 const char *test_id_str);68 const char *test_id_str);