summaryrefslogtreecommitdiff
path: root/tests/libexec
AgeCommit message (Collapse)Author
2011-05-24Use proper format stringjoerg
2011-04-02Don't fail on platforms without TLSjoerg
2011-03-31Add initial regression test for ld.elf_so locking.joerg
2011-03-25check that we can dlopen() the linkmap name, toopooka
2011-03-25check that dlopen()d dso shows up in the linkmappooka
2011-03-17Blame where blame is due.skrll
2010-12-31test helper program exit code, not test program exit codepooka
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
objects, and the RTLD_NODELETE and RTLD_NOLOAD flags to dlopen(3). Mark libpthread as DF_1_NOOPEN and use it to test the functionality. Somewhat taken from FreeBSD. Fixes PR 42029. OK from christos and joerg.
2010-12-14Convert a couple of old regress tests to ATF.skrll
Remove the regress/usr.bin/rtld/dlopen/dlopen.c test as well as it's covered by existing ATF test(s).
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
how many bugs this found :-)
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2009-09-24add regression tests for dlinfo()pooka