summaryrefslogtreecommitdiff
path: root/regress/libexec
AgeCommit message (Collapse)Author
2004-07-20add commented-out entries for currently disabled regress testsDavid Krause
2004-07-14Back out bogus lib bump in regression tests. Changing the versionMarco S Hyman
numbers in a test that verifies version number handling is dumb. OK drahn@
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2003-12-26Do not run the ld.so regression test on static arches.Miod Vallat
2003-07-01Do not try unversioned lib tests on a.outNiklas Hallqvist
2003-07-01try to vary physical directory layout of the libdir.Niklas Hallqvist
Catches case spotted by Dale.
2003-07-01A regression test for checking that dlopen prefers the correct shared libraryNiklas Hallqvist
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-01Test programs for dependant shared library constructors.Dale Rahn
2002-11-13put common CFLAGS+= in Makefile.incTodd T. Fries
use single defs.h header test for a non-zero value ok fgsch@
2002-11-13more testing.Federico G. Schwindt
2002-11-13move weak definition to the bottom due to a gas problem on a.out platforms.Federico G. Schwindt
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
2002-02-17No reason to not enable the weak test.Artur Grabowski
2002-02-14add -Wall -Werror. this way, if __weak_alias() is missing it won't goFederico G. Schwindt
further.
2002-02-11remove unneeded header.Federico G. Schwindt
2002-02-11change to errx(3)Federico G. Schwindt
2002-02-10simplify.Federico G. Schwindt
2002-02-10basic weak reference test.Federico G. Schwindt
2002-02-05add a regression for test for "elfbug": the bug in ELF ld.soMatthieu Herrb
that cause the 'Unresolved inheritance operation' error message.