diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 16:34:37 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 16:34:37 +0100 |
commit | b1edf20f1848cd741e8a8395afb4a4655a210906 (patch) | |
tree | ff6f99354d507ae1bb3bcf29ca99e1626cad0733 /testsuite | |
parent | 40e4e88a28398c49d326b0fdf0d7f100f08b8f8d (diff) | |
download | busybox-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-x | testsuite/ls.tests | 8 |
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. |
17 | test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ | 17 | test 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" \ | |||
144 | 0003_2.1__First_possible_sequence_of_a_certain_length_____________________| | 144 | 0003_2.1__First_possible_sequence_of_a_certain_length_____________________| |
145 | 0004_2.1.2__2_bytes__U-00000080_:________"?"______________________________| | 145 | 0004_2.1.2__2_bytes__U-00000080_:________"?"______________________________| |
146 | 0005_2.1.3__3_bytes__U-00000800_:________"ࠀ"______________________________| | 146 | 0005_2.1.3__3_bytes__U-00000800_:________"ࠀ"______________________________| |
147 | 0006_2.1.4__4_bytes__U-00010000_:________"?"______________________________| | 147 | 0006_2.1.4__4_bytes__U-00010000_:________"𐀀"______________________________| |
148 | 0007_2.1.5__5_bytes__U-00200000_:________"?"______________________________| | 148 | 0007_2.1.5__5_bytes__U-00200000_:________"?"______________________________| |
149 | 0008_2.1.6__6_bytes__U-04000000_:________"?"______________________________| | 149 | 0008_2.1.6__6_bytes__U-04000000_:________"?"______________________________| |
150 | 0009_2.2__Last_possible_sequence_of_a_certain_length______________________| | 150 | 0009_2.2__Last_possible_sequence_of_a_certain_length______________________| |
@@ -155,9 +155,9 @@ test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ | |||
155 | 0014_2.2.5__5_bytes__U-03FFFFFF_:________"?"______________________________| | 155 | 0014_2.2.5__5_bytes__U-03FFFFFF_:________"?"______________________________| |
156 | 0015_2.2.6__6_bytes__U-7FFFFFFF_:________"?"______________________________| | 156 | 0015_2.2.6__6_bytes__U-7FFFFFFF_:________"?"______________________________| |
157 | 0016_2.3__Other_boundary_conditions_______________________________________| | 157 | 0016_2.3__Other_boundary_conditions_______________________________________| |
158 | 0017_2.3.1__U-0000D7FF_=_ed_9f_bf_=_"?"___________________________________| | 158 | 0017_2.3.1__U-0000D7FF_=_ed_9f_bf_=_""___________________________________| |
159 | 0018_2.3.2__U-0000E000_=_ee_80_80_=_"?"___________________________________| | 159 | 0018_2.3.2__U-0000E000_=_ee_80_80_=_"?"___________________________________| |
160 | 0019_2.3.3__U-0000FFFD_=_ef_bf_bd_=_"?"___________________________________| | 160 | 0019_2.3.3__U-0000FFFD_=_ef_bf_bd_=_"�"___________________________________| |
161 | 0020_2.3.4__U-0010FFFF_=_f4_8f_bf_bf_=_"?"________________________________| | 161 | 0020_2.3.4__U-0010FFFF_=_f4_8f_bf_bf_=_"?"________________________________| |
162 | 0021_2.3.5__U-00110000_=_f4_90_80_80_=_"?"________________________________| | 162 | 0021_2.3.5__U-00110000_=_f4_90_80_80_=_"?"________________________________| |
163 | 0022_3__Malformed_sequences_______________________________________________| | 163 | 0022_3__Malformed_sequences_______________________________________________| |