Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts20 abstract testDir: string; property in Harness.ExternalCompileRunnerBase
109 readonly testDir = "tests/cases/user/"; property in Harness.UserCodeRunner
126 readonly testDir = "tests/cases/docker/"; property in Harness.DockerfileRunner
279 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/deps/npm/test/lib/utils/
Dtar.js26 const testDir = t.testdir({ constant
58 const testDir = t.testdir({ constant
108 const testDir = t.testdir({ 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/node/deps/npm/test/lib/commands/
Doutdated.js409 const testDir = { variable
436 const testDir = { variable
462 const testDir = { variable
483 const testDir = { variable
509 const testDir = { variable
588 const testDir = { variable
Ddoctor.js41 testDir: { property
/third_party/node/test/sequential/
Dtest-fs-opendir-recursive.js10 const testDir = tmpdir.path; constant
Dtest-fs-watch.js41 const testDir = tmpdir.path; constant
/third_party/glslang/gtests/
DTestFixture.h555 void loadFileCompileIoMapAndCheck(const std::string& testDir, in loadFileCompileIoMapAndCheck()
673 void loadFilePreprocessAndCheck(const std::string& testDir, in loadFilePreprocessAndCheck()
/third_party/nghttp2/integration-tests/
Dserver_tester.go34 testDir = sourceDir + "/integration-tests" const