The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=4d2edf3af1dbd8a3e7cf1b22343a1ecfc2dd41ba
commit 4d2edf3af1dbd8a3e7cf1b22343a1ecfc2dd41ba Author: Alex Richardson <arichard...@freebsd.org> AuthorDate: 2021-01-29 09:28:40 +0000 Commit: Alex Richardson <arichard...@freebsd.org> CommitDate: 2021-01-29 09:28:40 +0000 test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip() Reviewed By: lwhsu Differential Revision: https://reviews.freebsd.org/D28396 --- lib/msun/tests/ctrig_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msun/tests/ctrig_test.c b/lib/msun/tests/ctrig_test.c index b47ad43fa199..effc4cfce281 100644 --- a/lib/msun/tests/ctrig_test.c +++ b/lib/msun/tests/ctrig_test.c @@ -249,7 +249,7 @@ ATF_TC_BODY(test_inf_inputs, tc) unsigned i; if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false)) - atf_tc_skip("https://bugs.freebsd.org/244732"); + atf_tc_expect_fail("https://bugs.freebsd.org/244732"); /* * IN CSINH CCOSH CTANH _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"