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/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp124 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "define_info_test.abc"; variable
173 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "define_info_test.abc"; variable
231 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "debug_info_test.abc"; variable
277 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "callee_info_test.abc"; variable
327 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "callee_info_test.abc"; variable
373 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "callee_info_test.abc"; variable
418 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "callee_info_test.abc"; variable
457 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "graph_test.abc"; variable
501 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "graph_test.abc"; variable
534 std::string test_name = DEFECT_SCAN_AUX_TEST_ABC_DIR "graph_test.abc"; variable
[all …]
/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/tests/cts-generator/generator/
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
/arkcompiler/ets_frontend/ets2panda/scripts/
Des2panda_pre_test.py99 def print_summary_to_file(log, file_name, word_for_success, word_for_fail, test_name): argument
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py41 def prepare_full_task(task, test_name): argument
353 def prepare_incremental_task(task, test_name): argument
835 def prepare_bytecode_har_task(task, test_name): argument
915 def prepare_current_task(task, test_name): argument