The branch main has been updated by lwhsu:

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

commit e0752f431b01f44c50df01f54f1c2c278304a899
Author:     Li-Wen Hsu <lw...@freebsd.org>
AuthorDate: 2023-08-28 17:18:42 +0000
Commit:     Li-Wen Hsu <lw...@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'. */

Reply via email to