summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/siginfo
AgeCommit message (Collapse)Author
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-06-19free memory allocated by asprintf; ok marcoPeter Valchev
2002-10-27remove MD bits from test.Marco S Hyman
This test fails on sparc64 due to that arch not reporting the address correctly -- not a pthreads issue
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-21Clean up the siginfo test. pthreads siginfo delivery code stillMarco S Hyman
being tested.
2002-10-12signal deliver to blocked thread testMarco S Hyman
2002-10-09clean-up. check that SA_RESETHAND does the right thing, too.Marco S Hyman
full library support for this is still pending.
2002-10-07more meaningful errorMarco S Hyman
2002-10-07use/check SA_RESETHAND, too.Marco S Hyman
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV
2002-10-07add pthread siginfo support testMarco S Hyman