Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DcompilerRunner.ts88 payload = TestCaseParser.makeUnitsFromTest(test.content, test.file, rootDir);
147 private lastUnit: TestCaseParser.TestUnitData;
148 private harnessSettings: TestCaseParser.CompilerSettings;
158 …ctor(fileName: string, testCaseContent?: TestCaseParser.TestCaseContent, configurationOverrides?:
183 … testCaseContent = TestCaseParser.makeUnitsFromTest(IO.readFile(fileName)!, fileName, rootDir);
250 const settings = TestCaseParser.extractCompilerSettings(content);
334 …private createHarnessTestFile(lastUnit: TestCaseParser.TestUnitData, rootDir: string, unitName?: s…
Dtest262Runner.ts38 const testCaseContent = TestCaseParser.makeUnitsFromTest(content, testFilename);
/third_party/typescript/src/harness/
DharnessIO.ts328 …export function setCompilerOptionsFromHarnessSetting(settings: TestCaseParser.CompilerSettings, op…
392 harnessSettings: TestCaseParser.CompilerSettings | undefined,
446 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions | undefined;
454 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions,
837 …ompilerOptions, result: compiler.CompilationResult, harnessSettings: TestCaseParser.CompilerSettin…
883 …adonly TestFile[], otherFiles: readonly TestFile[], harnessSettings: TestCaseParser.CompilerSettin…
936 …function fileOutput(file: documents.TextDocument, harnessSettings: TestCaseParser.CompilerSettings…
1101 …export function getFileBasedTestConfigurations(settings: TestCaseParser.CompilerSettings, varyBy: …
1139 export namespace TestCaseParser { namespace
DfourslashImpl.ts20 fileOptions: Harness.TestCaseParser.CompilerSettings;
26 globalOptions: Harness.TestCaseParser.CompilerSettings;
94 …function convertGlobalOptionsToCompilerOptions(globalOptions: Harness.TestCaseParser.CompilerSetti…
4097 … const possiblySymlinks = Harness.TestCaseParser.parseSymlinkFromTest(line, symlinks);
/third_party/typescript/tests/baselines/reference/
Dparserharness.types5434 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil…
5435 >compileUnits : (units: TestCaseParser.TestUnitData[], callback: (res: Compiler.CompilerResult) => …
5436 >units : TestCaseParser.TestUnitData[]
5437 >TestCaseParser : any
5444 >lastUnit : TestCaseParser.TestUnitData
5445 >units[units.length - 1] : TestCaseParser.TestUnitData
5446 >units : TestCaseParser.TestUnitData[]
5449 >units : TestCaseParser.TestUnitData[]
5461 >lastUnit : TestCaseParser.TestUnitData
5468 >dependencies : TestCaseParser.TestUnitData[]
[all …]
Dparserharness.js1327 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil…
1383 …tion defineCompilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]…
1415 export module TestCaseParser {
3312 var TestCaseParser;
3313 (function (TestCaseParser) { argument
3416 TestCaseParser.makeUnitsFromTest = makeUnitsFromTest;
3417 })(TestCaseParser = Harness.TestCaseParser || (Harness.TestCaseParser = {}));
Dparserharness.symbols3877 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil…
3880 >TestCaseParser : Symbol(TestCaseParser, Decl(parserharness.ts, 1408, 5))
3881 >TestUnitData : Symbol(TestCaseParser.TestUnitData, Decl(parserharness.ts, 1418, 9))
3899 >lastUnit.name : Symbol(TestCaseParser.TestUnitData.name, Decl(parserharness.ts, 1422, 28))
3901 >name : Symbol(TestCaseParser.TestUnitData.name, Decl(parserharness.ts, 1422, 28))
3925 >lastUnit.content : Symbol(TestCaseParser.TestUnitData.content, Decl(parserharness.ts, 1421, 39))
3927 >content : Symbol(TestCaseParser.TestUnitData.content, Decl(parserharness.ts, 1421, 39))
3932 >lastUnit.references : Symbol(TestCaseParser.TestUnitData.references, Decl(parserharness.ts, 1424, …
3934 >references : Symbol(TestCaseParser.TestUnitData.references, Decl(parserharness.ts, 1424, 37))
4070 …tion defineCompilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]…
[all …]
Dparserharness.errors.txt1591 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil…
1653 …tion defineCompilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]…
1685 export module TestCaseParser {
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1327 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil…
1383 …tion defineCompilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]…
1415 export module TestCaseParser {