/third_party/libabigail/tests/ |
D | test-read-ctf.cc | 27 using abigail::tests::read_common::InOutSpec; 38 static InOutSpec in_out_specs[] = 400 test_task_ctf(const InOutSpec &s, 424 test_task_ctf::test_task_ctf(const InOutSpec &s, in test_task_ctf() 500 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() 521 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main()
|
D | test-diff-filter.cc | 35 struct InOutSpec struct 44 InOutSpec in_out_specs[] = 835 InOutSpec spec; 840 test_task(const InOutSpec& s) in test_task() 934 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() 940 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
|
D | test-diff-suppr.cc | 35 struct InOutSpec struct 47 InOutSpec in_out_specs[] = 2066 const InOutSpec& spec; 2073 test_task(const InOutSpec& s, in test_task() 2178 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() 2191 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) { in main() 2201 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
|
D | test-read-common.h | 35 struct InOutSpec struct 50 InOutSpec spec; 127 test_task(const InOutSpec &s, 172 typedef test_task* (*create_new_test)(const InOutSpec* s, 177 run_tests(const size_t num_test, const InOutSpec* specs,
|
D | test-read-dwarf.cc | 25 using abigail::tests::read_common::InOutSpec; 38 static InOutSpec in_out_specs[] = 579 test_task_dwarf(const InOutSpec &s, 604 test_task_dwarf::test_task_dwarf(const InOutSpec &s, in test_task_dwarf() 669 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() 690 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main()
|
D | test-read-write.cc | 47 struct InOutSpec struct 56 InOutSpec in_out_specs[] = 252 InOutSpec spec; 261 test_task( InOutSpec& s) in test_task() 357 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() 365 for (InOutSpec* s = in_out_specs; s->in_path; ++s) in main()
|
D | test-diff-pkg.cc | 39 struct InOutSpec struct 53 static InOutSpec in_out_specs[] = 1098 InOutSpec spec; 1103 test_task(const InOutSpec& s) in test_task() 1261 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() 1267 for (InOutSpec *s = in_out_specs; s->first_in_package_path; ++s) in main()
|
D | test-annotate.cc | 20 struct InOutSpec struct 27 InOutSpec in_out_specs[] = argument 157 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
|
D | test-lookup-syms.cc | 24 struct InOutSpec struct 33 InOutSpec in_out_specs[] = 100 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
|
D | test-alt-dwarf-file.cc | 23 struct InOutSpec struct 33 InOutSpec in_out_specs[] = argument 96 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
|
D | test-diff-dwarf-abixml.cc | 28 struct InOutSpec struct 36 InOutSpec in_out_specs[] = argument 67 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
|
D | test-ini.cc | 29 struct InOutSpec struct 43 InOutSpec in_out_specs[] = 91 for (InOutSpec *s = in_out_specs; s->in_ini_path; ++s) in main()
|
D | test-abidiff.cc | 31 struct InOutSpec struct 39 static InOutSpec specs[] = 160 ((sizeof(specs) / sizeof(InOutSpec)) - 1) 196 for (InOutSpec *s = specs; s->first_in_path; ++s) in main()
|
D | test-abicompat.cc | 32 struct InOutSpec struct 43 InOutSpec in_out_specs[] = argument 214 for (InOutSpec* s = in_out_specs; s->in_app_path; ++s) in main()
|
D | test-diff-dwarf.cc | 34 struct InOutSpec struct 42 InOutSpec in_out_specs[] = 369 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
|
D | test-read-common.cc | 44 test_task::test_task(const InOutSpec &s, in test_task() 211 run_tests(const size_t num_tests, const InOutSpec* specs, in run_tests() 231 for (const InOutSpec *s = specs; s->in_elf_path; ++s) in run_tests()
|
D | test-abidiff-exit.cc | 33 struct InOutSpec struct 46 InOutSpec in_out_specs[] = 511 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
|
/third_party/libabigail/ |
D | ChangeLog | 286 * tests/test-read-common.h (InOutSpec): Add new member. 6231 * tests/test-read-dwarf.cc (InOutSpec::in_public_headers_path): 6234 InOutSpec type. Add a new test input. 6237 InOutSpec::in_public_headers_path to construct and add 9328 * tests/test-abidiff-exit.cc (InOutSpec::in_elfv{0,1}_path): Add 10293 * tests/test-read-dwarf.cc: (InOutSpec): Add type_id_style 12606 * tests/test-read-dwarf.cc (InOutSpec): add test case. 12616 (InOutSpec): add test case. 23584 (InOutSpec::{first,second}_in_devel_package_path): New data 23609 * tests/test-diff-suppr.cc (InOutSpec::headers_dir{1,2}): New data [all …]
|