Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-02 | - add regression tests for two problems with keyword parsing. | Niall O'Higgins | |
ok ray@ | |||
2006-07-29 | Add regression test for files with lots of keywords. | Ray Lai | |
OK xsa@ | |||
2006-07-28 | Remove $Log$ check from keyword expansion test, which is the only | Ray Lai | |
keyword we don't do yet. Now we can enable the test. OK niallo@ | |||
2006-07-22 | Test that PermitOpen after a Match overrides global setting; ok djm@ | Darren Tucker | |
2006-07-19 | Add a couple of files missing from the cleanup list | Darren Tucker | |
2006-07-19 | Add regress test for ForceCommand | Darren Tucker | |
2006-07-17 | Regress test for Match + PermitOpen. ok djm@ | Darren Tucker | |
2006-07-11 | add test for ExitOnForwardFailure=yes | Markus Friedl | |
2006-07-06 | in this test, $SUDO is not used to gain privileges but to switch to nobody. | Alexander von Gernler | |
thus, we need the SUDO variable to be set. if not set, the test would also pass ok, but only because exit status 2 and 127 looked the same to the test. ok markus@ | |||
2006-07-03 | Revert last commit by request of otto. | Jonathan Gray | |
Contents of comments are obviously part of the diff tests. | |||
2006-07-03 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray | |
rescinded 22 July 1999. | |||
2006-06-02 | Reflect -r1.43 of lint1/tree.c | Chad Loder | |
2006-06-02 | Initial regress for file(1); not hooked in yet; looked at by cloder. | Ian Darwin | |
2006-05-28 | The '-c' option is no longer the default in LINTFLAGS, so update the | Chad Loder | |
output of this test | |||
2006-05-28 | We pull in LINTFLAGS from sys.mk, no need to reproduce it here | Chad Loder | |
2006-05-05 | test pointer casts | Otto Moerbeek | |
2006-05-05 | SEGVs have been fixed, so include proper expected output | Otto Moerbeek | |
2006-05-05 | o GNU ci returns 0 when a file is reverted (co -l file; ci file). | Ray Lai | |
o Don't unlock file after revert. o Fix spelling. Passes extra tests in GNU rcstest. OK niallo@. | |||
2006-05-05 | Output to a different filename so the tests work without an obj/ | Ray Lai | |
directory. Also change diff -u to ${DIFF}. OK xsa@ | |||
2006-05-03 | Add some regress tests for lint1 crashes which are not solved yet | Chad Loder | |
2006-05-03 | more test cases | Otto Moerbeek | |
2006-05-01 | - add tests for -oranges. | Niall O'Higgins | |
ok joris@ | |||
2006-04-29 | Add tests for keywords in ci, not enabled yet. We are still missing | Ray Lai | |
$Log$ functionality. OK xsa@ | |||
2006-04-28 | add another variant of `rlog -z' usage (still not enabled); | Xavier Santolaria | |
2006-04-28 | add various tests for `rlog -z' (not enabled yet); | Xavier Santolaria | |
2006-04-28 | remove p flag from LINTFLAGS; ok cloder@ | Otto Moerbeek | |
2006-04-27 | Make test use explicit signed char, instead of just char. We'll make | Otto Moerbeek | |
unspecified char tests later, when lint is smarter about char that. Discussed with cloder@ | |||
2006-04-27 | Add test for "expression has null effect" warnings. | Otto Moerbeek | |
2006-04-26 | DIFF=diff -u | Xavier Santolaria | |
2006-04-26 | Reflect prettier function names change in lint warnings | Chad Loder | |
2006-04-25 | Back out previous tests, the keywords all expanded and destroyed | Ray Lai | |
my tests. | |||
2006-04-25 | Regression tests for keywords for ci. | Ray Lai | |
OK xsa@ | |||
2006-04-25 | Reflect latest lint commit, which fixes many type conversion false | Chad Loder | |
positives and negatives. | |||
2006-04-25 | A new, very exhaustive type conversion regression test. | Chad Loder | |
2006-04-21 | Regression test for lint crash dealing with break outside a switch or a | Chad Loder | |
loop. Found by dlg | |||
2006-04-20 | add various tests for `rlog -r' (not enabled yet); OK ray@. | Xavier Santolaria | |
2006-04-20 | Test for (soon to be coming) LINTUSED special comment | Chad Loder | |
2006-04-20 | Test case for unreachable breaks | Chad Loder | |
2006-04-20 | Reflect new warning format | Chad Loder | |
2006-04-17 | quiet a bit more test-rcs-iflag; | Xavier Santolaria | |
2006-04-17 | Relieve checkin_update and checkin_init of the responsibility of | Ray Lai | |
calling rcs_close() so we don't try to rcs_close() the same file twice if the working file does not exist, resulting in a core dump. The current code also returns the status of the last file, so if we do: $ touch file $ ci nonexistent file that will return 0. GNU returns 1. Fix that. Additionally, it returns -1 on error, which turns into 255. It should return 1. OK niallo@ | |||
2006-04-16 | Reflect -p now missing from LINTFLAGS | Chad Loder | |
2006-04-14 | Regression tests for rlog -l. | Ray Lai | |
OK joris@ | |||
2006-04-13 | Regression tests for ci and co for revision-less RCS files. | Ray Lai | |
OK joris@ | |||
2006-04-13 | Somehow the regression tests and commit message were both gone from | Ray Lai | |
the last commit. This adds the missing symbols regression tests. Also includes an rcsclean regression test. Previous commit, which included these tests, OK joris@ | |||
2006-04-12 | Better match GNU behavior for rcs -l and rcs -u. | Ray Lai | |
Save 2 bytes of newlines. OK joris@ | |||
2006-04-01 | Add rcs -l, rcs -u, and regression tests. | Ray Lai | |
``put it all in'' joris@ | |||
2006-03-28 | enable the following tests: | Xavier Santolaria | |
- rcs-aflag - rcs-eflag - rcs-Aflag | |||
2006-03-27 | - add regression tests for file mode support. | Niall O'Higgins | |
ok ray@ | |||
2006-03-27 | Fix and clean up -t flag: | Ray Lai | |
- Add comments. - Support -t-inline-comments-like-man-page-says. - -tfilename still works. - When using -t (read description from stdin) don't end when first character is `.'. Instead, end if whole line consists of one `.'. - Add regression test. I also changed the regression Makefile to have a trailing slash on the final element. As long as we have a blank line it will be fine, plus it will save us some trouble when adding new tests. After adding line breaks, ``rest looks fine.'' xsa@ |