freebsd-dev/tests/sys
Bjoern A. Zeeb cc07e75f30 frag6 tests: set end to catch timeout as error
There are times when we have to wait for reply packets.  There are
either an ICMPv6 (error) reply or the expiration timeout.
In these cases synchonous ICMPv6 replies should arrive, always,
unless the packet is lost.  Due to errors experienced with the
test software sending an invlaid request on at least i386 (*) these
packets are not generated.  That means we are waiting for a long time
for the replies or even timeout the test case.

Manually set the "End" flag on these test cases as well, so they do
fail rather than timeout as the sniffer timeout happens.  This improves
debugging options, reflects the error properly, and saves time on each
test suit run.

(*) The real cause for that is still to be found (see the referenced PRs)

PR:			241493, 239380
MFC after:		2 weeks
Sponsored by:		Netflix
2019-11-05 10:53:55 +00:00
..
acl Set required program for all acl tests 2019-09-05 18:54:46 +00:00
aio
audit
auditpipe
capsicum
cddl zfs: multiple improvements to the zpool_add tests 2019-10-10 02:17:45 +00:00
common pkgbase: Put the sys/common test into the tests package 2019-09-05 14:14:07 +00:00
devrandom random(4): Fortuna: allow increased concurrency 2019-06-17 20:29:13 +00:00
fifo
file
fs fusefs: initialize C++ classes the Coverity way 2019-09-16 15:56:21 +00:00
geom
kern coredump_phnum_test: handle full file system gracefully 2019-10-11 21:23:46 +00:00
kqueue
mac
mqueue
net tests: basic VLAN test 2019-10-15 04:50:08 +00:00
netinet Skip sys.netinet.socket_afinet.socket_afinet_bind_zero temporarily because it 2019-06-23 19:37:12 +00:00
netinet6 frag6 tests: set end to catch timeout as error 2019-11-05 10:53:55 +00:00
netipsec
netmap
netpfil netpfil tests: Add missing copyright & license statements 2019-10-29 09:47:12 +00:00
opencrypto tests/sys/opencrypto: enable armv8crypto on aarch64 2019-08-10 15:53:42 +00:00
pjdfstest
posixshm shm_open2(2): completely unbreak 2019-10-02 02:37:34 +00:00
sys Introduce arb(3), the Array-based Red-Black Tree macros: similar 2019-09-14 19:23:46 +00:00
vfs
vm Adjust tests after page fault changes in r352807 2019-09-29 15:17:58 +00:00
Makefile frag6: import a set of test cases 2019-10-21 09:33:45 +00:00
Makefile.depend
Makefile.inc