summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2005-12-25add two more tests.Brad Smith
2005-12-19after mutex_unlock, there's no guarantee that a waiting thread willTed Unangst
2005-12-18rename test functions with meaningful names instead of 1 2 3, etc.Brad Smith
2005-12-17Add some tests with modulus operator tooChad Loder
2005-12-16Add a regression test for lint catching division by zero.Chad Loder
2005-12-15kjell forgot to update this after his last message commit :)Chad Loder
2005-12-14Fix assumption about how many args scp will pass; ok djm@Darren Tucker
2005-12-13Test non-decimal fraction input, which is currently broken, but will be fixedOtto Moerbeek
2005-12-12Add test for floating point constant in conditionalChad Loder
2005-12-12Regression test for constant in conditional contextChad Loder
2005-12-10UpdateChad Loder
2005-12-10Match new lint warning and error format (similar to gcc's format).Chad Loder
2005-12-10Add a generate targetChad Loder
2005-12-10Add a regression test for suspicious use of sizeof.Chad Loder
2005-12-10Remove test 11 (gcc attribute parsing) from the list. We will keep it inChad Loder
2005-12-09Add regression test for assignment in conditional contextChad Loder
2005-12-09Reverse order of diff so that output makes more sense. kjell said heChad Loder
2005-12-09Test how lint deals with warning for signed/unsigned char conversionsChad Loder
2005-12-07Sorry, committed the wrong MakefilePedro Martelletto
2005-12-07Moved to regress/sys/dev/fdescPedro Martelletto
2005-12-07Move Art's fdescfs regress to a now more appropriate placePedro Martelletto
2005-12-06Remove fdescfsPedro Martelletto
2005-12-06ipip support: ip-in-ip w/o gif(4); ok hshoexerMarkus Friedl
2005-12-03Add a couple more __attribute__ test cases to test 11, and hook up 11Chad Loder
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
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
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
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
2005-11-23Add regression test for right shift of N-bit quantity by >= N bitsChad Loder
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
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
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