Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | Run malloc0test with all possible malloc options. | Alexander Bluhm | |
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm | |
2017-07-07 | Remove useless make depend targets. | Alexander Bluhm | |
2017-07-07 | add parentheses to the output where required for disambiguation | Ingo Schwarze | |
2017-07-07 | Disable tests that fail due to known make bugs, fix the others. | Alexander Bluhm | |
2017-07-07 | trigger default .l.o rule and check the produced file has the right name | Marc Espie | |
2017-07-07 | Make libtool regress tests pass: | Alexander Bluhm | |
- There are no NOPIC architectures anymore. - Add DISABLED targets for tests failing intensionally without touching the real targets. - In execute mode libtool command line must use ./p2 as . is not in my PATH. OK mpi@ espie@ | |||
2017-07-07 | Make mmap_hint.c compile on i386 by adding includes. Unfortunately | Alexander Bluhm | |
test is still failing. | |||
2017-07-06 | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze | |
that are not syntax mistakes and that do not cause wrong formatting or content to style suggestions. Also upgrade two warnings that may cause information loss to errors. | |||
2017-07-06 | Delete variable REGRESS_TARGET, missing plural S is a typo and it | Alexander Bluhm | |
is not used. Convert tests into a common style. OK anton@ | |||
2017-07-06 | anton@ has fixed the test script so that it can run as root. Remove | Alexander Bluhm | |
my workaround that switched to build user. | |||
2017-07-06 | Do not suppress what's going on. | anton | |
2017-07-06 | Disable new tests until sed has been adapted. | Alexander Bluhm | |
Discussed with otto@ | |||
2017-07-06 | Initialize the return value and do not use garbage as exit status. | Alexander Bluhm | |
Then the test passes. | |||
2017-07-06 | Link the runtests programs statically and explain why. | Alexander Bluhm | |
2017-06-30 | Build and run libexpat regress tests from src/lib/libexpat/tests. | Alexander Bluhm | |
2017-07-06 | Add tests for all features of file completion in csh. | anton | |
2017-07-06 | fix date | Ingo Schwarze | |
2017-07-06 | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze | |
L. Cherry, "Typesetting Mathematics - User's Guide (Second Edition)", August 15, 1978, paragraph 23; swarm of bugs pointed out by bentley@. | |||
2017-07-05 | Favor a UID-agnostic prompt in ksh edit mode tests. Allows the tests to pass | anton | |
when executed as root. Spotted by bluhm@ | |||
2017-07-05 | Revert previously added tests for file completion that are currently failing. | anton | |
Prodded by bluhm@ | |||
2017-07-05 | Implement the generated dependency with a stamp file to avoid needless | Alexander Bluhm | |
recompiling of the test programs. Add some RCS ids. | |||
2017-07-05 | Add tests for file completion in ksh emacs mode, currently failing. | anton | |
While here, pass the v option to hexdump in order to output all data. | |||
2017-07-04 | Switch to build user if run as root. Prompt output $ or # affects test. | Alexander Bluhm | |
2017-07-04 | Fix file regress from stdin if obj directory exists. | Alexander Bluhm | |
2017-07-04 | Fix handling of \} on roff request lines. | Ingo Schwarze | |
Cures bogus error messages in pages generated with pod2man(1). | |||
2017-07-04 | Fix building the libedit regress programs. | Alexander Bluhm | |
2017-07-04 | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze | |
i thought. Fixing a bug in curs_addch(3) and minus 25 lines of code. | |||
2017-07-04 | Do not add isakmpd obj directory to .PATH. We must compile some | Alexander Bluhm | |
fake objects from regress ourselves. | |||
2017-07-04 | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | |
causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output. | |||
2017-07-04 | Backout previous due to a bug discovered by zhuk@ that requires some tinkering | anton | |
and is not an easy fix for now. | |||
2017-07-04 | Add support for pattern substitution to variables in ksh using a common syntax | anton | |
borrowed from ksh93. Survived a ports build performed by naddy@ and encouraged by many. | |||
2017-07-03 | Add more checks and debug info to identify the sporadic test failures. | Alexander Bluhm | |
2017-07-03 | Generate source and header files for regress on demand. | Alexander Bluhm | |
OK espie@ | |||
2017-07-03 | Link all lib regress tests to the build. | Alexander Bluhm | |
2017-07-03 | Remove mdoclint(1) from the tree. | Ingo Schwarze | |
All functionality is now covered by mandoc -Tlint. OK jmc@ wiz@ | |||
2017-07-01 | delete -p options, the relevant parts are now covered by mandoc; | Ingo Schwarze | |
OK jmc@ | |||
2017-06-30 | Build and run libexpat regress tests from src/lib/libexpat/tests. | Alexander Bluhm | |
2017-06-29 | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze | |
triggered by a question from Yuri Pankov (illumos) | |||
2017-06-28 | Test for file from stdin. | Nicholas Marriott | |
2017-06-28 | Add regression tests for mail. | anton | |
2017-06-27 | test inter-column spacing | Ingo Schwarze | |
2017-06-27 | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze | |
by an isolated closing delimiter; inspired by mdoclint | |||
2017-06-27 | remove -DSw; the useful parts are now covered by mandoc; | Ingo Schwarze | |
discussed with jmc@ | |||
2017-06-26 | catch up with the recent eqn(7) improvements | Ingo Schwarze | |
2015-01-01 | eqn(7) tests | Ingo Schwarze | |
2017-06-25 | Link acme-client, ldapd, switchd regress to build. | Alexander Bluhm | |
2017-06-25 | Do not run .END cleanup during clean, cleandir, obj in ldapd regress. | Alexander Bluhm | |
2017-06-25 | Clean all files created during switchd regress. | Alexander Bluhm | |
2017-06-25 | Convert the acme-client test to use a config file acme-client.conf. | Alexander Bluhm | |
Restructure the Makefile, put httpd.conf in separate config file. Skip test if domain name for letsencrypt.org is not set. discussed with benno@ |