Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dupdate-test-results.mjs77 function updateTestFile(testDir, testFile) { argument
93 function updateTest(testDir, testFile, mode) { argument
100 function updateLintResult(testDir, testFile, mode) { argument
137 function updateMigrateResult(testDir, testFile) { argument
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DRunTestFileOptions.ts19 testDir: string; property
DTestFactory.ts37 testDir: string; property
87 const { testDir, testFile, testRunnerOpts } = runTestFileOpts; constant
DTestRunner.ts122 for (const testDir of testRunnerOpts.testDirs) { constant
DLintTest.ts35 readonly testDir: string; property in LintTest
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp346 const std::string &testDir) in TestGetAnFileIndexCmdLineMode()
383 const std::string &testDir) in TestGetAnFileIndexHapMode()
/arkcompiler/ets_frontend/ets2panda/bindings/test/
Drun_tests.ts376 const testDir = path.resolve(process.argv[2]); constant