Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-14 | Re-enable RCS regression tests at mickey and niallo's request. | Ray Lai | |
2006-03-14 | ci currently doesn't parse the -x flag at all, defaulting to ",v/" every | Ray Lai | |
time. I rewrote checkin_choose_rcsfile() to handle it using these rules: - If a directory structure is given (ci -x,abcd dir/dir2/file) then all RCS files are under dir/dir2. - If the RCS/ directory exists, use it. Otherwise use current directory. - If the -x flag is specified, use those slash-separated extensions. Otherwise, use the default (",v/"). - Look in the rcs directory (RCS/ or current directory) for a file with a matching extension, for each extension. Each extension is tried in order. If a file exists, it is used. If no file exists with any extension, the first one is used. - The empty extension is treated as no extension, because I can't figure out what its special meaning is. It sounds complicated, and the code is kinda complicated as well, but it makes sense if you think about it. ok niallo | |||
2006-03-14 | OpenRCS currently strips any text in a filename up to and including | Ray Lai | |
the last comma, assuming that it is a `,v' extension. GNU RCS does not do this. This removes that check. ok niallo | |||
2006-03-13 | regress test for various ssh-keygen IETF conversion line terminators; ok djm@ | Darren Tucker | |
2006-03-13 | back out previous | Darren Tucker | |
2006-03-13 | regress test for alternate line terminations for IETF key conversion, ok djm@ | Darren Tucker | |
2006-03-12 | Remove $Id$ tags, which broke regression tests were are not really | Ray Lai | |
necessary for the tests. ok niallo | |||
2006-03-11 | Disable RCS regression tests since RCS is not linked yet. | Ray Lai | |
ok niallo | |||
2006-03-11 | RCS regression tests. | Ray Lai | |
ok joris, niallo, otto, and xsa | |||
2006-03-10 | Hook up cap_mkdb test. | Ray Lai | |
2006-03-10 | Regression test for truncated file. | Ray Lai | |
ok otto and millert | |||
2006-03-05 | Enable more tests now that sdiff handles stdin; from Ray | Otto Moerbeek | |
2006-02-21 | hook sdiff | Otto Moerbeek | |
2006-02-21 | sdiff regress tests from Ray | Otto Moerbeek | |
2006-02-14 | fix regress test on sparc64. help & ok millert@ cloder@ | Moritz Jodeit | |
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 | |