Home
last modified time | relevance | path

Searched refs:configuredName (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/
DcompilerRunner.ts146 private configuredName: string; property in Harness.CompilerTest
161 this.configuredName = this.justName;
163 let configuredName = "";
168 if (configuredName) {
169 configuredName += ",";
171configuredName += `${key.toLowerCase()}=${configurationOverrides[key].toLowerCase()}`;
173 if (configuredName) {
176 this.configuredName = `${basename}(${configuredName})${extname}`;
258 this.configuredName,
266 Baseline.runBaseline(this.configuredName.replace(/\.tsx?$/, ".trace.json"),
[all …]