svn commit: r315616 - in head: . lib/libc/tests/locale

Ngie Cooper ngie at FreeBSD.org
Mon Mar 20 03:50:23 UTC 2017


Author: ngie
Date: Mon Mar 20 03:50:22 2017
New Revision: 315616
URL: https://svnweb.freebsd.org/changeset/base/315616

Log:
  Don't build/install lib/libc/io_test anymore
  
  The failing test requires the zh_TW.Big5 locale, which is no longer
  installed as of r315568.
  
  Add a note/pointer just in case someone considers re-adding it.
  
  Reported by:	Jenkins
  Sponsored by:	Dell EMC Isilon

Modified:
  head/ObsoleteFiles.inc
  head/lib/libc/tests/locale/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Mar 20 03:47:15 2017	(r315615)
+++ head/ObsoleteFiles.inc	Mon Mar 20 03:50:22 2017	(r315616)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20170319: io_test requires zh_TW.Big5 locale.
+OLD_FILES+=usr/tests/lib/libc/locale/io_test
 # 20170319: remove nls for non supported Big5* locales
 OLD_DIRS+=usr/share/nls/zh_HK.Big5HKSCS
 OLD_DIRS+=usr/share/nls/zh_TW.Big5

Modified: head/lib/libc/tests/locale/Makefile
==============================================================================
--- head/lib/libc/tests/locale/Makefile	Mon Mar 20 03:47:15 2017	(r315615)
+++ head/lib/libc/tests/locale/Makefile	Mon Mar 20 03:50:22 2017	(r315616)
@@ -20,7 +20,8 @@ ATF_TESTS_C+=		wcsrtombs_test
 ATF_TESTS_C+=		wcstombs_test
 ATF_TESTS_C+=		wctomb_2_test
 
-NETBSD_ATF_TESTS_C=	io_test
+# Note: io_test requires zh_TW.Big5 locale (see ^/head at r315568)
+#NETBSD_ATF_TESTS_C=	io_test
 NETBSD_ATF_TESTS_C+=	mbrtowc_test
 NETBSD_ATF_TESTS_C+=	mbstowcs_test
 NETBSD_ATF_TESTS_C+=	mbsnrtowcs_test


More information about the svn-src-head mailing list