Home
last modified time | relevance | path

Searched defs:testName (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_list.cpp62 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName()
72 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
Dtest_entry.cpp29 std::string testName = GetCurrentTestName(); in StartDebuggerImpl() local
Dtest_hooks.h26 TestHooks(const std::string &testName, const EcmaVM *vm) : vm_(vm) in TestHooks()
Dtest_util.h35 static void RegisterTest(const std::string &testName, std::unique_ptr<TestEvents> test) in RegisterTest()
/arkcompiler/toolchain/tooling/dynamic/test/client_utils/
Dtest_list.cpp160 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName()
170 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
Dtest_util.h46 static void RegisterTest(const std::string &testName, std::unique_ptr<TestActions> test) in RegisterTest()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dinit.cpp31 const char *testName = GetCurrentTestName(); in StartDebugger() local
Dtest_util.h38 …static void RegisterTest(panda_file::SourceLang language, const char *testName, std::unique_ptr<Ap… in RegisterTest()
Dtest_runner.h25 explicit TestRunner(const char *testName) in TestRunner()
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_entry_test.cpp61 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
Ddebugger_cinterp_test.cpp61 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
Ddebugger_cint_client_test.cpp69 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
Ddebugger_client_test.cpp70 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_not_have_property_js.js18 constructor(testName) { argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h478 #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/
Dinterop_test_helper.cpp28 bool RunAbcFileOnArkJSVM(napi_env env, const std::string_view path, std::string_view testName) in RunAbcFileOnArkJSVM()
/arkcompiler/ets_frontend/ets2panda/bindings/test/
Drun_tests.ts320 for (const [testName, testConfig] of Object.entries(testCases)) { constant