Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2021 09:31:51 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4d2edf3af1db - main - test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()
Message-ID:  <202101290931.10T9Vp4W010034@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson:

URL: https://cgit.FreeBSD.org/src/commit/?id=4d2edf3af1dbd8a3e7cf1b22343a1ecfc2dd41ba

commit 4d2edf3af1dbd8a3e7cf1b22343a1ecfc2dd41ba
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-01-29 09:28:40 +0000
Commit:     Alex Richardson <arichardson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101290931.10T9Vp4W010034>