Searched refs:test_id_str (Results 1 – 2 of 2) sorted by relevance
540 static unsigned long parse_test_id(const char *test_id_str, size_t test_cases_len) in parse_test_id() argument546 test_id = strtoul(test_id_str, &endptr, 10); in parse_test_id()548 fprintf(stderr, "malformed test ID \"%s\"\n", test_id_str); in parse_test_id()562 const char *test_id_str) in skip_test() argument564 unsigned long test_id = parse_test_id(test_id_str, test_cases_len); in skip_test()569 const char *test_id_str) in pick_test() argument583 test_id = parse_test_id(test_id_str, test_cases_len); in pick_test()
101 const char *test_id_str);103 const char *test_id_str);