Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-02 | add SHA256/SHA512 based HMAC modes | Damien Miller | |
2011-07-27 | - add a failing test, to be addressed later. | Jasper Lievisse Adriaanse | |
reminded by oga@ | |||
2011-07-27 | oops, missing file for weighted round-robin test. | Ryan Thomas McBride | |
2011-07-27 | Update regress tests for weighted round-robin (and recent pool bugfix) | Ryan Thomas McBride | |
2011-07-24 | Theo reported that make cleandir deleted too much, triggering this cleanup: | Ingo Schwarze | |
Since quite some time, the groff output files are checked into CVS. * thus, no longer provide a "groff-clean" target to delete them * from official targets, no longer call the "groff" target generating them * do not reimplement "clean" and "cleandir", simply use the official targets | |||
2011-07-24 | check opening and middle punctuation as well | Ingo Schwarze | |
2011-07-24 | check that a macro works in the head of a tagged paragraph; | Ingo Schwarze | |
found in my tree | |||
2011-07-24 | Also run the new tests of "sed -E 's/..." with the input lacking a | Ingo Schwarze | |
trailing newline. Will be fixed by a commit to sed/process.c right afterwards. While here, assert my copyright and add a license. OK otto@ | |||
2011-07-24 | Handle 'show' specially to prepare for regress tests on pfrke_route | Ryan Thomas McBride | |
and pfrke_cost entries. Output becomes sorted in table order. | |||
2011-07-24 | Update PF table regress tests to work with -current. | Ryan Thomas McBride | |
2011-07-23 | TCP out-of-band data is not reliable. Allow socket splicing | Alexander Bluhm | |
regression tests to tolerate missing urgent bytes. | |||
2011-07-13 | Must now specify correct protocol (tcp, udp) for user and group attributes. | Ryan Thomas McBride | |
2011-07-13 | tweak script to handle add/delete/info | Marc Espie | |
finish the manual1 test | |||
2011-07-12 | create packages with inter-dependencies... and delete them | Marc Espie | |
2011-07-12 | start adding regress for manual installs, not fully working yet... | Marc Espie | |
2011-07-11 | repair t24 when obj exists, like other targets. | Okan Demirmen | |
sure tedu@ | |||
2011-07-11 | how annoying. soembody added a regress test that would have caught my | Ted Unangst | |
grep bug, but didn't turn it on. | |||
2011-07-09 | Move test(1) test into regress. | Nicholas Marriott | |
ok deraadt | |||
2011-07-09 | Adapt tests for extended-precision. | Martynas Venckus | |
2011-07-08 | Add regress tests for 'prio' keyword. | Ryan Thomas McBride | |
2011-07-08 | Add 80-bit and 128-bit precision test vectors for the math functions. | Martynas Venckus | |
No problems found by Cephes in 17022 tests. | |||
2011-07-08 | 'prio' will be a reserved keyword soon. | Ryan Thomas McBride | |
2011-07-08 | Update regress tests for the following changes: | Ryan Thomas McBride | |
- if_addr RB_TREE (Address sort differently on an interface) - skip steps changes - RDOMAIN - reordering of address/port tests - fastroute is gone - keep state is no longer printed by default - lo0 now has link-local scope address in addition to ::1 | |||
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt | |
switched a while back. ok miod, kettenis | |||
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt | |
2011-07-07 | Add tests for kqueue EVFILT_SIGNAL and that they can't be passed over | Philip Guenthe | |
sockets | |||
2011-07-07 | Regress test cleanup step 1 of n: require-order no longer exists. | Ryan Thomas McBride | |
2011-07-07 | braces rock! | Philip Guenthe | |
2011-07-07 | Suppress known failures | Philip Guenthe | |
2011-07-06 | update regress for non-crypto flow 'type use' case | Theo de Raadt | |
2011-07-06 | Add a regression test for file descriptor passing with UNIX sockets. | Matthew Dempsky | |
ok claudio@ | |||
2011-07-06 | Test handling of non-NUL terminated sun_path values as well as garbage | Philip Guenthe | |
in the end of the sockaddr_un. Done with claudio@ | |||
2011-07-06 | Switch to a device that isn't deprecated and return more info on | Philip Guenthe | |
read failure | |||
2011-07-06 | Add regress for errno returns of failed fchdir()s | Philip Guenthe | |
2011-07-05 | Hook unixsock up | Claudio Jeker | |
2011-07-05 | Regress test for the path length of unix sockets. | Claudio Jeker | |
2011-07-05 | plug in mmap_write_self | Artur Grabowski | |
2011-07-05 | Test for when we're writing to a file from an mmaped area of the file. | Artur Grabowski | |
2011-07-04 | Add new socket splicing tests for the idle timeout feature. Note | Alexander Bluhm | |
that you need p5-BSD-Socket-Splice version 0.03 to run the regression tests. | |||
2011-07-03 | Include tests of 80-bit long double precision (on platforms that | Martynas Venckus | |
support it) now that scanf is implemented properly. | |||
2011-07-02 | Add cephes. | Martynas Venckus | |
2011-07-02 | Import Steve Moshier's printf/scanf tester. | Martynas Venckus | |
2011-07-02 | "repair" the thunarvfs test, except it's not repaired, as it does not | Marc Espie | |
exemplify anything interesting now. zap it from the list until it gets properly fixed | |||
2011-06-30 | test with sandbox enabled; ok djm@ | Markus Friedl | |
2011-06-30 | regress for fixed bug | Marc Espie | |
2011-06-30 | "normal" failure implies actual exit. If $? >= 128, that means a signal | Marc Espie | |
was received, usually a segfault, which is not good at all... | |||
2011-06-23 | regression tests for the sed substitute command | Ingo Schwarze | |
most of these still fail, a patch to fix them is on tech@ for review ok to commit the tests deraadt@ otto@ | |||
2011-06-20 | - add tests for suffixes in Requires(.private) | Jasper Lievisse Adriaanse | |
2011-06-16 | - slightly expand test for --static. it works in my local tree but needs ↵ | Jasper Lievisse Adriaanse | |
some more testing. | |||
2011-06-16 | - adjust a test which was succeeding while it shouldn't (after the last | Jasper Lievisse Adriaanse | |
pkg-config commit it does again) |