summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2016-09-02disable t3, it is known to failOtto Moerbeek
2016-09-01Make this work both with and without "make obj" in src/usr.bin/mandoc;Ingo Schwarze
suggested by bluhm@
2016-09-01no route-to/reply-to/dup-to on block rules, aka make this pass againHenning Brauer
triggered by bluhm's *meep, secret*
2016-09-01Add basic regress tests for ldapd.Landry Breuil
- first pass of tests adding a DIT, then searching in it - second pass of tests runs Net::LDAP regress suite against ldapd (not all tests are passing, and that requires Net::LDAP installed and distfiles present on the system)
2016-09-01Fix regress test, server returns 400 instead of 500 nowReyk Floeter
2016-09-01Now the cached route flag appears in "route show". Adapt test.Alexander Bluhm
OK mpi@
2016-09-01Tighten up the siginfo checkPhilip Guenther
2016-09-01Delete sparc and vax bitsPhilip Guenther
2016-09-01delete wrong cvs $ tagsTheo de Raadt
2016-09-01no more sparc;Jason McIntyre
2016-09-01rm vaxTed Unangst
2016-09-01remove references to sparc (and even a vax ref that escaped notice)Ted Unangst
2016-09-01Test that RTF_LOCAL routes cannot be deleted from userland.Martin Pieuchot
2016-09-01Use counter should stay at '0' if the lookup hasn't been done forMartin Pieuchot
tansmitting packets.
2016-08-31Split the check-setup target into smaller parts to make it easierAlexander Bluhm
to configure the regression test machines.
2016-08-31Add a bunch of regress test to verify the RTM_CHANGE behaviour of mpathClaudio Jeker
and non-mpath routes. Some of the tests currently fail.
2016-08-31Document what the various test here do. With mpi@Claudio Jeker
2016-08-30Test handling of invalid pointers in the pages table.Ingo Schwarze
In such cases, do not access NULL pointers in dbm_dump. Make the setup in the run/Makefile a bit more systematic. Output starts getting too long, so make everything silent; you can always use "make -dl" to debug specific tests.
2016-08-29Syslogd tls config error messages have changed, adapt tests.Alexander Bluhm
2016-08-29Make socket splicing performance test pass in multiple environments.Alexander Bluhm
When running the setup over two machines, build required binaries on remote machine. Avoid localhost nameserver lookup, just use 127.0.0.1. Use greater timeout.
2016-08-28typoIngo Schwarze
2016-08-28I don't dare to provide an OK for a rewrite of this programIngo Schwarze
without having at least some systematic testing in place.
2016-08-27Enable ALPN regress now that it passes.Joel Sing
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
ok deraadt@
2016-08-27Pull in <sys/time.h> for struct timevalPhilip Guenther
<sys/*.h> includes go before <*.h> includes ok deraadt@
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
Sort #includes ok deraadt@
2016-08-27ALL HAIL ELF!Philip Guenther
Since <sys/param.h> isn't needed for __ELF__, pull in <stdio.h> for NULL ok deraadt@
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
ok deraadt@
2016-08-27some updates for recent changes.Ted Unangst
not all tests passing yet since i don't really understand what's going on.
2016-08-26Make regress Makefile consistent with other tests, use bsd.regress.mk.Alexander Bluhm
OK otto@
2016-08-25Set relayd socket buffer size to reasonable value to make test passAlexander Bluhm
in different environments.
2016-08-25Make relayd test slow-consumer more reliable. Set SO_SNDTIMEOAlexander Bluhm
sockopt correctly with Perl pack on i386. Make it possible to grep in each others client and server logfile. Client does not simply sleep but waits for short write at server.
2016-08-25Fix sosplice tests on 32 bit systems by putting the correct numberAlexander Bluhm
of bytes into the time_t Perl pack template. Also fix error messages.
2016-08-25do not request RWX mappings, RW will doTheo de Raadt
2006-04-06add a regress that repetitively calls mmap with MMAP_FIXED on the sameKurt Miller
region of memory to ensure process datasize is properly calculated. this time in the righ place *sigh* ok pedro@
2016-08-24Move the pf address printing test into its own subdirectory. ThisAlexander Bluhm
makes it consistent with the regress tree structure.
2016-08-23Some syslogd tests failed to report errors. Make these tests moreAlexander Bluhm
strict and adapt the check patterns.
2016-08-23add tests for addr_match_list()Damien Miller
2016-08-23remove Protocol directive from client/server configs that causesDamien Miller
spammy deprecation warnings hardcode SSH_PROTOCOLS=2, since that's all we support on the server now (the client still may support both, so it could get confused)
2016-08-22Use a reachable next hop for test 13, which make it fail as it should.Martin Pieuchot
2016-08-22Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet().Martin Pieuchot
2016-08-22Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet().Martin Pieuchot
2016-08-22Sync refcount with recent change.Martin Pieuchot
2016-08-20When a mismatching end macro occurs while at least two nested blocksIngo Schwarze
are open, all except the innermost open block got a bogus MDOC_ENDED marker, in some situations triggering segfaults down the road which tb@ found with afl(1). Fix the logic error by figuring out up front whether an end macro has a matching body, and if it hasn't, don't mark any blocks as broken.
2016-08-20When scanning upwards for a column list to put a .Ta macro in,Ingo Schwarze
ignore body end markers of lists breaking other blocks. Fixing a logical error that caused a NULL deref found by tb@ with afl(1).
2016-08-20If a column list starts with implicit rows (that is, rows without .It)Ingo Schwarze
and roff-level nodes (e.g. tbl or eqn) follow, don't run into an assertion. Instead, wrap the roff-level nodes in their own row. Issue found by tb@ with afl(1).
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2016-08-19Add support for arm and enable on armv7.Mark Kettenis
2016-08-19Reorder entries to match current multipath ordering.Martin Pieuchot
2016-08-19add tests for matching functionsDamien Miller