From e0752f431b01f44c50df01f54f1c2c278304a899 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Tue, 29 Aug 2023 01:18:42 +0800 Subject: 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(-) (limited to 'lib/libc') 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'. */ -- cgit v1.2.3