Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-07-30 | strptime(3) correctly fills in tm_yday; adjust expected output | Mark Kettenis | |
ok guenther@ | |||
2013-07-30 | better | Mark Kettenis | |
2013-07-30 | Make this test actually work on sparc64: | Mark Kettenis | |
- Fill delay slot of "ret" pseudo-instruction. - Properly synchronize instruction cache using the iflush instruction. | |||
2013-07-29 | updated regress values from djm | Ted Unangst | |
2013-07-23 | I need one more fragment to make the timeout test reliable. | Alexander Bluhm | |
2013-07-23 | fix typo in fragment payload | Alexander Bluhm | |
2013-07-23 | IPv6 fragments, that cannot be reassembled within 60 seconds after | Alexander Bluhm | |
the frist fragment has arrived, must be dropped. Add a regression test that sends 5 echo request fragments within 75 seconds and check that there is no echo reply. | |||
2013-07-20 | Set SSL_VERIFY_NONE as the regression test uses self-signed untrusted | Alexander Bluhm | |
certificates. Newer IO::Socket::SSL versions verify by default. | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze | |
As with any low-level roff request involving subtle interactions with macro internals, this implementation is not exact, but it does handle the simplest cases. This request occurs in man(7) code generated from DocBook, for example mysql(1) and yasm_arch(7). Thanks to brad@ for reporting the issue back in January 2011. | |||
2013-07-13 | Check handling of two consecutive .TP lines. | Ingo Schwarze | |
Related to ports/textproc/groff/patches/patch-tmac_an-old_tmac rev. 1.3. | |||
2013-07-06 | implement some simple check that make sure typedefs don't change in | Marc Espie | |
a bad way on us. Prompted by some recent work on types.h by guenther, to be fleshed out as people require. | |||
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat | |
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze | |
even when the conditional evaluated to false. While here, reshuffle the code to reduce indentation and make it more readable; that way, we can even trim down the comments because it becomes obvious what the code does. Found in zipinfo(1) - thanks to espie@ and naddy@ for making me look at that manual page. | |||
2013-06-21 | Add earlysig test to check whether the pthread fork() wrapper | Philip Guenther | |
has a critical section where getting a signal causes a hang. Based on otto@ earlysig kernel regress; suggested by miod@ | |||
2013-06-21 | unbreak sftp-cmds for renamed test data (s/ls/data/) | Damien Miller | |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze | |
* Parsing macro arguments has to be done in copy mode, which implies replacing "\t" by a literal tab character. * Otherwise, render "\t" as the empty string, not as a 't' character. This fixes formatting of the distfile example in the oldrdist(1) manual. This also shows up in the unzip(1) manual as one of several issues preventing the removal of USE_GROFF from the archivers/unzip port. Thanks to espie@ for attracting my attention to the unzip(1) manual. |