Downstream this makes skipping tests like common/ip/tst.*sctp*.ksh simpler.
Sponsored by: Dell EMC
Paths
| Differential D24608 Authored by bdrewery on Apr 28 2020, 9:27 PM.
Details
Summary Downstream this makes skipping tests like common/ip/tst.*sctp*.ksh simpler. Sponsored by: Dell EMC Test Plan With this in cddl/usr.sbin/dtrace/tests/tools/exclude.sh: exclude EXFAIL common/ip/tst.*sctp*.ksh t_dtrace_contrib:tst_ipv4localicmp_ksh -> passed [0.599s] t_dtrace_contrib:tst_ipv4localsctp_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.553s] t_dtrace_contrib:tst_ipv4localtcp_ksh -> passed [2.739s] t_dtrace_contrib:tst_ipv4localudp_ksh -> passed [2.751s] t_dtrace_contrib:tst_ipv4localudplite_ksh -> passed [2.698s] t_dtrace_contrib:tst_ipv4remoteicmp_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.054s] t_dtrace_contrib:tst_ipv4remotesctp_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.043s] t_dtrace_contrib:tst_ipv4remotetcp_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.049s] t_dtrace_contrib:tst_ipv4remoteudp_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.043s] t_dtrace_contrib:tst_ipv4remoteudplite_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.061s] t_dtrace_contrib:tst_ipv6localicmp_ksh -> passed [0.603s] t_dtrace_contrib:tst_ipv6remoteicmp_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.048s] t_dtrace_contrib:tst_localsctpstate_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.586s] t_dtrace_contrib:tst_localtcpstate_ksh -> passed [2.673s] t_dtrace_contrib:tst_remotesctpstate_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.060s] t_dtrace_contrib:tst_remotetcpstate_ksh -> expected_failure: test is known to fail: atf-check failed; see the output of the test for details [0.040s]
Diff Detail
Event Timelinebdrewery created this revision. Harbormaster completed remote builds in B30781: Diff 71128.Apr 28 2020, 9:27 PM2020-04-28 21:27:24 (UTC+0) Harbormaster completed remote builds in B30782: Diff 71129.Apr 28 2020, 9:30 PM2020-04-28 21:30:33 (UTC+0)
Harbormaster completed remote builds in B30784: Diff 71131.Apr 28 2020, 9:45 PM2020-04-28 21:45:50 (UTC+0) This revision is now accepted and ready to land.Apr 28 2020, 9:59 PM2020-04-28 21:59:50 (UTC+0) Comment Actions I like the idea. I can't say I read shell well enough to review the implementation much. markj added inline comments. bdrewery added inline comments. This revision now requires review to proceed.Apr 29 2020, 5:31 PM2020-04-29 17:31:01 (UTC+0) Harbormaster completed remote builds in B30798: Diff 71160.Apr 29 2020, 5:31 PM2020-04-29 17:31:07 (UTC+0) This revision is now accepted and ready to land.Apr 29 2020, 5:32 PM2020-04-29 17:32:44 (UTC+0) Closed by commit rS360476: dtrace tests: Support globbing for excludes (authored by bdrewery). · Explain WhyApr 29 2020, 9:12 PM2020-04-29 21:12:44 (UTC+0) This revision was automatically updated to reflect the committed changes. Herald added a reviewer: gnn. · View Herald TranscriptApr 29 2020, 9:12 PM2020-04-29 21:12:45 (UTC+0)
Revision Contents
Diff 71168 head/cddl/usr.sbin/dtrace/tests/dtrace.test.mk
head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
|