aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2018-07-22 10:50:59 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2018-07-22 10:50:59 +0000
commit53e0911116fa984cd337907bafa2c65a4b0475d2 (patch)
tree13f79d6b99b2f83cf48daf2127e8c1214543e138 /cddl/usr.sbin
parent2269988749d2e4b8519d32244eaf06e4314eae42 (diff)
downloadsrc-53e0911116fa984cd337907bafa2c65a4b0475d2.tar.gz
src-53e0911116fa984cd337907bafa2c65a4b0475d2.zip
Improve TCP related tests for dtrace.
Ensure that the TCP connections are terminated gracefully as expected by the test. Use appropriate numbers for sent/received packets. In addition, enable tst.localtcpstate.ksh, which should pass, but doesn't until https://reviews.freebsd.org/D16369 is committed. Reviewed by: markj@ Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D16288
Notes
Notes: svn path=/head/; revision=336597
Diffstat (limited to 'cddl/usr.sbin')
-rwxr-xr-xcddl/usr.sbin/dtrace/tests/tools/exclude.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
index e9c23befcd55..f7d856940d17 100755
--- a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
+++ b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
@@ -121,9 +121,6 @@ exclude EXFAIL common/ip/tst.ipv4remotetcp.ksh
exclude EXFAIL common/ip/tst.ipv4remoteudp.ksh
exclude EXFAIL common/ip/tst.ipv6remoteicmp.ksh
exclude EXFAIL common/ip/tst.ipv4remoteicmp.ksh
-
-# FreeBSD never places tcpcbs in the TIME_WAIT state, so the probe never fires.
-exclude EXFAIL common/ip/tst.localtcpstate.ksh
exclude EXFAIL common/ip/tst.remotetcpstate.ksh
# Tries to enable pid$target:libc::entry, though there's no "libc" module.