Blame tests/run-backtrace-dwarf.sh

Packit Service 97d2fb
#! /usr/bin/env bash
Packit Service 97d2fb
# Copyright (C) 2013 Red Hat, Inc.
Packit Service 97d2fb
# This file is part of elfutils.
Packit Service 97d2fb
#
Packit Service 97d2fb
# This file is free software; you can redistribute it and/or modify
Packit Service 97d2fb
# it under the terms of the GNU General Public License as published by
Packit Service 97d2fb
# the Free Software Foundation; either version 3 of the License, or
Packit Service 97d2fb
# (at your option) any later version.
Packit Service 97d2fb
#
Packit Service 97d2fb
# elfutils is distributed in the hope that it will be useful, but
Packit Service 97d2fb
# WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 97d2fb
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 97d2fb
# GNU General Public License for more details.
Packit Service 97d2fb
#
Packit Service 97d2fb
# You should have received a copy of the GNU General Public License
Packit Service 97d2fb
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service 97d2fb
Packit Service 97d2fb
. $srcdir/backtrace-subr.sh
Packit Service 97d2fb
Packit Service 97d2fb
# This test really cannot be run under valgrind, it tries to introspect
Packit Service 97d2fb
# itself through ptrace and will find bits and pieces of valgrind.
Packit Service 97d2fb
# On top of that valgrind also tries to read all the unwind info and
Packit Service 97d2fb
# will warn and complain about various opcodes it doesn't understand...
Packit Service 97d2fb
unset VALGRIND_CMD
Packit Service 97d2fb
Packit Service 97d2fb
tempfiles dwarf.{bt,err}
Packit Service 97d2fb
(set +ex; testrun ${abs_builddir}/backtrace-dwarf 1>dwarf.bt 2>dwarf.err; true)
Packit Service 97d2fb
cat dwarf.{bt,err}
Packit Service 97d2fb
check_native_unsupported dwarf.err dwarf
Packit Service 97d2fb
check_main dwarf.bt dwarf