summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so
AgeCommit message (Expand)Author
2023-08-13remove by now unused test.sh scriptAnton Lindqvist
2023-08-13Use a dedicated regress target for each test case.Anton Lindqvist
2023-08-12Check for a full read, avoid warn when errno might be unmodifiedGreg Steuck
2023-04-09Treat symlinks better in $ORIGIN determination in ld.soGreg Steuck
2022-08-20add ld.so RTLD_NOLOAD regress tests, ok jca@ guenther@Stuart Henderson
2021-06-06Test must build also when started with make regress. Use consistentAlexander Bluhm
2021-06-04unbreak regress/libexec/ld.so/nodelete testSebastien Marie
2021-06-02add regress test for RTLD_NODELETE supportSebastien Marie
2019-05-21Avoid rm(1) prompt and show out in clean targetkn
2017-08-07Silence most clang warnings in ld.so regress.Alexander Bluhm
2017-08-04Use C stdio instead of C++ iostream as we cannot use the latter inMark Kettenis
2017-08-04Use ${CC}=${CXX} here as well.Mark Kettenis
2017-08-04Use volatile to keep clang from optimizing things too much. Force linkingMark Kettenis
2017-08-02Split up source code to keep clang from optimizing this into failure.Mark Kettenis
2005-09-28two new regresses for dlclose. double dlopen("foo") with singleKurt Miller
2017-08-01A fix is coming in the future, but in the meantime we should never declareTheo de Raadt
2017-07-10ld.so and nfs regress were using PROGS variable before it was addedAlexander Bluhm
2017-03-18Use --disable-new-dtags here as well.Mark Kettenis
2017-03-18The prog3 sub-tests tests DT_RPATH behaviour. Add --disable-new-dtags toMark Kettenis
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2008-01-02regression test for lazy binding.Matthieu Herrb
2016-09-27Make sure that the regress target builds the libraries. Stop building aMark Kettenis
2016-09-27Modernize constructor test such that it builds again and enable it.Mark Kettenis
2016-09-05Add a regress target so that a recursive "make regress" also buildsAlexander Bluhm
2016-08-27ALL HAIL ELF!Philip Guenther
2016-03-20Add regress for environ and __progname vs load-time .init functionsPhilip Guenther
2015-06-15fix regress fallout due to CFLAGS vs CXXFLAGSTheo de Raadt
2005-09-13dlopen regress tests.Dale Rahn
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-12-01run script with ${SHELL}Theo de Raadt
2014-09-07Add Henri Kemppainen's copyrightPhilip Guenther
2014-09-07Add dependency tests from Henri Kemppainen (duclare (at) guu.fi)Philip Guenther
2014-09-07Add dependency tests from Henri Kemppainen (duclare (at) guu.fi).Philip Guenther
2014-08-17Fix regression tests for ld.sodoug
2012-08-16basic randomdata regression testsMatthew Dempsky
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
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