summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-161-2/+2
* half finished unw_local_init2Dave Watson2017-08-161-2/+2
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-152-0/+4
* tests: Fix heap overflow in coredump-unwind testPaul Pluzhnikov2017-08-071-1/+1
* test: Add a test like test-mem, but using reg_states_iterate to find the stat...Doug Moore2017-06-072-2/+136
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-201-0/+2
* Add new names to check-namespace.Doug Moore2017-05-121-0/+4
* travis: run unittests for x86_64Dave Watson2017-04-041-1/+1
* tests: unw_init_local_signal testDave Watson2017-04-033-0/+67
* unw_init_local_signalDoug Moore2017-04-031-1/+3
* dwarf: Make binary path calculation os-specific.Konstantin Belousov2017-01-191-0/+14
* Make the code compile on FreeBSD.Konstantin Belousov2017-01-181-0/+3
* dwarf: Configurable cache sizeDave Watson2017-01-134-0/+5
* x86_64: Use sigprocmask from signal framesDave Watson2017-01-131-6/+2
* tests: Use strtoul in test-coredump-unwind.cPetr Malat2017-01-131-1/+1
* tests: Walk default test arguments to ensure child process has visibilityDave Watson2017-01-131-0/+5
* Fix compilation of tests on alpine linux (musl libc)Tony Kelman2017-01-131-2/+2
* tests: simplify make variables a bitMike Frysinger2017-01-131-10/+12
* Don't build dyn tests on non-ia64Dave Watson2017-01-061-3/+2
* tests/Gtest-trace.c: show differing addressesAndreas Schwab2015-03-221-2/+2
* Mark run-ptrace-mapper and run-ptrace-misc as XFAIL on ARMGregory Fong2015-02-211-3/+10
* Mark run-ptrace-mapper and run-ptrace-misc as XFAIL on MIPSSimon Atanasyan2014-10-242-3/+18
* Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-083-0/+36
* 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