Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-09 | regression test for sftp request white/blacklisting and readonly mode. | Damien Miller | |
2013-10-07 | Add a regression test that ensures profiling signals are delivered to the | Joel Sing | |
thread whose execution consumed the CPU time and resulted in the profiling timer expiring. This test currently fails and will be fixed shortly. Feedback from guenther@ | |||
2013-10-07 | Prefer -lpthread over -pthread. | Joel Sing | |
2013-10-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze | |
already there in the middle of words. So far, we only allowed this on text lines. Now it turns out some macros allow this for their arguments, too, in particular .Nd and most of the .%? citation macros. Issue found by Franco Fichtner <franco at lastsummer dot de> while doing systematic groff-mandoc comparisons in the DragonFly base system, THANKS! While here, garbage collect two empty prevalidator function pointer lists and sort a couple of function declarations. | |||
2013-10-06 | Add a test to verify that disabling cancelation defers it until reenabled. | Philip Guenther | |
Add missing pthread_cleanup_pop() calls (they're required to be matched). | |||
2013-10-06 | Prefer -lpthread over -pthread | Philip Guenther | |
2013-10-06 | Rework the AES XTS regress so that we compile and test the sys/crypto code | Joel Sing | |
directly, rather than trying to use the crypto dev, which is disabled by default. ok djm@ | |||
2013-10-06 | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze | |
do not throw a FATAL error and do not die, but just throw a WARNING and move the stuff out of the .Bl block. This bug felt completely 2008-ish; meanwhile, such bugs from the Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era are becoming rare, but this was one of the last survivors. Thanks to bentley@ for reminding me to finally fix this. | |||
2013-10-04 | Test numerical conditions; related to roff.c rev. 1.56. | Ingo Schwarze | |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze | |
references to user-defined strings. While here, make number registers signed int, like in groff. Inspired by NetBSD roff.c rev. 1.8 and read.c rev. 1.7 written by Christos Zoulas on March 21, 2013, but implemented in a completely different way, without hacking into read.c, where this functionality really doesn't belong. | |||
2013-09-30 | netbsd recognise "CODE REFERENCES" section header; from wiz@netbsd | Jason McIntyre | |
2013-09-15 | Macros following block closing macros aren't line macros. | Ingo Schwarze | |
Testing mdoc_macro.c 1.79 and mdoc_man.c 1.51. Thanks to Franco Fichtner <franco at lastsummer dot de> for providing the test case this patch was based on. | |||
2013-09-13 | Test various combinations of flowdst, flowsrc and proto. | Florian Obser | |
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback | |
Eliminate unneeded casts. suggestions from & ok millert@ guenther@ | |||
2013-09-11 | Enable pf if it's not already running. | Florian Obser | |
2013-09-04 | The regression tests for relayd complain if any required perl package | Alexander Bluhm | |
is missing, but they do not fail. All of them pass right now, so put them back into the regular test suite. | |||
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-08-25 | transform names cannot have commas | Mike Belopuhov | |
2013-08-25 | transform names cannot have commas | Mike Belopuhov | |
2013-08-23 | flow regression tests. | Florian Obser | |
2013-08-21 | recognise dragonfly; from jan stary | Jason McIntyre | |
2013-08-20 | Include more details in failure messages | Philip Guenther | |
2013-08-13 | Sync with pflow changes. | Florian Obser | |
2013-08-11 | Check wether the required perl packages are installed and that the | Alexander Bluhm | |
environment for the remote testing machine is set up. If not, print a message and skip the regression tests. | |||
2013-08-11 | Use variable REMOTE_SSH instead of a fixed name for the testing host. | Alexander Bluhm | |
2013-08-11 | typo | Florian Obser | |
2013-08-11 | pflow(4) template regression tests | Florian Obser | |
2013-08-09 | Add RCS id and ISC license. | Alexander Bluhm | |
2013-08-09 | Move the check for required perl packages into Makefile.inc so that | Alexander Bluhm | |
make obj always runs through als sudirs. | |||
2013-08-09 | Check wether all required perl packages are installed. If some | Alexander Bluhm | |
are missing print a warning and skip the tests, but do not fail. | |||
2013-08-09 | Add regress test for fuse_opt. | Sylvestre Gallon | |
2013-08-08 | Test .%C; supported by mandoc, will soon be supported by the groff port, too. | Ingo Schwarze | |
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | |
This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%. | |||
2013-08-07 | Check wether the required perl packages are installed. If not, | Alexander Bluhm | |
print a message and skip the regression tests which need them. OK deraadt@ | |||
2013-08-06 | Remove gcc 2.95 from the tree. One of the least bogus compiler we had (although | Miod Vallat | |
it had required some generous bandaid), but unfortunately not able to compile most of the Real World (tm) software. | |||
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat | |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. | |||
2013-08-05 | Fix typo. | Mark Kettenis | |
2013-08-05 | stop -F from removing Sh lines; -r1.39 | Jason McIntyre | |
from wiz@netbsd | |||
2013-08-05 | ino_t is unsigned | Philip Guenther | |
2013-08-05 | Make Bq and Er optional for errors. -r1.35. | Jason McIntyre | |
from wiz@netbsd | |||
2013-08-05 | integrate support for an -A option, which warns if an AUTHORS section | Jason McIntyre | |
does not contain any An macros; from wiz@netbsd | |||
2013-08-02 | fixup set prio fallout | Mike Belopuhov | |
2013-08-02 | extra skip step and counters printout fixed by the recent pfctl change | Mike Belopuhov | |
2013-08-02 | fixup set prio fallout | Mike Belopuhov | |
2013-08-02 | tgamma(0) == Inf | Mark Kettenis | |
2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it | Mark Kettenis | |
compatible with C99. Most notably: - 1**y == 1, even if y is NaN - (-1)**+-Inf == 1 and adjust the cephes testsuite to test for the right thing here. ok martynas@ | |||
2013-08-02 | update pfail32.ok: it's failiing in a much better way now; ok henning | Mike Belopuhov | |
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis | |
variable is set. | |||
2013-08-01 | more set queue fallout fixups | Mike Belopuhov | |
2013-07-31 | fixup pfctl regress fallout from the "set tos" and "set queue" changes | Mike Belopuhov | |