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:
parent
73065ae826
commit
fd752a71ce
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user