Home
last modified time | relevance | path

Searched defs:testDir (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts19 abstract testDir: string; property in Harness.ExternalCompileRunnerBase
107 readonly testDir = "tests/cases/user/"; property in Harness.UserCodeRunner
124 readonly testDir = "tests/cases/docker/"; property in Harness.DockerfileRunner
277 readonly testDir = "../DefinitelyTyped/types/"; property in Harness.DefinitelyTypedRunner
/third_party/node/test/pummel/
Dtest-fs-watch-non-recursive.js35 const testDir = tmpdir.path; constant
Dtest-fs-watch-file.js35 const testDir = tmpdir.path; constant
/third_party/node/test/parallel/
Dtest-fs-watch-recursive.js12 const testDir = tmpdir.path; constant
Dtest-fs-opendir.js10 const testDir = tmpdir.path; constant
/third_party/icu/icu4c/source/test/intltest/
Dtextfile.cpp51 const char* testDir = IntlTest::getSourceTestData(ec); in TextFile() local
/third_party/libxml2/fuzz/
DgenSeed.c251 processXPath(const char *testDir, const char *prefix, const char *name, in processXPath()
332 processXPathDir(const char *testDir) { in processXPathDir()
/third_party/node/deps/npm/test/tap/
Dinstall-before.js15 const testDir = common.pkg constant
Dpublish.js11 const testDir = common.pkg constant
Dshrinkwrap-resolve-conflict.js15 const testDir = common.pkg constant
Dci.js16 const testDir = common.pkg constant
Dpack.js15 const testDir = common.pkg constant
Daliases.js18 const testDir = common.pkg constant
Daudit.js15 const testDir = common.pkg constant
Daudit-fix.js16 const testDir = common.pkg constant
/third_party/node/test/sequential/
Dtest-fs-watch.js41 const testDir = tmpdir.path; constant
/third_party/glslang/gtests/
DTestFixture.h538 void loadFileCompileIoMapAndCheck(const std::string& testDir, in loadFileCompileIoMapAndCheck()
656 void loadFilePreprocessAndCheck(const std::string& testDir, in loadFilePreprocessAndCheck()
/third_party/nghttp2/integration-tests/
Dserver_tester.go35 testDir = sourceDir + "/integration-tests" const