Lines Matching defs:self
28 def get_reference_dump_path(self, name, target_arch): argument
34 def run_and_compare(self, input_path, expected_path, cflags=[]): argument
40 def run_and_compare_name(self, name, cflags=[]): argument
45 def run_and_compare_name_cpp(self, name, cflags=[]): argument
48 def run_and_compare_name_c_cpp(self, name, cflags=[]): argument
52 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument
57 def prepare_and_run_abi_diff(self, old_ref_dump_path, new_ref_dump_path, argument
63 def create_ref_dump(self, name, dir_name, target_arch): argument
69 def get_or_create_ref_dump(self, name, target_arch, dir_name, create): argument
74 def prepare_and_run_abi_diff_all_archs(self, old_lib, new_lib, argument
89 def prepare_and_absolute_diff_all_archs(self, old_lib, new_lib, argument
103 def test_func_decl_no_args(self): argument
106 def test_func_decl_one_arg(self): argument
109 def test_func_decl_two_args(self): argument
112 def test_func_decl_one_arg_ret(self): argument
115 def test_example1(self): argument
119 def test_libc_and_cpp(self): argument
123 def test_libc_and_cpp_and_libc_and_cpp_with_unused_struct(self): argument
127 def test_libc_and_cpp_and_libc_and_cpp_with_unused_struct_allow(self): argument
132 def test_libc_and_cpp_and_libc_and_cpp_with_unused_struct_check_all(self): argument
137 def test_libc_and_cpp_with_unused_struct_and_libc_and_cpp_with_unused_cstruct(self): argument
144 self): argument
149 def test_libgolden_cpp_return_type_diff(self): argument
153 def test_libgolden_cpp_add_odr(self): argument
158 def test_libgolden_cpp_add_function(self): argument
162 def test_libgolden_cpp_add_function_allow_extension(self): argument
167 def test_libgolden_cpp_add_function_and_elf_symbol(self): argument
172 def test_libgolden_cpp_change_function_access(self): argument
176 def test_libgolden_cpp_add_global_variable(self): argument
180 def test_libgolden_cpp_change_global_var_access(self): argument
185 def test_libgolden_cpp_parameter_type_diff(self): argument
189 def test_libgolden_cpp_with_vtable_diff(self): argument
193 def test_libgolden_cpp_member_diff_advice_only(self): argument
198 def test_libgolden_cpp_member_diff(self): argument
202 def test_libgolden_cpp_change_member_access(self): argument
206 def test_libgolden_cpp_enum_extended(self): argument
210 def test_libgolden_cpp_enum_diff(self): argument
214 def test_libgolden_cpp_fabricated_function_ast_removed_diff(self): argument
219 def test_libgolden_cpp_member_fake_diff(self): argument
223 def test_libgolden_cpp_member_integral_type_diff(self): argument
227 def test_libgolden_cpp_member_cv_diff(self): argument
231 def test_libgolden_cpp_unreferenced_elf_symbol_removed(self): argument
236 def test_libreproducability(self): argument
240 def test_libgolden_cpp_member_name_changed(self): argument
245 def test_libgolden_cpp_member_function_pointer_changed(self): argument