Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-08-22 | Link ld.so-cookie back into the regress build now that ld.so's __guard | Matthew Dempsky | |
value is actually initialized. | |||
2012-08-21 | Link randomdata tests into the regress build now that I've committed support for | Matthew Dempsky | |
.openbsd.randomdata, but comment out randomdata/ld.so-cookie for now since I haven't yet switched ld.so's __guard to use it. | |||
2012-08-17 | Double check that we're not testing libc's __guard. Changing ld.so's | Matthew Dempsky | |
__guard symbol to HIDDEN causes dlsym() to return a pointer to libc's __guard instead, which can cause the test to wrongly pass even if ld.so's random data segments are not being initialized properly. | |||
2012-08-16 | Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we get | Matthew Dempsky | |
a reference to the already loaded ld.so instead of loading another instance. | |||
2012-08-16 | turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-static | Matthew Dempsky | |
2012-08-16 | Add regression test to check that PIEs work too. | Matthew Dempsky | |
2012-08-16 | Add a test case to verify ld.so's randomdata section is initialized | Matthew Dempsky | |
too, since interpreters will be initialized by a slightly different code path than executables. | |||
2012-08-16 | basic randomdata regression tests | Matthew Dempsky | |
2012-06-15 | Add a regress test for ld.so's DF_1_NOOPEN support. | Matthew Dempsky | |
2011-11-29 | enable initfirst regress | Kurt Miller | |
2011-11-29 | clean up initfirst regress conflict created by my import. split tests | Kurt Miller | |
into two sub dirs. | |||
2011-11-29 | Check the destructor order too | Philip Guenthe | |
2011-11-29 | ld.so initfirst regress test | Kurt Miller | |
2011-11-08 | Regress for -z initfirst support | Philip Guenthe | |
2011-11-08 | ld.so initfirst regress test | Philip Guenthe | |
2011-04-03 | Fix the really bad C++ test code that I wrote long ago. | Dale Rahn | |
2010-08-04 | Revert previous since it makes the tests fail. | Mark Kettenis | |
2010-07-03 | clean up all created files | Peter Hessler | |
2010-06-20 | Add some missing includes, so we do not have implicit function | Peter Hessler | |
declarations. OK miod@, millert@ | |||
2010-06-20 | Have yet another regress test actually build the test program, before | Peter Hessler | |
trying to use it. OK (a long time ago) david@ | |||
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn | |
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others. | |||
2009-02-17 | Link lazy binding test into ld.so regress suite. | Joel Sing | |
ok matthieu@ | |||
2008-01-02 | regression test for lazy binding. | Matthieu Herrb | |
"people need never hold off on adding stuff to regress" deraadt@ | |||
2007-08-01 | remove the need to inspect the output and check everything programmatically | Kurt Miller | |
okay kettenis@ | |||
2007-07-31 | + hidden subdir | Kurt Miller | |
2007-07-31 | add regress to test __asm(".hidden symbol") works as expected. for gcc3 | Kurt Miller | |
arch only. okay kettenis@ | |||
2005-11-09 | fix regress that assumed dlopen(0,...) returned handle to exe. | Kurt Miller | |
2005-09-30 | add prog3 | Kurt Miller | |
2005-09-30 | regress that checks that a dlopen'ed object group is not unloaded if | Kurt Miller | |
one of its depenencies is referred to via another dlopen. | |||
2005-09-30 | add a function with the same name in aa and bb, also bbTest2() in prep | Kurt Miller | |
for new regress. | |||
2005-09-30 | add test2 | Kurt Miller | |
2005-09-30 | regress for a shared object with depenencies that have a shared common | Kurt Miller | |
dependency (similar to gaim). checks for use after free in dlclose. | |||
2005-09-28 | add dlclose subdir | Kurt Miller | |
2005-09-28 | two new regresses for dlclose. double dlopen("foo") with single | Kurt Miller | |
dlclose(foo). mozilla lazy binding example (load_object confusion) | |||
2005-09-28 | make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object group | Kurt Miller | |
2005-09-23 | add test2 & 3 | Kurt Miller | |
2005-09-23 | make sure a undefined weak doesn't interfere with a defined one of the | Kurt Miller | |
same name in a different shared lib. also make sure first weak symbol is selected when duplicates exist. | |||
2005-09-23 | add a regress for undefined weak. make sure ld.so doesn't warn on it or | Kurt Miller | |
count it as an failure. | |||
2005-09-22 | Enable a bunch more tests. | Dale Rahn | |
2005-09-22 | Test if a program exits when some of it's symbols are not found. | Dale Rahn | |
2005-09-21 | more main.C -> main.c | Dale Rahn | |
2005-09-21 | This test is now C, not C++. main.C ->main.c | Dale Rahn | |
2005-09-19 | Verify which symbol is found when same strong symbol found in multiple files. | Dale Rahn | |
ok kurt@ | |||
2005-09-19 | ansi clean so that all gcc versions can compile these; ok drahn | Theo de Raadt | |
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller | |
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller | |
2005-09-19 | add test3 | Kurt Miller | |
2005-09-19 | addtional tests involving two dlopened load groups | Kurt Miller | |
2005-09-19 | add prog5 | Kurt Miller | |