summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2006-01-31regress test for "scp a b c" where "c" is not a directoryDamien Miller
2006-01-31regression test for CVE-2006-0225 written by dtucker@Damien Miller
2006-01-27regress test for local to local scp copies; ok dtucker@Damien Miller
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
soon.
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
the tree, as it is a very useful test for anyone else who wants to try to parse these (with lint or any other parser).
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
would commit this but he is too much of a slacker.
2005-12-09Test how lint deals with warning for signed/unsigned char conversionsChad Loder
involving character literals (as opposed to literals of other integral types).
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-26Add test 4 (case ranges) and adjust output of other cases to reflect theChad Loder
fact that we have libraries now.
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-14all other scripts in this dir use $SUDO, not 'sudo', so pull this evenAlexander von Gernler
ok markus@
2005-09-06finally make our m4 SusV3-compliant.Marc Espie
- changecom and changequote have a simple definition (that matches gnu-m4, coincidentally, so we no longer need two distinct modes for these) - off-by-one bug in -s, this finally works. - reorder main parser loop, so that we can use alphabetic constructs in quotes/comments. - rename putback to pushback, this matches comments, and makes more sense. - more uniform (and updated) description of changequote/changecom. - new, systematic regression tests of comments/quotes. - framework to test -s: one perl script to reconstitute `full' files with all line numbers, so that we can verify the output without needing a complete match. okay otto@, fries@
2005-07-15testcase for recent bug-report.Marc Espie
2005-06-30allow SUDO=sudo; from Alexander BluhmMarkus Friedl
2005-06-01no need for both $Id$ and $OpenBSD$marius eriksen
2005-05-31a regress Makefile may not define a "regress" target.Artur Grabowski
This regression test is wrong in many other ways too, but at least fix it enough so that it doesn't stop other regression tests from running.
2005-05-29sync with -p -> -f change, make it work with obj/ ; ok marius@Damien Miller
2005-05-29add back support for SSH1 keys. it is being used in practice.marius eriksen
ok markus@
2005-05-28+ gzsigmarius eriksen
2005-05-28import regression tests for gzsig.marius eriksen
2005-05-24oops, new arcfour modes here tooDamien Miller
2005-05-24add new arcfour modesDamien Miller
2005-05-20force addressfamily=inet for tests, unbreaking dynamic-forward regress forDamien Miller
recently committed nc SOCKS5 changes
2005-05-17add testMarc Espie