summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2005-12-03Add a couple more __attribute__ test cases to test 11, and hook up 11Chad Loder
now that lint deals with attributes.
2005-12-02Test gcc attribute parsing. Not hooked up yet.Chad Loder
2005-12-02add test that lint gets keywords from comments out of #define macrosAlexander von Gernler
ok cloder@
2005-12-01Fix comment, noted by Dries SchellekensChad Loder
2005-12-01Regress test for testing unsigned less than 0Chad Loder
2005-12-01Add regression test for lint2 being less noisy about "foo declared butChad Loder
never used or defined".
2005-11-30Regression test for slashslash commentsChad Loder
2005-11-30Regression test for __func__Chad Loder
2005-11-28Remove dammitChad Loder
2005-11-28Test for promoting in-range literal to bigger typeChad Loder
2005-11-26test for swapped rulesHans-Joerg Hoexer
2005-11-26Add test 4 (case ranges) and adjust output of other cases to reflect theChad Loder
fact that we have libraries now.
2005-11-24ike has used hmac sha1/md5 since ever. So call 'em hmac-sha1/md5.Hans-Joerg Hoexer
2005-11-24remove tests for keyed md5/sha1, we only have hmacsHans-Joerg Hoexer
2005-11-23Test "inline" keywordChad Loder
2005-11-23Update output format to reflect the fact that lint doesn't print out aChad Loder
line with just the filename anymore.
2005-11-23Add regression test for right shift of N-bit quantity by >= N bitsChad Loder
OK millert, deraadt
2005-11-22enter diff3Markus Friedl
2005-11-22regress test for diff3prog handling of unchanged filesMarkus Friedl
2005-11-21Place in public domainChad Loder
2005-11-21Basic regress framework for xlint. Not hooked up yet.Chad Loder
OK deraadt, input from millert
2005-11-17errx is better hereOtto Moerbeek
2005-11-17Test a few more rint functions.Otto Moerbeek
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