Home
last modified time | relevance | path

Searched defs:testFile (Results 1 – 9 of 9) 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.ts20 testFile: string; property
DTestFactory.ts38 testFile: string; property
87 const { testDir, testFile, testRunnerOpts } = runTestFileOpts; constant
DTestRunner.ts182 for (const testFile of testFiles) { constant
DLintTest.ts36 readonly testFile: string; property in LintTest
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp432 std::string testFile = "file_size_test.abc"; in HWTEST_F_L0() local
446 std::string testFile = "file_size_test.abc"; in HWTEST_F_L0() local
458 std::string testFile = "file_size_test.abc"; in HWTEST_F_L0() local
481 std::string testFile = "file_bind_panda_file_test.abc"; in HWTEST_F_L0() local
497 std::string testFile = "get_an_index_test.abc"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
Dtest_debug_info.cpp32 auto testFile = std::getenv("TEST_FILE"); in GetTestFile() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DPrinterUtils.spec.ts207 let testFile = 'test/ut/utils/testFile.ts'; variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp873 std::ofstream testFile; in TEST() local