Home
last modified time | relevance | path

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

/third_party/typescript/scripts/importDefinitelyTypedTests/
DimportDefinitelyTypedTests.ts49 …lyTypedTest(tscPath: string, rwcTestPath: string, testCaseName: string, testFiles: string[], respo…
50 let cmd = "node " + tscPath + " --module commonjs " + testFiles.join(" ");
124 const testFiles: string[] = []; constant
132 testFiles.push(filePath);
140 if (testFiles.length === 0) {
/third_party/typescript/tests/baselines/reference/
DsourceMapWithCaseSensitiveFileNamesAndOutDir.sourcemap.txt5 sources: ../testFiles/app.ts
9 sourceFile:../testFiles/app.ts
80 sources: ../testFiles/app2.ts
84 sourceFile:../testFiles/app2.ts
DsourceMapWithCaseSensitiveFileNames.sourcemap.txt5 sources: ../testFiles/app.ts,../testFiles/app2.ts
9 sourceFile:../testFiles/app.ts
78 sourceFile:../testFiles/app2.ts
DsourceMapWithCaseSensitiveFileNames.js.map2 {"version":3,"file":"fooResult.js","sourceRoot":"","sources":["../testFiles/app.ts","../testFiles/a…
DsourceMapWithCaseSensitiveFileNamesAndOutDir.js.map2 {"version":3,"file":"app.js","sourceRoot":"","sources":["../testFiles/app.ts"],"names":[],"mappings…
4 {"version":3,"file":"app2.js","sourceRoot":"","sources":["../testFiles/app2.ts"],"names":[],"mappin…
DsourceMapWithNonCaseSensitiveFileNames.types1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
DsourceMapWithNonCaseSensitiveFileNamesAndOutDir.types1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
DsourceMapWithNonCaseSensitiveFileNamesAndOutDir.symbols1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
DsourceMapWithCaseSensitiveFileNames.types1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
DsourceMapWithNonCaseSensitiveFileNames.symbols1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
DsourceMapWithCaseSensitiveFileNamesAndOutDir.types1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
DsourceMapWithCaseSensitiveFileNamesAndOutDir.symbols1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
DsourceMapWithCaseSensitiveFileNames.symbols1 === tests/cases/compiler/testFiles/app.ts ===
8 === tests/cases/compiler/testFiles/app2.ts ===
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/
DsemanticInfo.test.ts19 const testFiles = glob.sync(`**/*.src.ts`, { constant
44 testFiles.forEach(filename => {
57 const filename = testFiles[0];
72 const filename = testFiles[0];
89 const filename = testFiles[0];
Dsemantic-diagnostics-enabled.test.ts13 const testFiles = glob.sync(`${FIXTURES_DIR}/**/*.src.*`); constant
16 testFiles.forEach(filename => {
/third_party/typescript_eslint/packages/parser/tests/lib/
Dservices.ts16 const testFiles = glob.sync(`**/*.src.ts`, { constant
33 testFiles.forEach(filename => {
/third_party/node/test/parallel/
Dtest-zlib.js72 let testFiles = ['person.jpg', 'elipses.txt', 'empty.txt']; variable
76 testFiles = ['person.jpg'];
80 testFiles.forEach(common.mustCall((file) => {
82 }, testFiles.length));
/third_party/typescript/src/testRunner/
Dtest262Runner.ts100 const testFiles = this.getTestFiles(); constant
101 testFiles.forEach(fn => {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Drunner.dart28 List<String> testFiles, {
80 ..addAll(testFiles);
93 ..addAll(testFiles);
/third_party/libxml2/
Dregressions.py223 testFiles = glob.glob(os.path.abspath(dir + testDescription['file']))
224 if testFiles == []:
238 for f in testFiles:
/third_party/chromium/patch/
D0001-cve.patch124651 - testFiles = glob.glob(os.path.abspath(dir + testDescription['file']))
124652 - if testFiles == []:
124666 - for f in testFiles: