Searched refs:CompilerBaselineRunner (Results 1 – 2 of 2) sorted by relevance
25 return new CompilerBaselineRunner(CompilerTestType.Conformance);27 return new CompilerBaselineRunner(CompilerTestType.Regressions);29 return new CompilerBaselineRunner(CompilerTestType.OH);159 runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));160 runners.push(new CompilerBaselineRunner(CompilerTestType.Regressions));163 runners.push(new CompilerBaselineRunner(CompilerTestType.OH));166 runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));211 runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));212 runners.push(new CompilerBaselineRunner(CompilerTestType.Regressions));213 runners.push(new CompilerBaselineRunner(CompilerTestType.OH));
13 export class CompilerBaselineRunner extends RunnerBase { class