summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2017-07-08Run malloc0test with all possible malloc options.Alexander Bluhm
2017-07-07Remove all references to "make depend" from regress.Alexander Bluhm
2017-07-07Remove useless make depend targets.Alexander Bluhm
2017-07-07add parentheses to the output where required for disambiguationIngo Schwarze
2017-07-07Disable tests that fail due to known make bugs, fix the others.Alexander Bluhm
2017-07-07trigger default .l.o rule and check the produced file has the right nameMarc Espie
2017-07-07Make 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-07Make mmap_hint.c compile on i386 by adding includes. UnfortunatelyAlexander Bluhm
test is still failing.
2017-07-06Now that we have the -Wstyle message level, downgrade six warningsIngo 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-06Delete variable REGRESS_TARGET, missing plural S is a typo and itAlexander Bluhm
is not used. Convert tests into a common style. OK anton@
2017-07-06anton@ has fixed the test script so that it can run as root. RemoveAlexander Bluhm
my workaround that switched to build user.
2017-07-06Do not suppress what's going on.anton
2017-07-06Disable new tests until sed has been adapted.Alexander Bluhm
Discussed with otto@
2017-07-06Initialize the return value and do not use garbage as exit status.Alexander Bluhm
Then the test passes.
2017-07-06Link the runtests programs statically and explain why.Alexander Bluhm
2017-06-30Build and run libexpat regress tests from src/lib/libexpat/tests.Alexander Bluhm
2017-07-06Add tests for all features of file completion in csh.anton
2017-07-06fix dateIngo Schwarze
2017-07-06Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze
L. Cherry, "Typesetting Mathematics - User's Guide (Second Edition)", August 15, 1978, paragraph 23; swarm of bugs pointed out by bentley@.
2017-07-05Favor a UID-agnostic prompt in ksh edit mode tests. Allows the tests to passanton
when executed as root. Spotted by bluhm@
2017-07-05Revert previously added tests for file completion that are currently failing.anton
Prodded by bluhm@
2017-07-05Implement the generated dependency with a stamp file to avoid needlessAlexander Bluhm
recompiling of the test programs. Add some RCS ids.
2017-07-05Add 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-04Switch to build user if run as root. Prompt output $ or # affects test.Alexander Bluhm
2017-07-04Fix file regress from stdin if obj directory exists.Alexander Bluhm
2017-07-04Fix handling of \} on roff request lines.Ingo Schwarze
Cures bogus error messages in pages generated with pod2man(1).
2017-07-04Fix building the libedit regress programs.Alexander Bluhm
2017-07-04It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze
i thought. Fixing a bug in curs_addch(3) and minus 25 lines of code.
2017-07-04Do not add isakmpd obj directory to .PATH. We must compile someAlexander Bluhm
fake objects from regress ourselves.
2017-07-04Messages of the -Wbase level now print STYLE:. Since thisIngo 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-04Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton
and is not an easy fix for now.
2017-07-04Add support for pattern substitution to variables in ksh using a common syntaxanton
borrowed from ksh93. Survived a ports build performed by naddy@ and encouraged by many.
2017-07-03Add more checks and debug info to identify the sporadic test failures.Alexander Bluhm
2017-07-03Generate source and header files for regress on demand.Alexander Bluhm
OK espie@
2017-07-03Link all lib regress tests to the build.Alexander Bluhm
2017-07-03Remove mdoclint(1) from the tree.Ingo Schwarze
All functionality is now covered by mandoc -Tlint. OK jmc@ wiz@
2017-07-01delete -p options, the relevant parts are now covered by mandoc;Ingo Schwarze
OK jmc@
2017-06-30Build and run libexpat regress tests from src/lib/libexpat/tests.Alexander Bluhm
2017-06-29warn about some non-portable idioms in .Bl -column;Ingo Schwarze
triggered by a question from Yuri Pankov (illumos)
2017-06-28Test for file from stdin.Nicholas Marriott
2017-06-28Add regression tests for mail.anton
2017-06-27test inter-column spacingIngo Schwarze
2017-06-27warn about .Ns macros that have no effect because they are followedIngo Schwarze
by an isolated closing delimiter; inspired by mdoclint
2017-06-27remove -DSw; the useful parts are now covered by mandoc;Ingo Schwarze
discussed with jmc@
2017-06-26catch up with the recent eqn(7) improvementsIngo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2017-06-25Link acme-client, ldapd, switchd regress to build.Alexander Bluhm
2017-06-25Do not run .END cleanup during clean, cleandir, obj in ldapd regress.Alexander Bluhm
2017-06-25Clean all files created during switchd regress.Alexander Bluhm
2017-06-25Convert 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@