aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-04-19Build crasher test only when coredump support is enabledMatt Fischer
2013-04-19Added --enable-setjmpMatt Fischer
2013-04-19Added --enable-ptraceMatt Fischer
2012-10-27Add known test failures to XFAIL_TESTSArun Sharma
2012-09-28Assign `func' just once in Ltest-nocalloc glibc caseTommi Rantala
2012-09-28Add arguments to malloc and calloc prototypes in Ltest-nocallocTommi Rantala
2012-09-28Remove unused variable in Ltest-nocallocTommi Rantala
2012-09-28Replace empty argument lists with `void' in testsTommi Rantala
2012-09-28Prefer NULL over zeroTommi Rantala
2012-09-28Use shared `ARRAY_SIZE' in IA64 testsTommi Rantala
2012-09-28Use `UNUSED' in testsTommi Rantala
2012-09-28Plug in `ALIAS' attributeTommi Rantala
2012-09-28Define and use `NOINLINE'Tommi Rantala
2012-09-28Stop including `memory.h'Tommi Rantala
2012-09-28Nuke HAVE_BACKTRACETommi Rantala
2012-09-28Call snprintf() from signal handler only if required in test-async-sigTommi Rantala
2012-09-28Roll `test-nocalloc' into `Ltest-nocalloc.c'Tommi Rantala
2012-09-28Call `unw_backtrace()' explicitly in test-flush-cache.cTommi Rantala
2012-09-28Rename `rs-race' to `Lrs-race'Tommi Rantala
2012-09-28Cleanup dynamically allocated memory before exit in testsTommi Rantala
2012-09-28Remove unneeded `config.h' inclusion in Gtest-nomallocTommi Rantala
2012-09-28Rename `test-varargs' to `Ltest-varargs'Tommi Rantala
2012-09-28Annotate potentially unused variable in tests/test-coredump-unwind.cTommi Rantala
2012-09-28Annotate potentially unused variable in tests/Gtest-trace.cTommi Rantala
2012-09-28Annotate potentially unused variable in tests/Gtest-bt.cTommi Rantala
2012-09-28Workaround volatileness warning in tests/ia64-test-setjmp.cTommi Rantala
2012-09-28Avoid -Wunused-value warning in tests/Gia64-test-stack.cTommi Rantala
2012-09-28Clear out `ip' to avoid -Wuninitialized warning in tests/test-coredump-unwind.cTommi Rantala
2012-09-28Default to non-verbose mode in Ltest-cxx-exceptionsTommi Rantala
2012-09-21Do not allow the reference to the local var to outlive the local var scope.Konstantin Belousov
2012-09-15ppc64: remove tests/ppc64-test-wcharCody P Schafer
2012-09-15build: make libunwind-coredump build optionalCody P Schafer
2012-09-04Do not print garbage proc info in tests/Gtest-bt.cTommi Rantala
2012-09-04Change test-varargs to check libunwind backtracingTommi Rantala
2012-09-04Check correct variable for offset in tests/Gtest-init.cxxTommi Rantala
2012-09-04Rename `backtrace' to `do_backtrace' in tests/Gtest-init.cxxTommi Rantala
2012-09-04Check __builtin___clear_cache() at configuration timeTommi Rantala
2012-08-21Flush icache with __builtin___clear_cache() in tests when compiling with GCCTommi Rantala
2012-08-21Avoid -Wunused-value warning in tests/Gtest-exc.cTommi Rantala
2012-08-21test-resume-sig-rt: test unw_resume() in presence of "realtime" signal frameTommi Rantala
2012-08-21Remove unneeded length modifier from suppressed match in sscanf() format in t...Tommi Rantala
2012-08-21Fix plain return from main() in tests/test-async-sig.cTommi Rantala
2012-08-21Stop using nonportable echo arguments in testsTommi Rantala
2012-08-21Annotate unused parameters in testsTommi Rantala
2012-08-21Eliminate unused parameters in testsTommi Rantala
2012-08-20Ignore _fbss, _fdata, _ftext and _gp symbols on MIPSTommi Rantala
2012-08-20Add PPC namespace checkingTommi Rantala
2012-08-18Use libtool to build libunwind-ptraceArun Sharma
2012-08-11Fix for test suite build in the separate directory.Konstantin Belousov
2012-08-11Fix test-ptrace in automated modeArun Sharma