From: Antoine Busque Date: Fri, 29 Apr 2016 22:13:39 +0000 (-0400) Subject: Tests: strip ELF symbols from debuginfo-data executables with separate DWARF X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=92d656ea5e020b1051a8c42abf543ffa8345657e;p=deliverable%2Fbabeltrace.git Tests: strip ELF symbols from debuginfo-data executables with separate DWARF Stripping the symbols prevents the framework from falling back to ELF lookup should the separate DWARF files be missing, which would cause tests to succeed when they should fail. Signed-off-by: Antoine Busque Signed-off-by: Jérémie Galarneau --- diff --git a/tests/debuginfo-data/libhello_build_id.so b/tests/debuginfo-data/libhello_build_id.so index 563e0ed9b..a5055ee72 100644 Binary files a/tests/debuginfo-data/libhello_build_id.so and b/tests/debuginfo-data/libhello_build_id.so differ diff --git a/tests/debuginfo-data/libhello_debug_link.so b/tests/debuginfo-data/libhello_debug_link.so index 8387faba0..340c828eb 100644 Binary files a/tests/debuginfo-data/libhello_debug_link.so and b/tests/debuginfo-data/libhello_debug_link.so differ