aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-26 14:06:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-26 14:06:56 +0100
commit19158a837df5093a2d655536424412bac2b07467 (patch)
tree3f3ce9c808e05dbf8dd38292f4c2db52cb73b429 /testsuite
parentaa167556cd2954bb9a9fb0a005178462087a4600 (diff)
downloadbusybox-w32-19158a837df5093a2d655536424412bac2b07467.tar.gz
busybox-w32-19158a837df5093a2d655536424412bac2b07467.tar.bz2
busybox-w32-19158a837df5093a2d655536424412bac2b07467.zip
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/cal.tests2
-rwxr-xr-xtestsuite/ls.tests4
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/cal.tests b/testsuite/cal.tests
index 36be2b4b5..30985688b 100755
--- a/testsuite/cal.tests
+++ b/testsuite/cal.tests
@@ -20,7 +20,7 @@ Su Mo Tu We Th Fr Sa
20" "" "" 20" "" ""
21 21
22test x"$CONFIG_LOCALE_SUPPORT" = x"y" \ 22test x"$CONFIG_LOCALE_SUPPORT" = x"y" \
23&& test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ 23&& test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
24&& test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"0" \ 24&& test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"0" \
25&& test x"$CONFIG_UNICODE_WIDE_WCHARS" = x"y" \ 25&& test x"$CONFIG_UNICODE_WIDE_WCHARS" = x"y" \
26&& test x"$CONFIG_STATIC" != x"y" \ 26&& test x"$CONFIG_STATIC" != x"y" \
diff --git a/testsuite/ls.tests b/testsuite/ls.tests
index 169313a63..0680762fc 100755
--- a/testsuite/ls.tests
+++ b/testsuite/ls.tests
@@ -14,7 +14,7 @@ mkdir ls.testdir || exit 1
14# With Unicode provided by libc locale, I'm not sure this test can pass. 14# With Unicode provided by libc locale, I'm not sure this test can pass.
15# I suspect we might fail to skip exactly correct number of bytes 15# I suspect we might fail to skip exactly correct number of bytes
16# over broked unicode sequences. 16# over broked unicode sequences.
17test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ 17test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
18&& test x"$CONFIG_LOCALE_SUPPORT" != x"y" \ 18&& test x"$CONFIG_LOCALE_SUPPORT" != x"y" \
19&& test x"$CONFIG_SUBST_WCHAR" = x"63" \ 19&& test x"$CONFIG_SUBST_WCHAR" = x"63" \
20&& test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"767" \ 20&& test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"767" \
@@ -133,7 +133,7 @@ test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \
133' "" "" 133' "" ""
134 134
135# Currently fails on "0080_4.2.2__U-000007FF_=_e0_9f_bf" line 135# Currently fails on "0080_4.2.2__U-000007FF_=_e0_9f_bf" line
136test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ 136test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
137&& test x"$CONFIG_LOCALE_SUPPORT" != x"y" \ 137&& test x"$CONFIG_LOCALE_SUPPORT" != x"y" \
138&& test x"$CONFIG_SUBST_WCHAR" = x"63" \ 138&& test x"$CONFIG_SUBST_WCHAR" = x"63" \
139&& test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"0" \ 139&& test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"0" \