summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2005-11-14all other scripts in this dir use $SUDO, not 'sudo', so pull this evenAlexander von Gernler
ok markus@
2005-11-12be aware of "tunnel"Hans-Joerg Hoexer
2005-11-09fix regress that assumed dlopen(0,...) returned handle to exe.Kurt Miller
2005-11-05zap unused var.Federico G. Schwindt
2005-10-31and panic if fork(2) fails.Federico G. Schwindt
2005-10-31enter pthread_atforkFederico G. Schwindt
2005-10-31pthread_atfork(3) regression.Federico G. Schwindt
2005-10-30-Wall cleanup.Federico G. Schwindt
2005-10-30add a regression test for ipcompHans-Joerg Hoexer
2005-10-21bullshit test; pointed out by davidTheo de Raadt
2005-10-16Regression tests for "any" keyword.Hans-Joerg Hoexer
2005-09-30add prog3Kurt Miller
2005-09-30regress that checks that a dlopen'ed object group is not unloaded ifKurt Miller
one of its depenencies is referred to via another dlopen.
2005-09-30add a function with the same name in aa and bb, also bbTest2() in prepKurt Miller
for new regress.
2005-09-30add test2Kurt Miller
2005-09-30regress for a shared object with depenencies that have a shared commonKurt Miller
dependency (similar to gaim). checks for use after free in dlclose.
2005-09-28add dlclose subdirKurt Miller
2005-09-28two new regresses for dlclose. double dlopen("foo") with singleKurt Miller
dlclose(foo). mozilla lazy binding example (load_object confusion)
2005-09-28make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object groupKurt Miller
2005-09-27various fixups;Jason McIntyre
ok jason@
2005-09-27report time duration required to play sample then % error of sample rate.Dale Rahn
from PR 4304. Also added support for different sample rate requests. ok jason@
2005-09-25Do not consider userland trap #496 (BUG system call on mvme88k) as specialMiod Vallat
anymore, since we don't want to allow userland to talk to the BUG. Deliver SIGSYS instead of doing nothing. Makes things simpler, plus it polluted luna88k.
2005-09-23add test2 & 3Kurt Miller
2005-09-23make sure a undefined weak doesn't interfere with a defined one of theKurt Miller
same name in a different shared lib. also make sure first weak symbol is selected when duplicates exist.
2005-09-23add a regress for undefined weak. make sure ld.so doesn't warn on it orKurt Miller
count it as an failure.
2005-09-23reflect recent changes, "Phase 1" section uses "force" now.Hans-Joerg Hoexer
2005-09-22Enable a bunch more tests.Dale Rahn
2005-09-22Test if a program exits when some of it's symbols are not found.Dale Rahn
2005-09-21more main.C -> main.cDale Rahn
2005-09-21This test is now C, not C++. main.C ->main.cDale Rahn
2005-09-20reflect latest changes ("Phase 1" and "Conneciton=...")Hans-Joerg Hoexer
2005-09-19Verify which symbol is found when same strong symbol found in multiple files.Dale Rahn
ok kurt@
2005-09-19ansi clean so that all gcc versions can compile these; ok drahnTheo de Raadt
2005-09-19makefile cleanup: spacing, readability, tagsKurt Miller
2005-09-19makefile cleanup: spacing, readability, tagsKurt Miller
2005-09-19add test3Kurt Miller
2005-09-19addtional tests involving two dlopened load groupsKurt Miller
2005-09-19add prog5Kurt Miller
2005-09-19confirm DT_NEEDED libs gets promoted to RTLD_GLOBAL when parent getsKurt Miller
dlopened with RTLD_GLOBAL
2005-09-19add prog4Kurt Miller
2005-09-19checks that dependent libs are not promoted to RTLD_GLOBAL by mistakeKurt Miller
2005-09-19clean up LDADD and make more readable. remove extra .include'sKurt Miller
2005-09-19clean up LDADD and make more readableKurt Miller
2005-09-18unbreak make regress. noticed by theoKurt Miller
2005-09-18Make these tests more regress like, self diagnosing, less verbose.Dale Rahn
2005-09-18move CC_{DIR|OBJDIR} to Makefile.inc in prep for prog4Kurt Miller
2005-09-18remove extra includesKurt Miller
2005-09-18link progs with extra rpath for dlopened libs instead of usingKurt Miller
LD_LIBRARY_PATH
2005-09-17add regression tests to validate that dlopened objects can pick up theirDale Rahn
depend libraries. Also that dlopen() does not just exit when a dependant library is not found.
2005-09-17more like a real regression test, not just printfs.Dale Rahn