summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
in filled text. This does not affect HTML semantics, but makes the HTML code even more humanly readable. While here, - collapse multiple consecutive space characters in filled text - and insert a blank between style entries.
2017-01-18Do not use privileged or NFS source ports for UDP packets as inetdAlexander Bluhm
ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests.
2017-01-18Add tests that generate IPv6 atomic fragments for UDP and TCP byAlexander Bluhm
sending an ICMP6 too big packet with MTU 1272.
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
around tags and by introducing some simple indentation. No change of HTML semantics intended.
2017-01-18Do not unconfigure mount points, vnd devices and NFS daemons duringAlexander Bluhm
"make clean". "make build" does a recursive "make cleandir" and there this behavior is undesired unexpected. reported by naddy@
2017-01-18unhook ocsp test from the default since it currently requires network access andBob Beck
therefore appears to break in bluhm's test setup
2017-01-17Correctly tls_config_set_ca_file() return value (no effective change).Joel Sing
Spotted by inoguchi@
2017-01-16SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup.Alexander Bluhm
2017-01-16Somewhere between 5.9 and current gen_traffic started to produce oneFlorian Obser
packet more. It is a bit unclear when and why this happened but it's not a regression in pflow (verified with tcpdump), so adjust expected counters accordingly.
2017-01-16remove duration, it depends too much on the specific setupFlorian Obser
2017-01-14It's not longer a syntax error to provide a flowdst without a portFlorian Obser
number. Drop argument altogether to provoke a syntax error.
2017-01-14Remove priority line, ifconfig(8) prints the interface index on theFlorian Obser
same line and that changes on every interface creation, messing up the diff to ifconfig.ok
2017-01-13Let these hppa-specific tests print "SKIPPED" on non-hppa architectures.Mark Kettenis
Include some missing header files while I'm there.
2017-01-13Make mount points and makefiles for file system tests consistent.Alexander Bluhm
Link tests to the build.
2017-01-13Run the existing tests for FFS also on a NFS mount point.Alexander Bluhm
2017-01-13Use a NFS mount via loopback for testing file system operations.Alexander Bluhm
By changing files directly on the server and accessing them on the client or vice versa, specific kernel behavior can be triggered. Especially using file mmap(2) over NFS is tested.
2017-01-11Add a test that creates a nested tree of mount points. All partitionsAlexander Bluhm
of a vnd(4) device are mounted under /mnt. A single umount(8) of /mnt should unmount all of them.
2017-01-12Remove more checks testing for empty option strings.Martin Pieuchot
These tests never passed and as recently reported by Helg via yasuoka@ some fuse plugins depends on this behavior.
2017-01-12Print the test description before running each subtest.Alexander Bluhm
2017-01-12Add regress tests for libtls, which currently cover handshakes and closesJoel Sing
using callbacks, file descriptors and sockets.
2017-01-12Fix typo in expect.Alexander Bluhm
2017-01-12Fix trailing whitespace.Alexander Bluhm
2017-01-12The program to create hard links is called ln(1) and not link.Alexander Bluhm
2017-01-12Test the non-existing system-call lchflags(2) by using chflagsat(2)Alexander Bluhm
with AT_SYMLINK_NOFOLLOW instead.
2017-01-12Do not suppress error messages to stderr, but remove unnecessaryAlexander Bluhm
debug prints. This gives better hints why the tests are failing.
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
rather than in the formatters. Use NODE_NOSRC flag for .Lb and NODE_NOSRC and NODE_NOPRT for .St. Results in a more rigorous syntax tree and in 135 lines less code. This work was triggered by a question from Abhinav Upadhyay <er dot abhinav dot upadhyay at gmail dot com> (NetBSD) on discuss@.
2017-01-11Add a test that creates a nested tree of mount points. All partitionsAlexander Bluhm
of a vnd(4) device are mounted under /mnt. A single umount(8) of /mnt should unmount all of them.
2017-01-11Make test more verbose when it fails.Alexander Bluhm
2017-01-11Fix trailing whitespace.Alexander Bluhm
2017-01-10Cleanup the mount point and vnd devices before and after the test.Alexander Bluhm
Use objdir and curdir correctly. Link ffs regress to the build.
2017-01-09Provide TLS_INT for consistency with libssl/libcrypto.Joel Sing
2017-01-08Stricter validation of the NAME section, in particular:Ingo Schwarze
- require a comma between names - reject all other text nodes - reject all empty Nm below NAME, not only in the leading position - reject Nm after Nd
2017-01-06use correct ssh-add program; bz#2654, from Colin WatsonDamien Miller
2017-01-06Account for timeouts in the integrity tests as failures.Darren Tucker
If the first test in a series for a given MAC happens to modify the low bytes of a packet length, then ssh will time out and this will be interpreted as a test failure. Patch from cjwatson at debian.org via bz#2658.
2017-01-06Make forwarding test less racy by using unix domain sockets instead ofDarren Tucker
TCP ports where possible. Patch from cjwatson at debian.org via bz#2659.
2017-01-04Remove a check for empty option strings from our fuse regress tests.Stefan Sperling
Some fuse plugins rely on empty options (exfat-fuse, ntfs-3g) so this part of the regress test was bogus. It ended up misleading mpi@ and myself when we made a change in libfuse/fuse_opt.c r1.17 which broke some fuse plugins. Regression with broken exfat-fuse reported by Helg via yasuoka@. This commit just fixes our regress test. libfuse is not yet fixed. ok mpi@
2017-01-03Add regress tests for max shared version code.Joel Sing
2017-01-02Test listening on multiple sockets simultaneously.Alexander Bluhm
2016-12-30Add regress coverage for enabled protocol version range.Joel Sing
2016-12-30Now libtls creates nicer certificate verification error messages.Alexander Bluhm
Adapt regex in syslogd test.
2016-12-28Make the second, section number argument of .Xr mandatory.Ingo Schwarze
In fact, we have been requiring it for many years. The only reason to not warn when it was missing was excessive traditionalism - it was optional in 4.4BSD.
2016-12-27Test that the syslogd program can be started with a relative path.Alexander Bluhm
2016-12-26Typo, "more then" -> "more than"Jeremie Courreges-Anglas
2016-12-26Extend regress to include a peer certificate in the session.Joel Sing
2016-12-26Ensure that after an i2d_SSL_SESSION() call, the passed pointer now pointsJoel Sing
to the end of the buffer.
2016-12-22Update the regress test to work with the new changes in the switchd(8)Rafael Zalamena
table learning implementation. ok reyk@
2016-12-21Update regress for ECDHE with X25519.Joel Sing
2016-12-21Update libcrypto regress to handle header and non-exported symbol changes.Joel Sing
2016-12-21Ensure negative time/timeout are handled appropriately.Joel Sing
2016-12-19use standard /bin/sh equality test; from Mike FrysingerDamien Miller