Home
last modified time | relevance | path

Searched refs:test_list (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dfull_md.rb47 "#{md(desc['assertion'])} [#{test_list(desc['tests'])}]#{non_testable}"
55 "#{md(@verification_hash[ver['verification']])} [#{test_list(ver['tests'])}]"
59 "#{md(@exceptions_hash[entry['exception']])} [#{test_list(entry['tests'])}]"
62 def test_list(tests) method in FullMd
/arkcompiler/ets_runtime/test/moduletest/
DBUILD.gn17 test_list = [
116 foreach(test, test_list) {
145 test_list = [
223 foreach(test, test_list) {
252 test_list = [
321 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/vtable/break_inherit_info/
DBUILD.gn16 test_list = [
22 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/vtable/regression_tests/
DBUILD.gn16 test_list = [ "fix_duplicate_gen_class_prototype" ]
19 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/aot_compatibility_test/
DBUILD.gn17 test_list = [
26 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/analyze_property/
DBUILD.gn16 test_list = [
26 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/typeinfer/module_test/
DBUILD.gn16 test_list = [
26 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/
DBUILD.gn16 test_list = [
25 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/deopttest/
DBUILD.gn16 test_list = [
30 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/vtable/maintain_inherit_info/
DBUILD.gn16 test_list = [
23 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/
DBUILD.gn16 test_list = [
33 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/vtable/
DBUILD.gn16 test_list = [
25 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn16 test_list = [
32 foreach(test, test_list) {
42 test_list = [
222 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/aottest/aot_type_test/
DBUILD.gn17 test_list = [
41 foreach(test, test_list) {
/arkcompiler/ets_runtime/test/typeinfer/
DBUILD.gn42 test_list = [
107 foreach(test, test_list) {
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py514 test_list = pd.DataFrame(columns=["path", "status", "error", "type"])
518 test_list = pd.concat([test_list, pd.DataFrame(suc_col)])
529 test_list = pd.concat([test_list, pd.DataFrame(err_col)])
532 test_list.to_csv('test_statistics.csv', index=False)
533 test_list["type"].value_counts().to_csv('type_statistics.csv', index_label="error")
534 print("Type statistics:\n", test_list["type"].value_counts())
631 self.add_directory(self.test262_dir, "js", args.test_list, [])
655 test_list = load_list(path.abspath(test_list_path))
656 files = filter(lambda f: f in test_list, files)
/arkcompiler/toolchain/tooling/test/
DBUILD.gn98 "utils/test_list.cpp",