Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp102 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 …]
Dcompiler_regalloc_test.cpp450 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/
Dtest_core_array_lib.j216 {%- for test_name, test_data in item.method_test_index_data.items() %}
Dtest_core_array_lib_exception.j216 {%- for test_name, test_data in item.method_test_index_data.items() %}
Dtest_serialization_json_lib.j216 {%- for test_name, test_data in item.method_test_index_data.items() %}
Dtest_core_regexp_lib.j216 {%- for test_name, test_data in item.method_test_index_data.items() %}
Dtest_escompat_math_lib.j217 {%- for test_name, test_data in item.method_test_index_data.items() %}
Dtest_core_math_lib.j217 {%- for test_name, test_data in item.method_test_index_data.items() %}
Dtest_function_template.j217 {%- for param_name, param_data in test_data.items() %}
Dtest_main_function_escompat.j219 {% for test_name, test_data in item.method_test_index_data.items() %}
Dtest_static_method_template.j217 {%- for param_name, param_data in test_data.items() %}
Dtest_function_template_escompat.j217 {%- for param_name, param_data in test_data.items() %}
Dtest_function_template_exception.j217 {%- for param_name, param_data in test_data.items() %}
Dtest_instance_method_template.j222 {%- for param_name, param_data in test_data.items() %}
Dtest_main_function.j226 {%- for test_name, test_data in item.method_test_index_data.items() %}
Dtest_escompat_dataview.j219 const TEST_DATA : {{.item.test_data_type}} = {{.item.test_data}};
/arkcompiler/ets_runtime/test/ffiworkloadtest/
Dget_ffi_workload_report.py85 test_data = {}
90 return test_data
97 test_data[js_case_name_tmp] = case_data
99 return test_data
/arkcompiler/ets_runtime/test/aotjsperftest/
Drun_js_test.py379test_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/
Drun_js_test.py355test_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)