History log of /external/elfutils/tests/run-backtrace-demangle.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5a354b9d7d4ca8c912945dd708ab465aec67c7f 02-Dec-2015 Mark Wielaard <mjw@redhat.com> tests: Use valgrind --leak-check=full.

When --enable-valgrind is given run the testsuite with --leak-check=full
treating any memory leak as a failure. Also disable valgrind for those
tests that trigger a valgrind bug.
https://bugs.kde.org/show_bug.cgi?id=327427

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/tests/run-backtrace-demangle.sh
7ec8d27033bea05ce1be4601e6784134c4a66c9f 30-May-2015 Mark Wielaard <mjw@redhat.com> tests: Always print reason when skipping test.

Make sure the reason a test is SKIPPED is added to the test-suite.log.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/tests/run-backtrace-demangle.sh
d7cffa77ae9eb28a682e436251ab79e86b4e4f64 16-Jan-2014 Mark Wielaard <mjw@redhat.com> 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>
/external/elfutils/tests/run-backtrace-demangle.sh
7c6e785e6eca774080a64801f950bd61785c469e 15-Jan-2014 Jan Kratochvil <jan.kratochvil@redhat.com> Fix corruption of non-C++ symbols by the demangler.

Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
/external/elfutils/tests/run-backtrace-demangle.sh