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-Tag: v2.0.0-pre1~976 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=92d656ea5e020b1051a8c42abf543ffa8345657e 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 563e0ed9..a5055ee7 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 8387faba..340c828e 100644 Binary files a/tests/debuginfo-data/libhello_debug_link.so and b/tests/debuginfo-data/libhello_debug_link.so differ