]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: run-backtrace-demangle.sh check exitcode and max number of frames.
authorMark Wielaard <mjw@redhat.com>
Thu, 16 Jan 2014 08:45:51 +0000 (09:45 +0100)
committerMark Wielaard <mjw@redhat.com>
Mon, 20 Jan 2014 10:11:05 +0000 (11:11 +0100)
commitd7cffa77ae9eb28a682e436251ab79e86b4e4f64
treee1ad8d6da30f39f877724a2e45e0df6330c487e7
parent435808a681cc375f0907f2066c4cc062173a6c7e
tests: run-backtrace-demangle.sh check exitcode and max number of frames.

There can be more than 3 frames, but depending on the system/installed
glibc we might not be able to unwind fully till the end.
cxxfunc -> f -> main
Expect to see the top two and a warning that there are more frames
(exit code 1)

Signed-off-by: Mark Wielaard <mjw@redhat.com>
tests/ChangeLog
tests/run-backtrace-demangle.sh