Searched refs:testName_ (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/toolchain/tooling/test/utils/ | ||
H A D | test_hooks.h | 28 testName_ = testName; in TestHooks() 127 LOG_DEBUGGER(FATAL) << "Test " << testName_ << " failed"; in TerminateTest() 137 std::string testName_; member in panda::ecmascript::tooling::test::TestHooks |
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ | ||
H A D | test_runner.h | 29 testName_ = testName; in TestRunner() 264 LOG(FATAL, DEBUGGER) << "Test " << testName_ << " failed"; in TerminateTest() 270 const char *testName_; member in ark::tooling::test::TestRunner |
/arkcompiler/runtime_core/static_core/compiler/tests/ | ||
H A D | asm_printer_test.cpp | 261 testName_ = std::move(name); in SetTestName() 266 return testName_; in GetTestName() 300 std::string testName_; member in ark::compiler::PrinterTest |
Completed in 2 milliseconds