Function deqp_runner::read_baseline

source ·
pub fn read_baseline(path: Option<&PathBuf>) -> Result<RunnerResults>
Expand description

Reads in the --baseline argument of expected-failing tests. Baselines are of the same format as a failures.csv so you can use your first run as the baseline for future runs.