Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2023 17:18:58 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: e0752f431b01 - main - Revert "libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_utf_8_test"
Message-ID:  <202308281718.37SHIwNe045578@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=e0752f431b01f44c50df01f54f1c2c278304a899

commit e0752f431b01f44c50df01f54f1c2c278304a899
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2023-08-28 17:18:42 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-08-28 17:18:42 +0000

    Revert "libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_utf_8_test"
    
    This reverts commit b80572fe3b3a93e0490c90901c7e5336f0210303.
    
    This has been fixed in e2030ca246a777c50a7aacb3a35f88addded21cf.
    
    PR:             265871
---
 lib/libc/tests/locale/c16rtomb_test.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/libc/tests/locale/c16rtomb_test.c b/lib/libc/tests/locale/c16rtomb_test.c
index 85c7c3584962..df9fbcf61711 100644
--- a/lib/libc/tests/locale/c16rtomb_test.c
+++ b/lib/libc/tests/locale/c16rtomb_test.c
@@ -125,9 +125,6 @@ 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?202308281718.37SHIwNe045578>