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);
156 private lastUnit: TestCaseParser.TestUnitData;
157 private harnessSettings: TestCaseParser.CompilerSettings;
167 …ctor(fileName: string, testCaseContent?: TestCaseParser.TestCaseContent, configurationOverrides?:
192 … testCaseContent = TestCaseParser.makeUnitsFromTest(IO.readFile(fileName)!, fileName, rootDir);
259 const settings = TestCaseParser.extractCompilerSettings(content);
343 …private createHarnessTestFile(lastUnit: TestCaseParser.TestUnitData, rootDir: string, unitName?: s…
Dtest262Runner.ts38 const testCaseContent = TestCaseParser.makeUnitsFromTest(content, testFilename);
/third_party/typescript/src/harness/
DharnessIO.ts334 …export function setCompilerOptionsFromHarnessSetting(settings: TestCaseParser.CompilerSettings, op…
398 harnessSettings: TestCaseParser.CompilerSettings | undefined,
452 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions | undefined;
460 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions,
836 …ompilerOptions, result: compiler.CompilationResult, harnessSettings: TestCaseParser.CompilerSettin…
882 …adonly TestFile[], otherFiles: readonly TestFile[], harnessSettings: TestCaseParser.CompilerSettin…
935 …function fileOutput(file: documents.TextDocument, harnessSettings: TestCaseParser.CompilerSettings…
1100 …export function getFileBasedTestConfigurations(settings: TestCaseParser.CompilerSettings, varyBy: …
1138 export namespace TestCaseParser { namespace
DfourslashImpl.ts20 fileOptions: Harness.TestCaseParser.CompilerSettings;
26 globalOptions: Harness.TestCaseParser.CompilerSettings;
94 …function convertGlobalOptionsToCompilerOptions(globalOptions: Harness.TestCaseParser.CompilerSetti…
4190 … 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.symbols3924 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil…
3927 >TestCaseParser : Symbol(TestCaseParser, Decl(parserharness.ts, 1408, 5))
3928 >TestUnitData : Symbol(TestCaseParser.TestUnitData, Decl(parserharness.ts, 1418, 9))
3946 >lastUnit.name : Symbol(TestCaseParser.TestUnitData.name, Decl(parserharness.ts, 1422, 28))
3948 >name : Symbol(TestCaseParser.TestUnitData.name, Decl(parserharness.ts, 1422, 28))
3973 >lastUnit.content : Symbol(TestCaseParser.TestUnitData.content, Decl(parserharness.ts, 1421, 39))
3975 >content : Symbol(TestCaseParser.TestUnitData.content, Decl(parserharness.ts, 1421, 39))
3980 >lastUnit.references : Symbol(TestCaseParser.TestUnitData.references, Decl(parserharness.ts, 1424, …
3982 >references : Symbol(TestCaseParser.TestUnitData.references, Decl(parserharness.ts, 1424, 37))
4124 …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 {