Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-17 | cleanup; OK ray@. | Xavier Santolaria | |
2006-03-16 | Quiet, please. | Ray Lai | |
``sure.'' xsa and ``Yup, thats cool.'' niallo | |||
2006-03-15 | add exp & sort | Otto Moerbeek | |
2006-03-15 | Simple exp(3) and expf(3) regression test for +Inf and -Inf | Otto Moerbeek | |
2006-03-15 | Fix and enable rcsmerge test. | Ray Lai | |
rcsmerge stuff ok niallo | |||
2006-03-14 | trailing spaces and lines no more | Michael Shalayeff | |
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 | Hook up getcap test. | Ray Lai | |
2006-03-10 | Regression test for truncated file. | Ray Lai | |
ok otto and millert | |||
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-20 | make it more evil and panic; from egger@ | Michael Shalayeff | |
2006-02-15 | use proper msync | Michael Shalayeff | |
2006-02-14 | fix regress test on sparc64. help & ok millert@ cloder@ | Moritz Jodeit | |
2006-02-11 | fix dejagnu detection with PKG_PATH set; problem reported by nick@ and others | David Krause | |
ok miod@ | |||
2006-02-04 | Adapt for the fact that Xorg now used standard loadable modules. | Mark Kettenis | |
ok david@ | |||
2006-02-03 | First simple regression tests for invalid rules | Hans-Joerg Hoexer | |
2006-02-03 | adopt to recent changes | Hans-Joerg Hoexer | |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
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 | |
2006-01-25 | append without a file list should not corrupt a tar file; | Markus Friedl | |
report Rainer Giedat; ok millert@ | |||
2006-01-23 | add a buffered event test. | Brad Smith | |
From libevent CVS | |||
2006-01-05 | fix regression test, from art | Ted Unangst | |
2005-12-25 | add two more tests. | Brad Smith | |
From libevent CVS | |||
2005-12-19 | after mutex_unlock, there's no guarantee that a waiting thread will | Ted Unangst | |
start running. calling pthread_yield makes test pass with rthreads | |||
2005-12-18 | rename test functions with meaningful names instead of 1 2 3, etc. | Brad Smith | |
From libevent CVS | |||
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 | |