Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-07 | enable colrm and column, which i apparently forgot | Ingo Schwarze | |
2016-10-07 | Add simple regress test for vxlan(4) and etherip(4). | YASUOKA Masahiko | |
ok bluhm | |||
2016-10-06 | Check that syslogd priv process does exec on itself. | Alexander Bluhm | |
2016-10-06 | Add millisecond precision to expected timestamp. | Alexander Bluhm | |
2016-10-06 | Move USER out of the way to unbreak the BUILDUSER mechanism. | Martin Natano | |
ok tb | |||
2016-10-05 | Link the setuid regress test to the build in a way that the obj | Alexander 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-05 | Bump the sizes of generated jumbo frames up to the max. | Reyk Floeter | |
2016-10-04 | Add test for syslogd(8) -Z ISO timestamp format. | Alexander Bluhm | |
2016-10-03 | The setuid tests needs an obj directory that allows to run programs | Alexander Bluhm | |
with set user id. Skip the test if the current filesystem has set the nosuid mount option. OK otto@ | |||
2016-09-30 | The 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-30 | The import test of regress/usr.bin/cvs tries to touch a file in | Alexander 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-30 | crypto(4) is no more | Otto Moerbeek | |
2016-09-30 | The opencvs sources are not linked to the build. To make the cvs | Alexander Bluhm | |
regression test run, build opencvs on demand as a dependency. Input and OK otto@ | |||
2016-09-30 | also copy pf103.include to obj dir | Otto Moerbeek | |
2016-09-30 | In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environment | Alexander Bluhm | |
can change it. OK djm@ | |||
2016-09-29 | If 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-29 | with commitids, status produces an extra line per revision | Otto Moerbeek | |
2016-09-29 | Fix tests | Otto Moerbeek | |
- rlog lines end with ';' these days - error message in low-mem conditions changed | |||
2016-09-28 | Add a makefile rule to create the ssh library when regress needs | Alexander 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-28 | The 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-28 | The tun interface has been renamed to tap(4). Adapt ospfd test. | Alexander Bluhm | |
2016-09-28 | Do not close stdout when starting netcat, redirect to /dev/null | Alexander Bluhm | |
instead. This prevents that the ftp test hangs in nc poll(2). Add OpenBSD RCS id while there. | |||
2016-09-28 | An unintened 65536 size change slipped in, revert to 65535 | Reyk Floeter | |
2016-09-28 | If stdout is not line buffered, messages got lost when assert() was | Alexander Bluhm | |
called. Print errors to stderr instead. | |||
2016-09-28 | Fix length calculation of PACKET_IN (I forget the 10 byte packet_in header). | Reyk Floeter | |
2016-09-28 | Bump buffer size to 64k, the max OFP packet size | Reyk Floeter | |
2016-09-28 | I wrote a perfect regress test: a test that never fails. Correctly | Reyk Floeter | |
populate the die() from code within eval to make failed tests fail. | |||
2016-09-27 | Make sure that the regress target builds the libraries. Stop building a | Mark 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-27 | Adjusts some patterns, so that the warning messages ksh prints if | Alexander Bluhm | |
it has no controlliing tty is not causing the test to fail. based on otto@'s work; OK otto@ | |||
2016-09-27 | fix dependency, fixing regress if make regress is called with a clean obj | Otto 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-27 | Modernize constructor test such that it builds again and enable it. | Mark Kettenis | |
ok bluhm@ | |||
2016-09-26 | The gcc and libiberty regression tests seem to be broken since the | Alexander Bluhm | |
gcc4 update. Delete this test wrapper, it does not add anything of value. OK deraadt@ kettenis@ | |||
2016-09-26 | Allow to run ssh regression tests as root. If the user is already | Alexander 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-25 | Adapt more places where binutils-2.17 has changed the format of the | Alexander Bluhm | |
linker warning massages. | |||
2016-09-25 | add ul | Otto Moerbeek | |
2016-09-24 | On sparc64 we need "retl" not "ret" to do an immediate return. | Mark Kettenis | |
ok deraadt@, tedu@ | |||
2016-09-24 | recpect W^X, sparc64 still has a problem: non-exec mmap: execute | Otto Moerbeek | |
#1 is done, the others not. ok kettenis@ millert@ | |||
2016-09-24 | Format of warning messages has changed in binutils-2.17. Remove | Alexander Bluhm | |
variable line number in text segment. Adapt expected gcc linker output in regress test. | |||
2016-09-23 | Check wether sudo or doas is working once at the beginning of the | Alexander Bluhm | |
test. | |||
2016-09-23 | Remove leftovers from relayd tests. | Alexander Bluhm | |
2016-09-23 | Making the regress target depends on building PROG. | Alexander Bluhm | |
2016-09-23 | Zap mquery test for good | Otto Moerbeek | |
2016-09-23 | Zap. Has been disabled for a long time and makes unholy assumptions about | Otto Moerbeek | |
the address pace layout. ok bluhhm@ | |||
2016-09-23 | Add dependencies to build the required test tools for mandoc on | Alexander Bluhm | |
demand. This is necessary to run make regress without make all or make build. | |||
2016-09-23 | The TCP socket buffer size for syslogd has changed. Adapt tests | Alexander 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-22 | Call setsockopt(2) before listen(2) in relayd tests and adjust some | Alexander Bluhm | |
error messages. | |||
2016-09-21 | Fix a race in test. Wait until the process shown by ps is really | Alexander Bluhm | |
up and running. | |||
2016-09-21 | disable tests for affirmative negated match after backout of | Damien Miller | |
match change | |||
2016-09-21 | Use /dev/console as a template for the pseudo tty, stdin may be not | Alexander 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-21 | Test syslogd TLS client certificate validation. | Alexander Bluhm | |