aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-31 16:34:37 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-31 16:34:37 +0100
commitb1edf20f1848cd741e8a8395afb4a4655a210906 (patch)
treeff6f99354d507ae1bb3bcf29ca99e1626cad0733 /testsuite
parent40e4e88a28398c49d326b0fdf0d7f100f08b8f8d (diff)
downloadbusybox-w32-b1edf20f1848cd741e8a8395afb4a4655a210906.tar.gz
busybox-w32-b1edf20f1848cd741e8a8395afb4a4655a210906.tar.bz2
busybox-w32-b1edf20f1848cd741e8a8395afb4a4655a210906.zip
unicode: exclude FDD0..FDEF range too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/ls.tests8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/ls.tests b/testsuite/ls.tests
index e08249ea6..169313a63 100755
--- a/testsuite/ls.tests
+++ b/testsuite/ls.tests
@@ -13,7 +13,7 @@ mkdir ls.testdir || exit 1
13 13
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 broken unicode sequences. 16# over broked unicode sequences.
17test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ 17test x"$CONFIG_FEATURE_ASSUME_UNICODE" = 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" \
@@ -144,7 +144,7 @@ test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \
1440003_2.1__First_possible_sequence_of_a_certain_length_____________________| 1440003_2.1__First_possible_sequence_of_a_certain_length_____________________|
1450004_2.1.2__2_bytes__U-00000080_:________"?"______________________________| 1450004_2.1.2__2_bytes__U-00000080_:________"?"______________________________|
1460005_2.1.3__3_bytes__U-00000800_:________"ࠀ"______________________________| 1460005_2.1.3__3_bytes__U-00000800_:________"ࠀ"______________________________|
1470006_2.1.4__4_bytes__U-00010000_:________"?"______________________________| 1470006_2.1.4__4_bytes__U-00010000_:________"𐀀"______________________________|
1480007_2.1.5__5_bytes__U-00200000_:________"?"______________________________| 1480007_2.1.5__5_bytes__U-00200000_:________"?"______________________________|
1490008_2.1.6__6_bytes__U-04000000_:________"?"______________________________| 1490008_2.1.6__6_bytes__U-04000000_:________"?"______________________________|
1500009_2.2__Last_possible_sequence_of_a_certain_length______________________| 1500009_2.2__Last_possible_sequence_of_a_certain_length______________________|
@@ -155,9 +155,9 @@ test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \
1550014_2.2.5__5_bytes__U-03FFFFFF_:________"?"______________________________| 1550014_2.2.5__5_bytes__U-03FFFFFF_:________"?"______________________________|
1560015_2.2.6__6_bytes__U-7FFFFFFF_:________"?"______________________________| 1560015_2.2.6__6_bytes__U-7FFFFFFF_:________"?"______________________________|
1570016_2.3__Other_boundary_conditions_______________________________________| 1570016_2.3__Other_boundary_conditions_______________________________________|
1580017_2.3.1__U-0000D7FF_=_ed_9f_bf_=_"?"___________________________________| 1580017_2.3.1__U-0000D7FF_=_ed_9f_bf_=_""___________________________________|
1590018_2.3.2__U-0000E000_=_ee_80_80_=_"?"___________________________________| 1590018_2.3.2__U-0000E000_=_ee_80_80_=_"?"___________________________________|
1600019_2.3.3__U-0000FFFD_=_ef_bf_bd_=_"?"___________________________________| 1600019_2.3.3__U-0000FFFD_=_ef_bf_bd_=_""___________________________________|
1610020_2.3.4__U-0010FFFF_=_f4_8f_bf_bf_=_"?"________________________________| 1610020_2.3.4__U-0010FFFF_=_f4_8f_bf_bf_=_"?"________________________________|
1620021_2.3.5__U-00110000_=_f4_90_80_80_=_"?"________________________________| 1620021_2.3.5__U-00110000_=_f4_90_80_80_=_"?"________________________________|
1630022_3__Malformed_sequences_______________________________________________| 1630022_3__Malformed_sequences_______________________________________________|