Home
last modified time | relevance | path

Searched refs:testDir (Results 1 - 11 of 11) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-opendir.js10 const testDir = tmpdir.path;
18 fs.closeSync(fs.openSync(path.join(testDir, filename), 'w'));
47 const dir = fs.opendirSync(testDir);
54 assert.deepStrictEqual(entries.map((d) => d.path), files.map((name) => path.join(testDir, name)));
55 assert.deepStrictEqual(entries.map((d) => d.parentPath), Array(entries.length).fill(testDir));
61 assert.strictEqual(dir.path, testDir);
70 fs.opendir(testDir, common.mustSucceed((dir) => {
123 const dir = await fs.promises.opendir(testDir);
145 for await (const dirent of await fs.promises.opendir(testDir)) {
159 const dir = await fs.promises.opendir(testDir);
[all...]
/third_party/node/test/sequential/
H A Dtest-fs-opendir-recursive.js10 const testDir = tmpdir.path;
83 createFiles(testDir, fileStructure);
84 const symlinksRootPath = pathModule.join(testDir, 'symlinks');
131 return pathModule.relative(testDir, dirent.path);
155 const dir = fs.opendirSync(testDir, { recursive: true });
161 fs.opendir(testDir, { recursive: true }, common.mustSucceed((dir) => {
191 const dir = fs.opendirSync(testDir, { recursive: true });
199 fs.opendir(testDir, { recursive: true }, common.mustSucceed((dir) => {
211 const dir = await fsPromises.opendir(testDir, { recursive: true });
H A Dtest-fs-watch.js41 const testDir = tmpdir.path;
55 const filepath = path.join(testDir, 'watch.txt');
74 const filepathAbs = path.join(testDir, 'hasOwnProperty');
76 process.chdir(testDir);
95 const testsubdir = fs.mkdtempSync(testDir + path.sep);
/third_party/glslang/gtests/
H A DTestFixture.h460 void loadFileCompileAndCheck(const std::string& testDir, in loadFileCompileAndCheck() argument
474 const std::string inputFname = testDir + "/" + testName; in loadFileCompileAndCheck()
476 testDir + baseDir + testName + ".out"; in loadFileCompileAndCheck()
499 void loadFileCompileAndCheckWithOptions(const std::string &testDir, in loadFileCompileAndCheckWithOptions() argument
509 const std::string inputFname = testDir + "/" + testName; in loadFileCompileAndCheckWithOptions()
510 const std::string expectedOutputFname = testDir + baseDir + testName + ".out"; in loadFileCompileAndCheckWithOptions()
528 void loadFileCompileFlattenUniformsAndCheck(const std::string& testDir, in loadFileCompileFlattenUniformsAndCheck() argument
535 const std::string inputFname = testDir + "/" + testName; in loadFileCompileFlattenUniformsAndCheck()
537 testDir + "/baseResults/" + testName + ".out"; in loadFileCompileFlattenUniformsAndCheck()
555 void loadFileCompileIoMapAndCheck(const std::string& testDir, in loadFileCompileIoMapAndCheck() argument
592 loadFileCompileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName=�, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileCompileRemapAndCheck() argument
619 loadFileRemapAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const unsigned int remapOptions = spv::spirvbin_t::NONE) loadFileRemapAndCheck() argument
673 loadFilePreprocessAndCheck(const std::string& testDir, const std::string& testName) loadFilePreprocessAndCheck() argument
699 loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, Target target, const std::string& entryPointName = �) loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck() argument
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Doutdated.js409 const testDir = {
428 prefixDir: testDir,
436 const testDir = {
455 prefixDir: testDir,
462 const testDir = {
474 prefixDir: testDir,
483 const testDir = {
502 prefixDir: testDir,
509 const testDir = {
528 prefixDir: testDir,
[all...]
/third_party/node/test/pummel/
H A Dtest-fs-watch-file.js35 const testDir = tmpdir.path;
38 const filepathOne = path.join(testDir, filenameOne);
42 const filepathTwoAbs = path.join(testDir, filenameTwo);
75 process.chdir(testDir);
/third_party/astc-encoder/Test/
H A Dastc_test_image.py322 testDir = os.path.dirname(__file__)
323 testDir = os.path.join(testDir, "Images")
325 for path in os.listdir(testDir):
326 fqPath = os.path.join(testDir, path)
404 testDir = "Test/Images/%s" % imageSet
409 dat = (testDir, refName, quality)
415 testSet = tts.TestSet(imageSet, testDir,
/third_party/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp51 const char* testDir = IntlTest::getSourceTestData(ec); in TextFile() local
55 if (!ensureCapacity((int32_t)(uprv_strlen(testDir) + uprv_strlen(name) + 1))) { in TextFile()
59 uprv_strcpy(buffer, testDir); in TextFile()
/third_party/nghttp2/integration-tests/
H A Dnghttpx_http1_test.go535 args: []string{"--mruby-file=" + testDir + "/req-set-header.rb"},
561 args: []string{"--mruby-file=" + testDir + "/req-return.rb"},
601 args: []string{"--mruby-file=" + testDir + "/req-return.rb"},
671 args: []string{"--mruby-file=" + testDir + "/resp-set-header.rb"},
696 args: []string{"--mruby-file=" + testDir + "/resp-return.rb"},
1093 "--mruby-file=" + testDir + "/req-return.rb",
1136 "--mruby-file=" + testDir + "/resp-return.rb",
1436 args: []string{"--mruby-file=" + testDir + "/req-return.rb"},
H A Dserver_tester.go34 testDir = sourceDir + "/integration-tests"
142 args = append(args, testDir+"/server.key", testDir+"/server.crt")
H A Dnghttpx_http2_test.go947 args: []string{"--subcert=" + testDir + "/alt-server.key:" + testDir + "/alt-server.crt"},
1117 args: []string{"--mruby-file=" + testDir + "/req-set-header.rb"},
1143 args: []string{"--mruby-file=" + testDir + "/req-return.rb"},
1183 args: []string{"--mruby-file=" + testDir + "/resp-set-header.rb"},
1208 args: []string{"--mruby-file=" + testDir + "/resp-return.rb"},
3201 "--mruby-file=" + testDir + "/req-return.rb",
3244 "--mruby-file=" + testDir + "/resp-return.rb",
3582 args: []string{"--mruby-file=" + testDir + "/req-return.rb"},

Completed in 9 milliseconds