summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix test case link failure on PowerPC systems with AltivecUlrich Weigand2013-12-271-0/+1
* Build crasher test only when coredump support is enabledMatt Fischer2013-04-191-2/+2
* Added --enable-setjmpMatt Fischer2013-04-191-2/+6
* Added --enable-ptraceMatt Fischer2013-04-191-5/+9
* Add known test failures to XFAIL_TESTSArun Sharma2012-10-271-0/+4
* Assign `func' just once in Ltest-nocalloc glibc caseTommi Rantala2012-09-281-1/+2
* Add arguments to malloc and calloc prototypes in Ltest-nocallocTommi Rantala2012-09-281-5/+5
* Remove unused variable in Ltest-nocallocTommi Rantala2012-09-281-1/+0
* Replace empty argument lists with `void' in testsTommi Rantala2012-09-283-6/+6
* Prefer NULL over zeroTommi Rantala2012-09-282-2/+2
* Use shared `ARRAY_SIZE' in IA64 testsTommi Rantala2012-09-282-8/+6
* Use `UNUSED' in testsTommi Rantala2012-09-2817-55/+76
* Plug in `ALIAS' attributeTommi Rantala2012-09-281-1/+1
* Define and use `NOINLINE'Tommi Rantala2012-09-284-19/+21
* Stop including `memory.h'Tommi Rantala2012-09-282-2/+2
* Nuke HAVE_BACKTRACETommi Rantala2012-09-282-4/+1
* Call snprintf() from signal handler only if required in test-async-sigTommi Rantala2012-09-281-1/+2
* Roll `test-nocalloc' into `Ltest-nocalloc.c'Tommi Rantala2012-09-283-143/+135
* Call `unw_backtrace()' explicitly in test-flush-cache.cTommi Rantala2012-09-281-11/+2
* Rename `rs-race' to `Lrs-race'Tommi Rantala2012-09-282-133/+135
* Cleanup dynamically allocated memory before exit in testsTommi Rantala2012-09-285-0/+16
* Remove unneeded `config.h' inclusion in Gtest-nomallocTommi Rantala2012-09-281-4/+0
* Rename `test-varargs' to `Ltest-varargs'Tommi Rantala2012-09-282-2/+3
* Annotate potentially unused variable in tests/test-coredump-unwind.cTommi Rantala2012-09-281-1/+3
* Annotate potentially unused variable in tests/Gtest-trace.cTommi Rantala2012-09-281-1/+5
* Annotate potentially unused variable in tests/Gtest-bt.cTommi Rantala2012-09-281-1/+5
* Workaround volatileness warning in tests/ia64-test-setjmp.cTommi Rantala2012-09-281-1/+2
* Avoid -Wunused-value warning in tests/Gia64-test-stack.cTommi Rantala2012-09-281-2/+3
* Clear out `ip' to avoid -Wuninitialized warning in tests/test-coredump-unwind.cTommi Rantala2012-09-281-1/+1
* Default to non-verbose mode in Ltest-cxx-exceptionsTommi Rantala2012-09-281-6/+8
* Do not allow the reference to the local var to outlive the local var scope.Konstantin Belousov2012-09-211-1/+1
* ppc64: remove tests/ppc64-test-wcharCody P Schafer2012-09-152-25/+3
* build: make libunwind-coredump build optionalCody P Schafer2012-09-151-2/+6
* Do not print garbage proc info in tests/Gtest-bt.cTommi Rantala2012-09-041-2/+4
* Change test-varargs to check libunwind backtracingTommi Rantala2012-09-042-11/+40
* Check correct variable for offset in tests/Gtest-init.cxxTommi Rantala2012-09-041-1/+1
* Rename `backtrace' to `do_backtrace' in tests/Gtest-init.cxxTommi Rantala2012-09-041-4/+4
* Check __builtin___clear_cache() at configuration timeTommi Rantala2012-09-045-20/+51
* Flush icache with __builtin___clear_cache() in tests when compiling with GCCTommi Rantala2012-08-213-1/+13
* Avoid -Wunused-value warning in tests/Gtest-exc.cTommi Rantala2012-08-211-1/+1
* test-resume-sig-rt: test unw_resume() in presence of "realtime" signal frameTommi Rantala2012-08-214-3/+64
* Remove unneeded length modifier from suppressed match in sscanf() format in t...Tommi Rantala2012-08-211-1/+1
* Fix plain return from main() in tests/test-async-sig.cTommi Rantala2012-08-211-1/+1
* Stop using nonportable echo arguments in testsTommi Rantala2012-08-212-6/+6
* Annotate unused parameters in testsTommi Rantala2012-08-2116-36/+55
* Eliminate unused parameters in testsTommi Rantala2012-08-215-9/+9
* Ignore _fbss, _fdata, _ftext and _gp symbols on MIPSTommi Rantala2012-08-201-0/+7
* Add PPC namespace checkingTommi Rantala2012-08-201-0/+14
* Use libtool to build libunwind-ptraceArun Sharma2012-08-181-1/+1
* Fix for test suite build in the separate directory.Konstantin Belousov2012-08-112-12/+23