tests: Add i386-linux-gnu debug-info artifacts
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 8 May 2019 18:56:24 +0000 (18:56 +0000)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Jun 2019 19:04:56 +0000 (15:04 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Ia8455b987cc2d4c82b1e119c8d12c2708d3d0ded
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1346
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
.gitignore
configure.ac
tests/Makefile.am
tests/debug-info-data/i386-linux-gnu/build_id/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug [new file with mode: 0755]
tests/debug-info-data/i386-linux-gnu/build_id/libhello_so [new file with mode: 0755]
tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so [new file with mode: 0755]
tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so.debug [new file with mode: 0755]
tests/debug-info-data/i386-linux-gnu/dwarf_full/libhello_so [new file with mode: 0755]
tests/debug-info-data/i386-linux-gnu/elf_only/libhello_so [new file with mode: 0755]
tests/plugins/test_bin_info_i386-linux-gnu.in [new file with mode: 0644]
tests/plugins/test_dwarf_i386-linux-gnu.in [new file with mode: 0644]

index e1c08283cb7236c80b17d464bf65638772fbf024..ab2cd7f85ad03490782a1fcaacf9ab486b296741 100644 (file)
 /tests/plugins/test-utils-muxer
 /tests/plugins/test_utils_muxer_complete
 /tests/plugins/test_lttng_utils_debug_info
+/tests/plugins/test_bin_info_i386-linux-gnu
 /tests/plugins/test_bin_info_x86_64-linux-gnu
 /tests/plugins/test_bin_info
+/tests/plugins/test_dwarf_i386-linux-gnu
 /tests/plugins/test_dwarf_x86_64-linux-gnu
 /tests/plugins/test_dwarf
 /tests/plugins/ctf/test_ctf_plugin
index 0587dab5df2a960d32a762ae879334b8b0404f2e..032224f1915801df19fec2494d71bb6fb2409a95 100644 (file)
@@ -805,7 +805,9 @@ AC_CONFIG_FILES([tests/lib/ctf-writer/test_ctf_writer], [chmod +x tests/lib/ctf-
 AC_CONFIG_FILES([tests/plugins/ctf/test_ctf_plugin], [chmod +x tests/plugins/ctf/test_ctf_plugin])
 AC_CONFIG_FILES([tests/plugins/test_utils_muxer_complete], [chmod +x tests/plugins/test_utils_muxer_complete])
 AC_CONFIG_FILES([tests/plugins/test_lttng_utils_debug_info], [chmod +x tests/plugins/test_lttng_utils_debug_info])
+AC_CONFIG_FILES([tests/plugins/test_dwarf_i386-linux-gnu], [chmod +x tests/plugins/test_dwarf_i386-linux-gnu])
 AC_CONFIG_FILES([tests/plugins/test_dwarf_x86_64-linux-gnu], [chmod +x tests/plugins/test_dwarf_x86_64-linux-gnu])
+AC_CONFIG_FILES([tests/plugins/test_bin_info_i386-linux-gnu], [chmod +x tests/plugins/test_bin_info_i386-linux-gnu])
 AC_CONFIG_FILES([tests/plugins/test_bin_info_x86_64-linux-gnu], [chmod +x tests/plugins/test_bin_info_x86_64-linux-gnu])
 
 AS_IF([test "x$enable_python_bindings" = xyes],
index e6cc483685aa00e897d96d834929745e4910880d..bd15c89f9c5370aada0e32bf0c81998ada909147 100644 (file)
@@ -53,7 +53,9 @@ endif
 
 if ENABLE_DEBUG_INFO
 TESTS_PLUGINS += \
+       plugins/test_dwarf_i386-linux-gnu \
        plugins/test_dwarf_x86_64-linux-gnu \
+       plugins/test_bin_info_i386-linux-gnu \
        plugins/test_bin_info_x86_64-linux-gnu
 endif
 
diff --git a/tests/debug-info-data/i386-linux-gnu/build_id/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug b/tests/debug-info-data/i386-linux-gnu/build_id/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug
new file mode 100755 (executable)
index 0000000..ba371f5
Binary files /dev/null and b/tests/debug-info-data/i386-linux-gnu/build_id/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug differ
diff --git a/tests/debug-info-data/i386-linux-gnu/build_id/libhello_so b/tests/debug-info-data/i386-linux-gnu/build_id/libhello_so
new file mode 100755 (executable)
index 0000000..218e668
Binary files /dev/null and b/tests/debug-info-data/i386-linux-gnu/build_id/libhello_so differ
diff --git a/tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so b/tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so
new file mode 100755 (executable)
index 0000000..4dcfdc5
Binary files /dev/null and b/tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so differ
diff --git a/tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so.debug b/tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so.debug
new file mode 100755 (executable)
index 0000000..1ede770
Binary files /dev/null and b/tests/debug-info-data/i386-linux-gnu/debug_link/libhello_so.debug differ
diff --git a/tests/debug-info-data/i386-linux-gnu/dwarf_full/libhello_so b/tests/debug-info-data/i386-linux-gnu/dwarf_full/libhello_so
new file mode 100755 (executable)
index 0000000..08390c8
Binary files /dev/null and b/tests/debug-info-data/i386-linux-gnu/dwarf_full/libhello_so differ
diff --git a/tests/debug-info-data/i386-linux-gnu/elf_only/libhello_so b/tests/debug-info-data/i386-linux-gnu/elf_only/libhello_so
new file mode 100755 (executable)
index 0000000..84c31e2
Binary files /dev/null and b/tests/debug-info-data/i386-linux-gnu/elf_only/libhello_so differ
diff --git a/tests/plugins/test_bin_info_i386-linux-gnu.in b/tests/plugins/test_bin_info_i386-linux-gnu.in
new file mode 100644 (file)
index 0000000..9b58d63
--- /dev/null
@@ -0,0 +1,36 @@
+#!/bin/bash
+#
+# Copyright (C) 2015 Antoine Busque <abusque@efficios.com>
+# Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; only version 2
+# of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+
+NO_SH_TAP=1
+. "@abs_top_builddir@/tests/utils/common.sh"
+
+curdir="$(cd -P "$(dirname "$0")" >/dev/null && pwd)"
+
+debug_info_data="${BT_SRC_PATH}/tests/debug-info-data/i386-linux-gnu"
+
+"${curdir}/test_bin_info" \
+       --foo-addr=0x1c8d \
+       --printf-offset=0xda \
+       --printf-lineno=36 \
+       --tp-offset=0x12 \
+       --tp-lineno=35 \
+       --debug-link-crc=0xdeead493 \
+       --debug-info-dir "$debug_info_data" \
+       --build-id cdd98cdd87f7fe64c13b6daad553987eafd40cbb
diff --git a/tests/plugins/test_dwarf_i386-linux-gnu.in b/tests/plugins/test_dwarf_i386-linux-gnu.in
new file mode 100644 (file)
index 0000000..4c50ecb
--- /dev/null
@@ -0,0 +1,28 @@
+#!/bin/bash
+#
+# Copyright (C) 2015 Antoine Busque <abusque@efficios.com>
+# Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; only version 2
+# of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+
+NO_SH_TAP=1
+. "@abs_top_builddir@/tests/utils/common.sh"
+
+curdir="$(cd -P "$(dirname "$0")" >/dev/null && pwd)"
+
+debug_info_data="${BT_SRC_PATH}/tests/debug-info-data/i386-linux-gnu"
+
+"${curdir}/test_dwarf" "$debug_info_data"
This page took 0.028252 seconds and 4 git commands to generate.