summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2006-04-06enable mmap_fixed regressKurt Miller
2006-04-06add a regress that repetitively calls mmap with MMAP_FIXED on the sameKurt Miller
region of memory to ensure process datasize is properly calculated. this time in the righ place *sigh* ok pedro@
2006-04-06Adjust tbrsize to new default MTU on tun(4).Marco Pfatschbacher
OK claudio, henning, mcbride
2006-04-01Use NFILES for starting point instead of hardcoded constOtto Moerbeek
2006-04-01Add rcs -l, rcs -u, and regression tests.Ray Lai
``put it all in'' joris@
2006-03-31forgot those in previous commit...Hans-Joerg Hoexer
2006-03-31adopt regression tests to recent changeHans-Joerg Hoexer
2006-03-31allow specification of encapsulated protocol for ike; ok hshoexerMarkus Friedl
2006-03-31fix the "ike dynamic" test. dynamic automatically uses the localReyk Floeter
hostname, we skip this behaviour by overriding the srcid. the regression test now validates the DPD-settings only. figured out and ok by hshoexer@
2006-03-31allow specification of encapsulated protocol for flows; ok hshoexerMarkus Friedl
2006-03-30add regress tests for dynamic, bypass, deny and the macros.Reyk Floeter
inspired my markus last commit, ok hshoexer@
2006-03-30allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok ↵Markus Friedl
hshoexer, reyk
2006-03-28enable 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-27Fix 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@
2006-03-25hook telldirOtto Moerbeek
2006-03-25telldir/seekdir regress tesst. Fails on -current, since seekdir(x),Otto Moerbeek
telldir() does not return x. This will we fixed.
2006-03-24add test for `rcs -Aoldfile'; not enabled yet. ray@ likes it.Xavier Santolaria
2006-03-24Allow the -x flag to be used without an extension.Ray Lai
``that makes sense'' xsa@
2006-03-23Missing CLEANFILES.Ray Lai
``i guess so'' xsa@
2006-03-22The regression test currently fails, which it should. This adds aRay Lai
check to make sure it fails with an expected error. Help with make-fu by espie@. OK otto@
2006-03-21adopt to recent changes. noticed by david@Hans-Joerg Hoexer
2006-03-21add tests for `rcs -a' and `rcs -e', just not enabled yet.Xavier Santolaria
"Looks good" ray@.
2006-03-20add limited support for format builtin in gnu-m4 mode, because I'm fedMarc Espie
up of patching it away in various autoconf derivatives. okay miod@
2006-03-20Add a regression test for false positive with ((x == y) == z), fixed inChad Loder
r1.31 of usr.bin/xlint/lint1/tree.c
2006-03-17cleanup; OK ray@.Xavier Santolaria
2006-03-16Quiet, please.Ray Lai
``sure.'' xsa and ``Yup, thats cool.'' niallo
2006-03-15add exp & sortOtto Moerbeek
2006-03-15Simple exp(3) and expf(3) regression test for +Inf and -InfOtto Moerbeek
2006-03-15Fix and enable rcsmerge test.Ray Lai
rcsmerge stuff ok niallo
2006-03-14trailing spaces and lines no moreMichael Shalayeff
2006-03-14Re-enable RCS regression tests at mickey and niallo's request.Ray Lai
2006-03-14ci currently doesn't parse the -x flag at all, defaulting to ",v/" everyRay 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-14OpenRCS currently strips any text in a filename up to and includingRay 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-13regress test for various ssh-keygen IETF conversion line terminators; ok djm@Darren Tucker
2006-03-13back out previousDarren Tucker
2006-03-13regress test for alternate line terminations for IETF key conversion, ok djm@Darren Tucker
2006-03-12Remove $Id$ tags, which broke regression tests were are not reallyRay Lai
necessary for the tests. ok niallo
2006-03-11Disable RCS regression tests since RCS is not linked yet.Ray Lai
ok niallo
2006-03-11RCS regression tests.Ray Lai
ok joris, niallo, otto, and xsa
2006-03-10Hook up cap_mkdb test.Ray Lai
2006-03-10Hook up getcap test.Ray Lai
2006-03-10Regression test for truncated file.Ray Lai
ok otto and millert
2006-03-10Regression test for truncated file.Ray Lai
ok otto and millert
2006-03-05Enable more tests now that sdiff handles stdin; from RayOtto Moerbeek
2006-02-21hook sdiffOtto Moerbeek
2006-02-21sdiff regress tests from RayOtto Moerbeek
2006-02-20make it more evil and panic; from egger@Michael Shalayeff
2006-02-15use proper msyncMichael Shalayeff
2006-02-14fix regress test on sparc64. help & ok millert@ cloder@Moritz Jodeit