Searched refs:testcase (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/test/quickfix/ |
D | BUILD.gn | 55 foreach(testcase, hot_reload_test_list) { 56 host_quickfix_test_action("${testcase}") { 61 foreach(testcase, hot_patch_test_list) { 62 host_quickfix_test_action("${testcase}") { 72 foreach(testcase, hot_reload_test_list) { 73 deps += [ ":${testcase}QuickfixAction" ] 76 foreach(testcase, hot_patch_test_list) { 77 deps += [ ":${testcase}QuickfixAction" ]
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/ |
D | generate_abc_file.py | 45 testcase, m_flag = s.split(' ') 46 tc_name = os.path.basename(testcase) 52 testcase[0: testcase.rfind('/')]) 56 tc_path = os.path.join(tc_dir, testcase)
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | test_helper.h | 42 #define HWTEST_F_L0(testsuit, testcase) HWTEST_F(testsuit, testcase, testing::ext::TestSize.Level0) argument 43 #define HWTEST_P_L0(testsuit, testcase) HWTEST_P(testsuit, testcase, testing::ext::TestSize.Level0) argument
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
D | BUILD.gn | 22 "--testcase-list", 23 rebase_path("$ark_root/libark_defect_scan_aux/tests/testcase-list.txt"),
|
/arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
D | test-func-naming-expected.txt | 75 stownbyname 0xe, \testcase, v0
|
/arkcompiler/toolchain/ |
D | BUILD.gn | 113 # ecmascript unit testcase config
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
D | readme.md | 5 and run the xts testcase on the target to get the test result.
|
/arkcompiler/ets_runtime/ |
D | BUILD.gn | 476 # ecmascript unit testcase config 498 # ecmascript icu path for testcase config
|