diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 8 | ||||
| -rw-r--r-- | tests/backtrace.ppc.core.bz2 | bin | 0 -> 46357 bytes | |||
| -rw-r--r-- | tests/backtrace.ppc.exec.bz2 | bin | 0 -> 352898 bytes | |||
| -rw-r--r-- | tests/backtrace.ppc64.core.bz2 | bin | 0 -> 53120 bytes | |||
| -rw-r--r-- | tests/backtrace.ppc64.exec.bz2 | bin | 0 -> 343483 bytes | |||
| -rwxr-xr-x | tests/run-backtrace-core-ppc.sh | 20 | ||||
| -rwxr-xr-x | tests/run-backtrace-core-ppc64.sh | 20 |
7 files changed, 46 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f57333c8..923d68fa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -106,7 +106,8 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ run-backtrace-native.sh run-backtrace-data.sh run-backtrace-dwarf.sh \ run-backtrace-native-biarch.sh run-backtrace-native-core.sh \ run-backtrace-native-core-biarch.sh run-backtrace-core-x86_64.sh \ - run-backtrace-core-i386.sh + run-backtrace-core-i386.sh run-backtrace-core-ppc64.sh \ + run-backtrace-core-ppc.sh if !BIARCH export ELFUTILS_DISABLE_BIARCH = 1 @@ -246,7 +247,10 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-backtrace-core-x86_64.sh run-backtrace-core-i386.sh \ backtrace-subr.sh backtrace.i386.core.bz2 backtrace.i386.exec.bz2 \ backtrace.x86_64.core.bz2 backtrace.x86_64.exec.bz2 \ - testfile66.bz2 testfile66.core.bz2 + testfile66.bz2 testfile66.core.bz2 \ + backtrace.ppc64.core.bz2 backtrace.ppc64.exec.bz2 \ + backtrace.ppc.core.bz2 backtrace.ppc.exec.bz2 \ + run-backtrace-core-ppc64.sh run-backtrace-core-ppc.sh if USE_VALGRIND valgrind_cmd='valgrind -q --trace-children=yes --error-exitcode=1 --run-libc-freeres=no' diff --git a/tests/backtrace.ppc.core.bz2 b/tests/backtrace.ppc.core.bz2 Binary files differnew file mode 100644 index 00000000..f20cd9f3 --- /dev/null +++ b/tests/backtrace.ppc.core.bz2 diff --git a/tests/backtrace.ppc.exec.bz2 b/tests/backtrace.ppc.exec.bz2 Binary files differnew file mode 100644 index 00000000..057c25a6 --- /dev/null +++ b/tests/backtrace.ppc.exec.bz2 diff --git a/tests/backtrace.ppc64.core.bz2 b/tests/backtrace.ppc64.core.bz2 Binary files differnew file mode 100644 index 00000000..e87a918e --- /dev/null +++ b/tests/backtrace.ppc64.core.bz2 diff --git a/tests/backtrace.ppc64.exec.bz2 b/tests/backtrace.ppc64.exec.bz2 Binary files differnew file mode 100644 index 00000000..d0899fa2 --- /dev/null +++ b/tests/backtrace.ppc64.exec.bz2 diff --git a/tests/run-backtrace-core-ppc.sh b/tests/run-backtrace-core-ppc.sh new file mode 100755 index 00000000..65c92795 --- /dev/null +++ b/tests/run-backtrace-core-ppc.sh @@ -0,0 +1,20 @@ +#! /bin/bash +# Copyright (C) 2013 Red Hat, Inc. +# 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/>. + +. $srcdir/backtrace-subr.sh + +check_core ppc diff --git a/tests/run-backtrace-core-ppc64.sh b/tests/run-backtrace-core-ppc64.sh new file mode 100755 index 00000000..aaf186e5 --- /dev/null +++ b/tests/run-backtrace-core-ppc64.sh @@ -0,0 +1,20 @@ +#! /bin/bash +# Copyright (C) 2013 Red Hat, Inc. +# 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/>. + +. $srcdir/backtrace-subr.sh + +check_core ppc64 |
