summaryrefslogtreecommitdiffstats
path: root/tests/run-stack-d-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Correctly determine STACKCMD on windowsUlf Hermann2017-05-081-0/+5
| | | | | | | error() will only output the file name, but with ".exe" on windows. Change-Id: Icbf9c026003d3e18abc9f68e13789d04811af48b Reviewed-by: Christian Kandeler <[email protected]>
* tests: Use valgrind --leak-check=full.Mark Wielaard2016-01-021-0/+10
| | | | | | | | | 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 <[email protected]>
* tests: Split run-stack tests to support missing demangler.Mark Wielaard2015-05-011-7/+7
| | | | | | SKIP tests that need a demangler if it is not there. Signed-off-by: Mark Wielaard <[email protected]>
* stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.Mark Wielaard2014-01-271-0/+112
Includes test that shows -d matches the function name that corresponds to the actual source line we report with -s for a frame address. Signed-off-by: Mark Wielaard <[email protected]>