svn commit: r312143 - projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/locale
Ngie Cooper
ngie at FreeBSD.org
Sat Jan 14 08:38:22 UTC 2017
Author: ngie
Date: Sat Jan 14 08:38:21 2017
New Revision: 312143
URL: https://svnweb.freebsd.org/changeset/base/312143
Log:
Remove comment no longer true since the test no longer bombs out earlier on
Modified:
projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/locale/t_mbtowc.c
Modified: projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/locale/t_mbtowc.c
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/locale/t_mbtowc.c Sat Jan 14 08:36:43 2017 (r312142)
+++ projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libc/locale/t_mbtowc.c Sat Jan 14 08:38:21 2017 (r312143)
@@ -137,7 +137,6 @@ ATF_TC_BODY(mbtowc, tc)
h_mbtowc("ja_JP.ISO2022-JP", "\033$B", "\033$B$\"\033(B");
h_mbtowc("ja_JP.SJIS", "\202", "\202\240");
h_mbtowc("ja_JP.eucJP", "\244", "\244\242");
- /* Moved last as it fails */
h_mbtowc("zh_CN.GB18030", "\241", "\241\241");
h_mbtowc("zh_TW.Big5", "\241", "\241@");
h_mbtowc("zh_TW.eucTW", "\241", "\241\241");
More information about the svn-src-projects
mailing list