Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/
Dtest_utilities.h26 #define DEATH_TEST_F(test_fixture, test_name) TEST_F(test_fixture, DISABLED_##test_name) argument
27 #define DEATH_TEST_P(test_fixture, test_name) TEST_P(test_fixture, DISABLED_##test_name) argument
28 #define DEATH_TEST(test_fixture, test_name) TEST(test_fixture, DISABLED_##test_name) argument
30 #define DEATH_TEST_F(test_fixture, test_name) TEST_F(test_fixture, test_name) argument
31 #define DEATH_TEST_P(test_fixture, test_name) TEST_P(test_fixture, test_name) argument
32 #define DEATH_TEST(test_fixture, test_name) TEST(test_fixture, test_name) argument
/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp267 #define SINGLE_PARAM_TEST_TEMPLATE(test_name, encode_func) \ argument
289 #define DOUBLE_PARAM_TEST_TEMPLATE(test_name, encode_func) \ argument
316 #define ONE_TEST_BODY(test_class, test_method, test_name, arch) \ argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_printer_test.cpp278 #define SINGLE_PARAM_TEST_TEMPLATE(test_name, encode_func) \ argument
298 #define DOUBLE_PARAM_TEST_TEMPLATE(test_name, encode_func) \ argument
323 #define ONE_TEST_BODY(test_class, test_method, test_name, arch) \ argument
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp94 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "define_info_test.abc"; variable
198 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "debug_info_test.abc"; variable
233 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "callee_info_test.abc"; variable
363 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "graph_test.abc"; variable
482 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "module_info_test.abc"; variable
564 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "async_function_test.abc"; variable
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py159 def prepare_incremental_task(task, test_name): argument