Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2022 05:20:43 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b80572fe3b3a - main - libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_utf_8_test
Message-ID:  <202208160520.27G5KhlR025996@gitrepo.freebsd.org>

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

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

commit b80572fe3b3a93e0490c90901c7e5336f0210303
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-08-16 05:18:15 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-08-16 05:18:15 +0000

    libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_utf_8_test
    
    This test case starts failing after iconv changes on 2022-08-11.
    
    PR:             265871
    Sponsored by:   The FreeBSD Foundation
---
 lib/libc/tests/locale/c16rtomb_test.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/libc/tests/locale/c16rtomb_test.c b/lib/libc/tests/locale/c16rtomb_test.c
index ea1f64f7d308..7356e69f82f6 100644
--- a/lib/libc/tests/locale/c16rtomb_test.c
+++ b/lib/libc/tests/locale/c16rtomb_test.c
@@ -127,6 +127,9 @@ ATF_TC_WITHOUT_HEAD(c16rtomb_utf_8_test);
 ATF_TC_BODY(c16rtomb_utf_8_test, tc)
 {
 
+	if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
+		atf_tc_skip("https://bugs.freebsd.org/265871");
+
 	require_lc_ctype("en_US.UTF-8");
 
 	/* Unicode character 'Pile of poo'. */



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