Home
last modified time | relevance | path

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

/third_party/node/test/tools/
Dtest_checkimports.py27 fixturesDir = path.join(path.dirname(__file__), '..', '..', variable in CheckImportsTest
32 self.assertEqual(is_valid(path.join(self.fixturesDir, 'invalid.cc')),
46 self.assertEqual(is_valid(path.join(self.fixturesDir, 'maybe.cc')),
53 self.assertEqual(is_valid(path.join(self.fixturesDir, 'unused.cc')),
60 self.assertEqual(is_valid(path.join(self.fixturesDir, 'unsorted.cc')),
71 self.assertEqual(is_valid(path.join(self.fixturesDir, 'valid.cc')),
/third_party/node/test/message/
Desm_loader_not_found_cjs_hint_bare.js6 const { fixturesDir } = require('../common/fixtures');
11 join(fixturesDir, 'esm_loader_not_found_cjs_hint_bare.mjs'),
14 cwd: fixturesDir,
/third_party/node/test/common/
Dfixtures.js6 const fixturesDir = path.join(__dirname, '..', 'fixtures'); constant
9 return path.join(fixturesDir, ...args);
23 fixturesDir, property
Dfixtures.mjs4 fixturesDir,
11 fixturesDir,
DREADME.md642 ### `fixtures.fixturesDir`
652 Returns the result of `path.join(fixtures.fixturesDir, ...args)`.
659 `fs.readFileSync(path.join(fixtures.fixturesDir, ...args), 'enc')`.
666 `fs.readFileSync(path.join(fixtures.fixturesDir, 'keys', arg), 'enc')`.
/third_party/node/test/sequential/
Dtest-require-cache-without-stat.js29 const { fixturesDir } = require('../common/fixtures');
50 require(`${fixturesDir}/a`);
61 require(`${fixturesDir}/a`);
Dtest-fs-stat-sync-overflow.js24 const { fixturesDir } = require('../common/fixtures');
37 `"${process.execPath}" "${fixturesDir}/test-fs-stat-sync-overflow.js"`;
/third_party/node/test/parallel/
Dtest-fs-symlink-dir-junction-relative.js35 const linkTarget = fixtures.fixturesDir;
36 const linkData = fixtures.fixturesDir;
Dtest-preload.js178 { cwd: fixtures.fixturesDir },
187 { cwd: fixtures.fixturesDir },
198 { cwd: fixtures.fixturesDir },
Dtest-tls-env-bad-extra-ca.js22 NODE_EXTRA_CA_CERTS: `${fixtures.fixturesDir}/no-such-file-exists-��`,
Dtest-fs-buffer.js32 const dir = Buffer.from(fixtures.fixturesDir);
Dtest-fs-realpath-on-substed-drive.js21 result = spawnSync('subst', [drive, fixtures.fixturesDir]);
Dtest-fs-whatwg-url.js18 const p = path.resolve(fixtures.fixturesDir, 'a.js');
Dtest-repl-require.js11 process.chdir(fixtures.fixturesDir);
Dtest-fs-realpath-buffer-encoding.js7 const string_dir = fs.realpathSync(fixtures.fixturesDir);
Dtest-repl-tab-complete-import.js18 process.chdir(fixtures.fixturesDir);
Dtest-repl-tab-complete.js46 process.chdir(fixtures.fixturesDir);
/third_party/typescript_eslint/packages/parser/tests/tools/
Dtest-utils.ts85 fixturesDir: string,
89 .replace(fixturesDir + '/', '')
/third_party/typescript_eslint/packages/typescript-estree/tools/
Dtest-utils.ts53 fixturesDir: string,
57 .replace(fixturesDir + '/', '')
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md1702 * [[`3bf3dc465f`](https://github.com/nodejs/node/commit/3bf3dc465f)] - **test**: remove fixturesDir
1703 …//github.com/nodejs/node/commit/0cd4503b76)] - **test**: remove common.fixturesDir from tests (Ric…
1940 * [[`315fba8bfd`](https://github.com/nodejs/node/commit/315fba8bfd)] - **test**: used fixturesDir f…
1975 …https://github.com/nodejs/node/commit/c4176eb722)] - **test**: replace fixturesDir with usage of f…
1977 …/github.com/nodejs/node/commit/0fa659cdcd)] - **test**: replace common.fixturesDir with fixtures m…
1978 …/github.com/nodejs/node/commit/1e6845d024)] - **test**: replace common.fixturesDir with fixtures.r…
1979 …github.com/nodejs/node/commit/7b1491711d)] - **test**: replace `common.fixturesDir` usage (Sascha …
2114 …https://github.com/nodejs/node/commit/d185bfdcef)] - **test**: replace fixturesDir in test-tls-con…
2270 …ttps://github.com/nodejs/node/commit/b0b224c823)] - **http2**: replace fixturesDir with common.fix…
2319 …s/node/commit/fad763789d)] - **test**: use fixtures.readKey instead of fixturesDir (Paul Marion Ca…
[all …]
DCHANGELOG_V6.md996 * [[`f226ca6b12`](https://github.com/nodejs/node/commit/f226ca6b12)] - **test**: used fixturesDir f…
1020 …/github.com/nodejs/node/commit/e7a456a5ee)] - **test**: replace common.fixturesDir with fixtures m…
1021 …/github.com/nodejs/node/commit/04af0fdab7)] - **test**: replace common.fixturesDir with fixtures.r…
1025 …https://github.com/nodejs/node/commit/8e62fcb2cf)] - **test**: replace fixturesDir in test-tls-con…
1043 …s/node/commit/773652903d)] - **test**: use fixtures.readKey instead of fixturesDir (Paul Marion Ca…
1044 …https://github.com/nodejs/node/commit/34dfce7710)] - **test**: replace fixturesDir with fixtures m…
1045 …https://github.com/nodejs/node/commit/0a88e1bd60)] - **test**: replace fixturesDir with fixtures m…
1059 …/github.com/nodejs/node/commit/6285e7221e)] - **test**: replace common.fixturesDir (Shawn McGinty)…
1063 …//github.com/nodejs/node/commit/8eb84d6780)] - **test**: change common.fixturesDir to fixtures.pat…
1065 …https://github.com/nodejs/node/commit/e5fbc03563)] - **test**: replace fixturesDir with common.fix…
[all …]
DCHANGELOG_V9.md1657 * [[`259f2d331d`](https://github.com/nodejs/node/commit/259f2d331d)] - **test**: remove fixturesDir
1658 …//github.com/nodejs/node/commit/92b29cd659)] - **test**: remove common.fixturesDir from tests (Ric…
1908 * [[`ad02676816`](https://github.com/nodejs/node/commit/ad02676816)] - **test**: used fixturesDir f…
2055 …https://github.com/nodejs/node/commit/e4b3c00e48)] - **test**: replace fixturesDir with usage of f…
2058 …/github.com/nodejs/node/commit/ec1b1108af)] - **test**: replace common.fixturesDir with fixtures m…
2059 …/github.com/nodejs/node/commit/700c5e7795)] - **test**: replace common.fixturesDir with fixtures.r…
2060 …github.com/nodejs/node/commit/bcd818af2a)] - **test**: replace `common.fixturesDir` usage (Sascha …
DCHANGELOG_IOJS.md243 ….com/nodejs/node/commit/c56aa829f0)] - **test**: use tmpDir instead of fixturesDir (Sakthipriyan V…
DCHANGELOG_V4.md541 …ps://github.com/nodejs/node/commit/324c82b1c9)] - **test**: use common.fixturesDir almost everywhe…
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/
Dfloat.patch501 -var file = path.resolve(common.fixturesDir, 'x1024.txt');