| /arkcompiler/runtime_core/compiler/tests/ |
| D | dump_test.cpp | 102 std::string test_data = "prop: start, bc: 0x00000000\n"; in __anonc76b74de0202() local 105 EXPECT_EQ(data.str(), test_data); in __anonc76b74de0202() 108 test_data = "prop: end, bc: 0x00000026\n"; in __anonc76b74de0202() 110 EXPECT_EQ(data.str(), test_data); in __anonc76b74de0202() 120 test_data = "prop: end, head, loop 1, bc: 0x00000026\n"; in __anonc76b74de0202() 122 EXPECT_EQ(data.str(), test_data); in __anonc76b74de0202() 125 test_data = "prop: loop 0, try_begin (id 0), bc: 0x00000015\n" in __anonc76b74de0202() 155 EXPECT_EQ(data.str(), test_data); in __anonc76b74de0202() 376 std::string test_data = " Parameter"; in __anonc76b74de0502() local 380 EXPECT_EQ(out.str(), test_data); in __anonc76b74de0502() [all …]
|
| D | compiler_regalloc_test.cpp | 450 std::string test_data = "Nodes: 0\n\n\n" in __anon6069078b0d02() local 455 EXPECT_EQ(data.str(), test_data); in __anon6069078b0d02() 552 test_data = "Nodes: 0\n\n\n" in __anon6069078b0d02() 573 EXPECT_EQ(data.str(), test_data); in __anon6069078b0d02() 576 test_data = "Nodes: 11\n\n\n" in __anon6069078b0d02() 592 EXPECT_EQ(data.str(), test_data); in __anon6069078b0d02() 696 std::string test_data = "Regalloc -> Codegen\n" in __anon6069078b1002() local 733 EXPECT_EQ(data.str(), test_data); in __anon6069078b1002()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/ |
| D | test_core_array_lib.j2 | 16 {%- for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_core_array_lib_exception.j2 | 16 {%- for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_serialization_json_lib.j2 | 16 {%- for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_core_regexp_lib.j2 | 16 {%- for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_escompat_math_lib.j2 | 17 {%- for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_core_math_lib.j2 | 17 {%- for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_function_template.j2 | 17 {%- for param_name, param_data in test_data.items() %}
|
| D | test_main_function_escompat.j2 | 19 {% for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_static_method_template.j2 | 17 {%- for param_name, param_data in test_data.items() %}
|
| D | test_function_template_escompat.j2 | 17 {%- for param_name, param_data in test_data.items() %}
|
| D | test_function_template_exception.j2 | 17 {%- for param_name, param_data in test_data.items() %}
|
| D | test_instance_method_template.j2 | 22 {%- for param_name, param_data in test_data.items() %}
|
| D | test_main_function.j2 | 26 {%- for test_name, test_data in item.method_test_index_data.items() %}
|
| D | test_escompat_dataview.j2 | 19 const TEST_DATA : {{.item.test_data_type}} = {{.item.test_data}};
|
| /arkcompiler/ets_runtime/test/ffiworkloadtest/ |
| D | get_ffi_workload_report.py | 85 test_data = {} 90 return test_data 97 test_data[js_case_name_tmp] = case_data 99 return test_data
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | run_js_test.py | 379 … test_data = run_js_case_via_ark(BINARY_PATH, file_path, class_name, api_name, report_file) 380 for _, key in enumerate(test_data.keys()): 381 Constants.TODAY_EXCUTE_INFO[key] = test_data.get(key)
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 355 … test_data = run_js_case_via_ark(file_path, class_name, api_name, iterations, report_file) 356 for _, key in enumerate(test_data.keys()): 357 Constants.TODAY_EXCUTE_INFO[key] = test_data.get(key)
|