pub fn parse_regex_set<I, S>(exprs: I) -> Result<RegexSet>where
    S: AsRef<str>,
    I: IntoIterator<Item = S>,
Expand description

Parses a deqp-runner regex set list, used for the skips/flakes lists that the user specifies. We ignore empty lines and lines starting with “#”, so you can keep notes about why tests are disabled or flaky.