| /arkcompiler/toolchain/tooling/dynamic/test/utils/ |
| D | test_list.cpp | 62 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName() 72 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
|
| D | test_entry.cpp | 29 std::string testName = GetCurrentTestName(); in StartDebuggerImpl() local
|
| D | test_hooks.h | 26 TestHooks(const std::string &testName, const EcmaVM *vm) : vm_(vm) in TestHooks()
|
| D | test_util.h | 35 static void RegisterTest(const std::string &testName, std::unique_ptr<TestEvents> test) in RegisterTest()
|
| /arkcompiler/toolchain/tooling/dynamic/test/client_utils/ |
| D | test_list.cpp | 160 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName() 170 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
|
| D | test_util.h | 46 static void RegisterTest(const std::string &testName, std::unique_ptr<TestActions> test) in RegisterTest()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | init.cpp | 31 const char *testName = GetCurrentTestName(); in StartDebugger() local
|
| D | test_util.h | 38 …static void RegisterTest(panda_file::SourceLang language, const char *testName, std::unique_ptr<Ap… in RegisterTest()
|
| D | test_runner.h | 25 explicit TestRunner(const char *testName) in TestRunner()
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_entry_test.cpp | 61 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| D | debugger_cinterp_test.cpp | 61 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| D | debugger_cint_client_test.cpp | 69 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| D | debugger_client_test.cpp | 70 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/interop/ |
| D | interop_not_have_property_js.js | 18 constructor(testName) { argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | unit_test.h | 478 #define TEST_GRAPH(ns, testName, ...) /* CC-OFF(G.PRE.06) solid logic */ \ argument 509 #define SRC_GRAPH(testName, ...) TEST_GRAPH(src_graph, testName, __VA_ARGS__) argument 510 #define OUT_GRAPH(testName, ...) TEST_GRAPH(out_graph, testName, __VA_ARGS__) argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/ |
| D | interop_test_helper.cpp | 28 bool RunAbcFileOnArkJSVM(napi_env env, const std::string_view path, std::string_view testName) in RunAbcFileOnArkJSVM()
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/ |
| D | run_tests.ts | 320 for (const [testName, testConfig] of Object.entries(testCases)) { constant
|