tests: Add run-strip-test9.sh
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 25 Mar 2015 15:16:56 +0000 (08:16 -0700)
committerMark Wielaard <mjw@redhat.com>
Wed, 1 Apr 2015 18:56:07 +0000 (20:56 +0200)
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
tests/ChangeLog
tests/Makefile.am
tests/run-strip-test9.sh [new file with mode: 0755]
tests/testfile-x32-s.bz2 [new file with mode: 0755]

index 712dea2..6871f5f 100644 (file)
@@ -1,5 +1,12 @@
 2015-04-01  H.J. Lu  <hjl.tools@gmail.com>
 
+       * Makefile.am (TESTS): Add run-strip-test9.sh.
+       (EXTRA_DIST): Likewise. Add testfile-x32-s.bz2.
+       * run-strip-test9.sh: New file.
+       * testfile-x32-s.bz2: Likewise.
+
+2015-04-01  H.J. Lu  <hjl.tools@gmail.com>
+
        * Makefile.am (TESTS): Add run-backtrace-core-x32.sh.
        (EXTRA_DIST): Likewise. Add backtrace.x32.core.bz2.
        Add backtrace.x32.exec.bz2.
index 20772d7..9f44c4e 100644 (file)
@@ -76,6 +76,7 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
        newscn run-strip-test.sh run-strip-test2.sh \
        run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
        run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
+       run-strip-test9.sh \
        run-strip-groups.sh run-strip-reloc.sh \
        run-unstrip-test.sh run-unstrip-test2.sh run-unstrip-M.sh \
        run-ecp-test.sh run-ecp-test2.sh run-alldts.sh \
@@ -155,6 +156,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
             run-line2addr.sh run-elflint-test.sh testfile14.bz2 \
             run-strip-test4.sh run-strip-test5.sh run-strip-test6.sh \
             run-strip-test7.sh run-strip-test8.sh run-strip-groups.sh \
+            run-strip-test9.sh \
             run-strip-reloc.sh hello_i386.ko.bz2 hello_x86_64.ko.bz2 \
             hello_ppc64.ko.bz2 hello_s390.ko.bz2 hello_aarch64.ko.bz2 \
             run-unstrip-test.sh run-unstrip-test2.sh run-unstrip-M.sh\
@@ -290,7 +292,8 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
             testfile-debug-types.bz2 \
             run-getsrc-die.sh run-strptr.sh \
             testfile-x32-core.bz2 testfile-x32.bz2 \
-            backtrace.x32.core.bz2 backtrace.x32.exec.bz2
+            backtrace.x32.core.bz2 backtrace.x32.exec.bz2 \
+            testfile-x32-s.bz2
 
 if USE_VALGRIND
 valgrind_cmd='valgrind -q --error-exitcode=1 --run-libc-freeres=no'
diff --git a/tests/run-strip-test9.sh b/tests/run-strip-test9.sh
new file mode 100755 (executable)
index 0000000..0c6fae2
--- /dev/null
@@ -0,0 +1,21 @@
+#! /bin/sh
+# Copyright (C) H.J. Lu <hjl.tools@gmail.com>, 2015.
+# This file is part of elfutils.
+#
+# This file 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; either version 3 of the License, or
+# (at your option) any later version.
+#
+# elfutils 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, see <http://www.gnu.org/licenses/>.
+
+
+original=testfile-x32
+stripped=testfile-x32-s
+. $srcdir/run-strip-test.sh
diff --git a/tests/testfile-x32-s.bz2 b/tests/testfile-x32-s.bz2
new file mode 100755 (executable)
index 0000000..a909d33
Binary files /dev/null and b/tests/testfile-x32-s.bz2 differ