Searched refs:_skip_regex (Results 1 – 1 of 1) sorted by relevance
67 text::regex _skip_regex; member in __anon692e57510111::tap_parser105 const text::regex_matches skip_matches = _skip_regex.match(line); in try_parse_plan()155 if (_todo_regex.match(line) || _skip_regex.match(line)) { in try_parse_result()177 _skip_regex(text::regex::compile("(SKIP|Skipped:?)[ \t]*(.*)$", 2, in tap_parser()