Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-31 | regress test for "scp a b c" where "c" is not a directory | Damien Miller | |
2006-01-31 | regression test for CVE-2006-0225 written by dtucker@ | Damien Miller | |
2006-01-27 | regress test for local to local scp copies; ok dtucker@ | Damien Miller | |
2005-12-17 | Add some tests with modulus operator too | Chad Loder | |
2005-12-16 | Add a regression test for lint catching division by zero. | Chad Loder | |
2005-12-15 | kjell forgot to update this after his last message commit :) | Chad Loder | |
2005-12-14 | Fix assumption about how many args scp will pass; ok djm@ | Darren Tucker | |
2005-12-13 | Test non-decimal fraction input, which is currently broken, but will be fixed | Otto Moerbeek | |
soon. | |||
2005-12-12 | Add test for floating point constant in conditional | Chad Loder | |
2005-12-12 | Regression test for constant in conditional context | Chad Loder | |
2005-12-10 | Update | Chad Loder | |
2005-12-10 | Match new lint warning and error format (similar to gcc's format). | Chad Loder | |
2005-12-10 | Add a generate target | Chad Loder | |
2005-12-10 | Add a regression test for suspicious use of sizeof. | Chad Loder | |
2005-12-10 | Remove test 11 (gcc attribute parsing) from the list. We will keep it in | Chad 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-09 | Add regression test for assignment in conditional context | Chad Loder | |
2005-12-09 | Reverse order of diff so that output makes more sense. kjell said he | Chad Loder | |
would commit this but he is too much of a slacker. | |||
2005-12-09 | Test how lint deals with warning for signed/unsigned char conversions | Chad Loder | |
involving character literals (as opposed to literals of other integral types). | |||
2005-12-03 | Add a couple more __attribute__ test cases to test 11, and hook up 11 | Chad Loder | |
now that lint deals with attributes. | |||
2005-12-02 | Test gcc attribute parsing. Not hooked up yet. | Chad Loder | |
2005-12-02 | add test that lint gets keywords from comments out of #define macros | Alexander von Gernler | |
ok cloder@ | |||
2005-12-01 | Fix comment, noted by Dries Schellekens | Chad Loder | |
2005-12-01 | Regress test for testing unsigned less than 0 | Chad Loder | |
2005-12-01 | Add regression test for lint2 being less noisy about "foo declared but | Chad Loder | |
never used or defined". | |||
2005-11-30 | Regression test for slashslash comments | Chad Loder | |
2005-11-30 | Regression test for __func__ | Chad Loder | |
2005-11-28 | Remove dammit | Chad Loder | |
2005-11-28 | Test for promoting in-range literal to bigger type | Chad Loder | |
2005-11-26 | Add test 4 (case ranges) and adjust output of other cases to reflect the | Chad Loder | |
fact that we have libraries now. | |||
2005-11-23 | Test "inline" keyword | Chad Loder | |
2005-11-23 | Update output format to reflect the fact that lint doesn't print out a | Chad Loder | |
line with just the filename anymore. | |||
2005-11-23 | Add regression test for right shift of N-bit quantity by >= N bits | Chad Loder | |
OK millert, deraadt | |||
2005-11-22 | enter diff3 | Markus Friedl | |
2005-11-22 | regress test for diff3prog handling of unchanged files | Markus Friedl | |
2005-11-21 | Place in public domain | Chad Loder | |
2005-11-21 | Basic regress framework for xlint. Not hooked up yet. | Chad Loder | |
OK deraadt, input from millert | |||
2005-11-14 | all other scripts in this dir use $SUDO, not 'sudo', so pull this even | Alexander von Gernler | |
ok markus@ | |||
2005-09-06 | finally 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-15 | testcase for recent bug-report. | Marc Espie | |
2005-06-30 | allow SUDO=sudo; from Alexander Bluhm | Markus Friedl | |
2005-06-01 | no need for both $Id$ and $OpenBSD$ | marius eriksen | |
2005-05-31 | a 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-29 | sync with -p -> -f change, make it work with obj/ ; ok marius@ | Damien Miller | |
2005-05-29 | add back support for SSH1 keys. it is being used in practice. | marius eriksen | |
ok markus@ | |||
2005-05-28 | + gzsig | marius eriksen | |
2005-05-28 | import regression tests for gzsig. | marius eriksen | |
2005-05-24 | oops, new arcfour modes here too | Damien Miller | |
2005-05-24 | add new arcfour modes | Damien Miller | |
2005-05-20 | force addressfamily=inet for tests, unbreaking dynamic-forward regress for | Damien Miller | |
recently committed nc SOCKS5 changes | |||
2005-05-17 | add test | Marc Espie | |