summaryrefslogtreecommitdiff
path: root/regress/libexec
AgeCommit message (Expand)Author
2014-02-16Update ld.so-cookie test which is currently broken and gets in theMartynas Venckus
2013-12-22Seems gcc4 whines about an empty file as well, so just unconditionally doMark Kettenis
2013-10-28include stdlib.h for exit()Jonathan Gray
2008-01-02regression test for lazy binding.Matthieu Herrb
2013-10-18Fix building regress outside of /usr/src where the objdirJonathan Gray
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-04-05- Hookup regress for rpath substitution supportKurt Miller
2013-04-02Let this work on gcc < 4, which don't accept /dev/null as a valid input file.Miod Vallat
2013-03-31Do not depend on the value of PATH to run.Miod Vallat
2013-03-30- Add regress for forthcomming rpath ORIGIN substitution support.Kurt Miller
2013-01-23give this a chance to work after make objMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-22Link ld.so-cookie back into the regress build now that ld.so's __guardMatthew Dempsky
2012-08-21Link randomdata tests into the regress build now that I've committed support forMatthew Dempsky
2012-08-17Double check that we're not testing libc's __guard. Changing ld.so'sMatthew Dempsky
2012-08-16Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we getMatthew Dempsky
2012-08-16turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-staticMatthew Dempsky
2012-08-16Add regression test to check that PIEs work too.Matthew Dempsky
2012-08-16Add a test case to verify ld.so's randomdata section is initializedMatthew Dempsky
2012-08-16basic randomdata regression testsMatthew Dempsky
2012-06-15Add a regress test for ld.so's DF_1_NOOPEN support.Matthew Dempsky
2011-11-29enable initfirst regressKurt Miller
2011-11-29clean up initfirst regress conflict created by my import. split testsKurt Miller
2011-11-29Check the destructor order tooPhilip Guenthe
2011-11-29ld.so initfirst regress testKurt Miller
2011-11-08Regress for -z initfirst supportPhilip Guenthe
2011-11-08ld.so initfirst regress testPhilip Guenthe
2011-04-03Fix the really bad C++ test code that I wrote long ago.Dale Rahn
2010-08-04Revert previous since it makes the tests fail.Mark Kettenis
2010-07-03clean up all created filesPeter Hessler
2010-06-20Add some missing includes, so we do not have implicit functionPeter Hessler
2010-06-20Have yet another regress test actually build the test program, beforePeter Hessler
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibleDale Rahn
2009-02-17Link lazy binding test into ld.so regress suite.Joel Sing
2008-01-02regression test for lazy binding.Matthieu Herrb
2007-08-01remove the need to inspect the output and check everything programmaticallyKurt Miller
2007-07-31+ hidden subdirKurt Miller
2007-07-31add regress to test __asm(".hidden symbol") works as expected. for gcc3Kurt Miller
2005-11-09fix regress that assumed dlopen(0,...) returned handle to exe.Kurt Miller
2005-09-30add prog3Kurt Miller
2005-09-30regress that checks that a dlopen'ed object group is not unloaded ifKurt Miller
2005-09-30add a function with the same name in aa and bb, also bbTest2() in prepKurt Miller
2005-09-30add test2Kurt Miller
2005-09-30regress for a shared object with depenencies that have a shared commonKurt Miller
2005-09-28add dlclose subdirKurt Miller
2005-09-28two new regresses for dlclose. double dlopen("foo") with singleKurt Miller
2005-09-28make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object groupKurt Miller
2005-09-23add test2 & 3Kurt Miller