summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2016-10-07enable colrm and column, which i apparently forgotIngo Schwarze
2016-10-07Add simple regress test for vxlan(4) and etherip(4).YASUOKA Masahiko
ok bluhm
2016-10-06Check that syslogd priv process does exec on itself.Alexander Bluhm
2016-10-06Add millisecond precision to expected timestamp.Alexander Bluhm
2016-10-06Move USER out of the way to unbreak the BUILDUSER mechanism.Martin Natano
ok tb
2016-10-05Link the setuid regress test to the build in a way that the objAlexander Bluhm
directory gets created. But do not run the test during a global make regress, as the test puts a setuid binary into the object directory. Also remove the setuid bit after the test has been run manually. OK otto@
2016-10-05Bump the sizes of generated jumbo frames up to the max.Reyk Floeter
2016-10-04Add test for syslogd(8) -Z ISO timestamp format.Alexander Bluhm
2016-10-03The setuid tests needs an obj directory that allows to run programsAlexander Bluhm
with set user id. Skip the test if the current filesystem has set the nosuid mount option. OK otto@
2016-09-30The opencvs test checks the RCS id of the file I have just commited.Alexander Bluhm
So the test broke with my commit. Change the expected result and hope that this commit will not break it again.
2016-09-30The import test of regress/usr.bin/cvs tries to touch a file inAlexander Bluhm
src, not in obj. So better populate an import directory in obj and import from there. Also remove trailing whitespaces and semicolons. OK otto@
2016-09-30crypto(4) is no moreOtto Moerbeek
2016-09-30The opencvs sources are not linked to the build. To make the cvsAlexander Bluhm
regression test run, build opencvs on demand as a dependency. Input and OK otto@
2016-09-30also copy pf103.include to obj dirOtto Moerbeek
2016-09-30In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environmentAlexander Bluhm
can change it. OK djm@
2016-09-29If a Makefile both defines SUBDIR and includes <bsd.regress.mk>,Ingo Schwarze
the "all" target will depend on the "regress" target, so running "make all" will recurse into the subdirectories for "regress", and then recurse a second time into the same subdirectories for "all", running all the tests twice. Fix this by moving the Makefile to run the main-level tests into a subdirectory "main" and only including <bsd.subdir.mk> from the top level Makefile. Issue reported by otto@; patch OK'ed by otto@ and bluhm@.
2016-09-29with commitids, status produces an extra line per revisionOtto Moerbeek
2016-09-29Fix testsOtto Moerbeek
- rlog lines end with ';' these days - error message in low-mem conditions changed
2016-09-28Add a makefile rule to create the ssh library when regress needsAlexander Bluhm
it. This allows to run the ssh regression tests without doing a "make build" before. Discussed with dtucker@ and djm@; OK djm@
2016-09-28The ldap regression test should behave more like the other tests.Alexander Bluhm
So use REGRESS_TARGETS provided by bsd.regress.mk. OK landry@
2016-09-28The tun interface has been renamed to tap(4). Adapt ospfd test.Alexander Bluhm
2016-09-28Do not close stdout when starting netcat, redirect to /dev/nullAlexander Bluhm
instead. This prevents that the ftp test hangs in nc poll(2). Add OpenBSD RCS id while there.
2016-09-28An unintened 65536 size change slipped in, revert to 65535Reyk Floeter
2016-09-28If stdout is not line buffered, messages got lost when assert() wasAlexander Bluhm
called. Print errors to stderr instead.
2016-09-28Fix length calculation of PACKET_IN (I forget the 10 byte packet_in header).Reyk Floeter
2016-09-28Bump buffer size to 64k, the max OFP packet sizeReyk Floeter
2016-09-28I wrote a perfect regress test: a test that never fails. CorrectlyReyk Floeter
populate the die() from code within eval to make failed tests fail.
2016-09-27Make sure that the regress target builds the libraries. Stop building aMark Kettenis
profile library and add $OpenBSD$ markers. Similar to what we do in other regress tests that build libraries such as regress/lib/libc/cxa-exit. ok bluhm@
2016-09-27Adjusts some patterns, so that the warning messages ksh prints ifAlexander Bluhm
it has no controlliing tty is not causing the test to fail. based on otto@'s work; OK otto@
2016-09-27fix dependency, fixing regress if make regress is called with a clean objOtto Moerbeek
(like the parent does). When make is called in the parent dir, both make regress and make all are called for the vi subdir. Need to figure out how to avoid that.
2016-09-27Modernize constructor test such that it builds again and enable it.Mark Kettenis
ok bluhm@
2016-09-26The gcc and libiberty regression tests seem to be broken since theAlexander Bluhm
gcc4 update. Delete this test wrapper, it does not add anything of value. OK deraadt@ kettenis@
2016-09-26Allow to run ssh regression tests as root. If the user is alreadyAlexander Bluhm
root, the test should not expect that SUDO is set. If ssh needs another user, use sudo or doas to switch from root if necessary. OK dtucker@
2016-09-25Adapt more places where binutils-2.17 has changed the format of theAlexander Bluhm
linker warning massages.
2016-09-25add ulOtto Moerbeek
2016-09-24On sparc64 we need "retl" not "ret" to do an immediate return.Mark Kettenis
ok deraadt@, tedu@
2016-09-24recpect W^X, sparc64 still has a problem: non-exec mmap: executeOtto Moerbeek
#1 is done, the others not. ok kettenis@ millert@
2016-09-24Format of warning messages has changed in binutils-2.17. RemoveAlexander Bluhm
variable line number in text segment. Adapt expected gcc linker output in regress test.
2016-09-23Check wether sudo or doas is working once at the beginning of theAlexander Bluhm
test.
2016-09-23Remove leftovers from relayd tests.Alexander Bluhm
2016-09-23Making the regress target depends on building PROG.Alexander Bluhm
2016-09-23Zap mquery test for goodOtto Moerbeek
2016-09-23Zap. Has been disabled for a long time and makes unholy assumptions aboutOtto Moerbeek
the address pace layout. ok bluhhm@
2016-09-23Add dependencies to build the required test tools for mandoc onAlexander Bluhm
demand. This is necessary to run make regress without make all or make build.
2016-09-23The TCP socket buffer size for syslogd has changed. Adapt testsAlexander Bluhm
where we count the dropped messages. A different number gets stuck in the kernel buffers now which is not included in the syslogd statistics.
2016-09-22Call setsockopt(2) before listen(2) in relayd tests and adjust someAlexander Bluhm
error messages.
2016-09-21Fix a race in test. Wait until the process shown by ps is reallyAlexander Bluhm
up and running.
2016-09-21disable tests for affirmative negated match after backout ofDamien Miller
match change
2016-09-21Use /dev/console as a template for the pseudo tty, stdin may be notAlexander Bluhm
a terminal. Check wether tcgetattr() can read the values. Do not only verify that kqueue does not report unwanted events but also that expected events exist.
2016-09-21Test syslogd TLS client certificate validation.Alexander Bluhm