Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-diff-suppr.cc47 InOutSpec in_out_specs[] = variable
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()
Dtest-read-ctf.cc38 static InOutSpec in_out_specs[] = variable
521 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main()
523 return run_tests(num_tests, in_out_specs, opts, new_task); in main()
Dtest-diff-filter.cc44 InOutSpec in_out_specs[] = variable
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()
Dtest-read-dwarf.cc38 static InOutSpec in_out_specs[] = variable
690 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main()
692 return run_tests(num_tests, in_out_specs, opts, new_task); in main()
Dtest-read-write.cc56 InOutSpec in_out_specs[] = variable
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()
Dtest-annotate.cc27 InOutSpec in_out_specs[] = variable
157 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-core-diff.cc37 SESInOutSpec in_out_specs[] = variable
139 for (SESInOutSpec *s = in_out_specs; s->in_path; ++s) in main()
Dtest-lookup-syms.cc33 InOutSpec in_out_specs[] = variable
100 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-alt-dwarf-file.cc33 InOutSpec in_out_specs[] = variable
96 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-diff-pkg.cc53 static InOutSpec in_out_specs[] = variable
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()
Dtest-diff-dwarf-abixml.cc36 InOutSpec in_out_specs[] = variable
67 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-ini.cc43 InOutSpec in_out_specs[] = variable
91 for (InOutSpec *s = in_out_specs; s->in_ini_path; ++s) in main()
Dtest-abicompat.cc43 InOutSpec in_out_specs[] = variable
214 for (InOutSpec* s = in_out_specs; s->in_app_path; ++s) in main()
Dtest-diff-dwarf.cc42 InOutSpec in_out_specs[] = variable
369 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-abidiff-exit.cc46 InOutSpec in_out_specs[] = variable
511 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
/third_party/libabigail/
DChangeLog287 * tests/test-read-ctf.cc (in_out_specs): Add option field to test
1092 * tests/test-abidiff-exit.cc (in_out_specs): Add the new tests to
1302 * tests/test-diff-filter.cc (in_out_specs): Add the test binaries
1730 * tests/test-annotate.cc (in_out_specs): Add the above to the test
1740 * tests/test-read-dwarf.cc (in_out_specs): Add the above to the
1884 * tests/test-abidiff-exit.cc (in_out_specs): Add the test above to
3015 * tests/test-abidiff-exit.cc (in_out_specs): Add the new tests to
3449 * tests/test-diff-filter.cc (in_out_specs): Add the new tests to
3986 * tests/test-annotate.cc (in_out_specs): Adjust path for input files.
4300 * tests/test-read-dwarf.cc (in_out_specs): Add the new test input
[all …]
DCONTRIBUTING165 instance, the variable name is "in_out_specs". You just have to add a