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: v1.4.0-rc1~27 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=8fce55a9e73a91f7bf06d04f1bf6b5f51f014e4e;ds=sidebyside 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