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
This commit is contained in:
Enji Cooper 2017-03-20 03:50:22 +00:00
parent 73065ae826
commit fd752a71ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315616
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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@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