added missing dependencies to fix failing unistr/ tests
[gnulib.git] / tests / test-mbmemcasecmp.h
1 /* Test of case-insensitive memory area comparison function.
2    Copyright (C) 2007-2010 Free Software Foundation, Inc.
3
4    This program is free software: you can redistribute it and/or modify
5    it under the terms of the GNU General Public License as published by
6    the Free Software Foundation; either version 3 of the License, or
7    (at your option) any later version.
8
9    This program is distributed in the hope that it will be useful,
10    but WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12    GNU General Public License for more details.
13
14    You should have received a copy of the GNU General Public License
15    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
16
17 /* Written by Bruno Haible <bruno@clisp.org>, 2009.  */
18
19 static void
20 test_ascii (int (*my_casecmp) (const char *, size_t, const char *, size_t))
21 {
22   /* Empty string.  */
23   {
24     ASSERT (my_casecmp (NULL, 0, NULL, 0) == 0);
25   }
26   {
27     static const char input[] = { 'x', 'y' };
28
29     ASSERT (my_casecmp (input, SIZEOF (input), NULL, 0) > 0);
30
31     ASSERT (my_casecmp (NULL, 0, input, SIZEOF (input)) < 0);
32
33     ASSERT (my_casecmp (input, SIZEOF (input), input, SIZEOF (input)) == 0);
34   }
35
36   /* Normal lexicographic order.  */
37   {
38     static const char input1[] = { 'A', 'm', 'e', 'r', 'i', 'c', 'a' };
39     static const char input2[] = { 'A', 'm', 'i', 'g', 'o' };
40
41     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) < 0);
42
43     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) > 0);
44   }
45
46   /* Shorter and longer strings.  */
47   {
48     static const char input1[] = { 'R', 'e', 'a', 'g', 'a', 'n' };
49     static const char input2[] = { 'R', 'e', 'a', 'g', 'a', 'n', 'o', 'm', 'i', 'c', 's' };
50
51     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) < 0);
52
53     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) > 0);
54   }
55
56   ASSERT (my_casecmp ("paragraph", 9, "Paragraph", 9) == 0);
57
58   ASSERT (my_casecmp ("paragrapH", 9, "parAgRaph", 9) == 0);
59
60   ASSERT (my_casecmp ("paragraph", 9, "paraLyzed", 9) < 0);
61   ASSERT (my_casecmp ("paraLyzed", 9, "paragraph", 9) > 0);
62
63   ASSERT (my_casecmp ("para", 4, "paragraph", 9) < 0);
64   ASSERT (my_casecmp ("paragraph", 9, "para", 4) > 0);
65 }
66
67 static void
68 test_iso_8859_1 (int (*my_casecmp) (const char *, size_t, const char *, size_t), bool assume_byte_values)
69 {
70   #if ! defined __osf__ /* This test fails on OSF/1 5.1.  */
71   {
72     static const char input1[] = { 'H', 0xF6, 'h', 'l', 'e' };
73     static const char input2[] = { 'H', 0xD6, 'h', 'L', 'e' };
74     static const char input3[] = { 'H', 0xF6, 'h', 'l', 'e', 'n' };
75     static const char input4[] = { 'H', 0xD6, 'h', 'L', 'e', 'n' };
76     static const char input5[] = { 'H', 'u', 'r', 'z' };
77
78     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
79
80     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) == 0);
81
82     ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4)) == 0);
83
84     ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3)) == 0);
85
86     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) < 0);
87
88     ASSERT (my_casecmp (input1, SIZEOF (input1), input4, SIZEOF (input4)) < 0);
89
90     if (assume_byte_values)
91       {
92         /* These results are the opposite of those in test-ulc-casecmp.c,
93            because my_casecmp compares precomposed characters, whereas
94            ulc_casecmp compares decomposed character sequences.  */
95
96         ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5)) > 0);
97
98         ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5)) > 0);
99       }
100   }
101   #endif
102
103   #if 0 /* This functionality requires ulc_casecmp.  */
104   /* Uppercasing can increase the number of Unicode characters.  */
105   { /* "heiß" */
106     static const char input1[] = { 0x68, 0x65, 0x69, 0xDF };
107     static const char input2[] = { 0x68, 0x65, 0x69, 0x73, 0x73 };
108
109     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
110   }
111   #endif
112 }
113
114 static void
115 test_utf_8 (int (*my_casecmp) (const char *, size_t, const char *, size_t), bool turkish)
116 {
117   /* The following tests shows how my_casecmp() is different from
118      strcasecmp().  */
119
120   ASSERT (my_casecmp ("\303\266zg\303\274r", 7, "\303\226ZG\303\234R", 7) == 0); /* özgür */
121   ASSERT (my_casecmp ("\303\226ZG\303\234R", 7, "\303\266zg\303\274r", 7) == 0); /* özgür */
122
123   /* This test shows how strings of different size can compare equal.  */
124   if (turkish)
125     {
126       ASSERT (my_casecmp ("turkish", 7, "TURK\304\260SH", 8) == 0);
127       ASSERT (my_casecmp ("TURK\304\260SH", 8, "turkish", 7) == 0);
128     }
129
130   #if 0 /* This functionality requires ulc_casecmp.  */
131   /* Normalization effects.  */
132   {
133     static const char input1[] = { 'H', 0xC3, 0xB6, 'h', 'l', 'e' };
134     static const char input2[] = { 'H', 'O', 0xCC, 0x88, 'h', 'L', 'e' };
135     static const char input3[] = { 'H', 0xC3, 0xB6, 'h', 'l', 'e', 'n' };
136     static const char input4[] = { 'H', 'O', 0xCC, 0x88, 'h', 'L', 'e', 'n' };
137     static const char input5[] = { 'H', 'u', 'r', 'z' };
138
139     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
140
141     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1)) == 0);
142
143     ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4)) == 0);
144
145     ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3)) == 0);
146
147     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) < 0);
148
149     ASSERT (my_casecmp (input1, SIZEOF (input1), input4, SIZEOF (input4)) < 0);
150
151     ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5)) < 0);
152
153     ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5)) < 0);
154   }
155   { /* LATIN CAPITAL LETTER A WITH DIAERESIS */
156     static const char input1[] = { 0xC3, 0x84 };
157     static const char input2[] = { 0x41, 0xCC, 0x88 };
158
159     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
160   }
161   { /* LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON */
162     static const char input1[] = { 0xC7, 0x9E };
163     static const char input2[] = { 0x41, 0xCC, 0x88, 0xCC, 0x84 };
164
165     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
166   }
167   { /* GREEK DIALYTIKA AND PERISPOMENI */
168     static const char input1[] = { 0xE1, 0xBF, 0x81 };
169     static const char input2[] = { 0xC2, 0xA8, 0xCD, 0x82 };
170
171     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
172   }
173   { /* HANGUL SYLLABLE GEUL */
174     static const char input1[] = { 0xEA, 0xB8, 0x80 };
175     static const char input2[] = { 0xEA, 0xB7, 0xB8, 0xE1, 0x86, 0xAF };
176     static const char input3[] = { 0xE1, 0x84, 0x80, 0xE1, 0x85, 0xB3, 0xE1, 0x86, 0xAF };
177
178     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
179
180     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3)) == 0);
181   }
182   { /* HANGUL SYLLABLE GEU */
183     static const char input1[] = { 0xEA, 0xB7, 0xB8 };
184     static const char input2[] = { 0xE1, 0x84, 0x80, 0xE1, 0x85, 0xB3 };
185
186     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
187   }
188   #endif
189
190   /* Simple string.  */
191   { /* "Grüß Gott. Здравствуйте! x=(-b±sqrt(b²-4ac))/(2a)  日本語,中文,한글" */
192     static const char input1[] =
193       { 'G', 'r', 0xC3, 0xBC, 0xC3, 0x9F, ' ', 'G', 'o', 't', 't', '.', ' ',
194         0xD0, 0x97, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
195         0xD1, 0x82, 0xD0, 0xB2, 0xD1, 0x83, 0xD0, 0xB9, 0xD1, 0x82, 0xD0, 0xB5,
196         '!', ' ', 'x', '=', '(', '-', 'b', 0xC2, 0xB1, 's', 'q', 'r', 't', '(',
197         'b', 0xC2, 0xB2, '-', '4', 'a', 'c', ')', ')', '/', '(', '2', 'a', ')',
198         ' ', ' ', 0xE6, 0x97, 0xA5, 0xE6, 0x9C, 0xAC, 0xE8, 0xAA, 0x9E, ',',
199         0xE4, 0xB8, 0xAD, 0xE6, 0x96, 0x87, ',',
200         0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\n'
201       };
202     static const char input2[] =
203       { 'g', 'r', 0xC3, 0xBC, 0x73, 0x73, ' ', 'g', 'o', 't', 't', '.', ' ',
204         0xD0, 0xB7, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
205         0xD1, 0x82, 0xD0, 0xB2, 0xD1, 0x83, 0xD0, 0xB9, 0xD1, 0x82, 0xD0, 0xB5,
206         '!', ' ', 'x', '=', '(', '-', 'b', 0xC2, 0xB1, 's', 'q', 'r', 't', '(',
207         'b', 0xC2, 0xB2, '-', '4', 'a', 'c', ')', ')', '/', '(', '2', 'a', ')',
208         ' ', ' ', 0xE6, 0x97, 0xA5, 0xE6, 0x9C, 0xAC, 0xE8, 0xAA, 0x9E, ',',
209         0xE4, 0xB8, 0xAD, 0xE6, 0x96, 0x87, ',',
210         0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\n'
211       };
212     static const char input3[] =
213       { 'G', 'R', 0xC3, 0x9C, 0x53, 0x53, ' ', 'G', 'O', 'T', 'T', '.', ' ',
214         0xD0, 0x97, 0xD0, 0x94, 0xD0, 0xA0, 0xD0, 0x90, 0xD0, 0x92, 0xD0, 0xA1,
215         0xD0, 0xA2, 0xD0, 0x92, 0xD0, 0xA3, 0xD0, 0x99, 0xD0, 0xA2, 0xD0, 0x95,
216         '!', ' ', 'X', '=', '(', '-', 'B', 0xC2, 0xB1, 'S', 'Q', 'R', 'T', '(',
217         'B', 0xC2, 0xB2, '-', '4', 'A', 'C', ')', ')', '/', '(', '2', 'A', ')',
218         ' ', ' ', 0xE6, 0x97, 0xA5, 0xE6, 0x9C, 0xAC, 0xE8, 0xAA, 0x9E, ',',
219         0xE4, 0xB8, 0xAD, 0xE6, 0x96, 0x87, ',',
220         0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\n'
221       };
222
223     (void) input1;
224
225     #if 0 /* This functionality requires ulc_casecmp.  */
226     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
227
228     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3)) == 0);
229     #endif
230
231     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) == 0);
232   }
233
234   #if 0 /* This functionality requires ulc_casecmp.  */
235   /* Case mapping can increase the number of Unicode characters.  */
236   { /* LATIN SMALL LETTER N PRECEDED BY APOSTROPHE */
237     static const char input1[] = { 0xC5, 0x89 };
238     static const char input2[] = { 0xCA, 0xBC, 0x6E };
239     static const char input3[] = { 0xCA, 0xBC, 0x4E };
240
241     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
242
243     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3)) == 0);
244   }
245   { /* GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS */
246     static const char input1[] = { 0xCE, 0x90 };
247     static const char input2[] = { 0xCE, 0xB9, 0xCC, 0x88, 0xCC, 0x81 };
248
249     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
250   }
251   #endif
252
253   /* Turkish letters i İ ı I */
254   { /* LATIN CAPITAL LETTER I */
255     static const char input[]         = { 0x49 };
256     static const char casefolded[]    = { 0x69 };
257     static const char casefolded_tr[] = { 0xC4, 0xB1 };
258
259     if (!turkish)
260       ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) == 0);
261     else
262       ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr)) == 0);
263   }
264   { /* LATIN SMALL LETTER I */
265     static const char input[]         = { 0x69 };
266     static const char casefolded[]    = { 0x49 };
267     static const char casefolded_tr[] = { 0xC4, 0xB0 };
268
269     if (!turkish)
270       ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) == 0);
271     else
272       ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr)) == 0);
273   }
274   { /* LATIN CAPITAL LETTER I WITH DOT ABOVE */
275     static const char input[]         = { 0xC4, 0xB0 };
276     static const char casefolded[]    = { 0x69, 0xCC, 0x87 };
277     static const char casefolded_tr[] = { 0x69 };
278
279     (void) casefolded;
280
281     if (!turkish)
282       {
283         #if 0 /* This functionality requires ulc_casecmp.  */
284         ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) == 0);
285         #endif
286       }
287     else
288       ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr)) == 0);
289   }
290   { /* LATIN SMALL LETTER DOTLESS I */
291     static const char input[]      = { 0xC4, 0xB1 };
292     static const char casefolded[] = { 0x49 };
293
294     if (!turkish)
295       ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) > 0);
296     else
297       ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) == 0);
298   }
299   { /* "topkapı" */
300     static const char input[] =
301       { 0x54, 0x4F, 0x50, 0x4B, 0x41, 0x50, 0x49 };
302     static const char casefolded[] =
303       { 0x74, 0x6F, 0x70, 0x6B, 0x61, 0x70, 0xC4, 0xB1 };
304
305     if (!turkish)
306       ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) < 0);
307     else
308       ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) == 0);
309   }
310
311   #if 0 /* This functionality requires ulc_casecmp.  */
312   /* Uppercasing can increase the number of Unicode characters.  */
313   { /* "heiß" */
314     static const char input1[] = { 0x68, 0x65, 0x69, 0xC3, 0x9F };
315     static const char input2[] = { 0x68, 0x65, 0x69, 0x73, 0x73 };
316
317     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
318   }
319   #endif
320
321   /* Case mappings for some characters can depend on the surrounding characters.  */
322   { /* "περισσότερες πληροφορίες" */
323     static const char input1[] =
324       {
325         0xCF, 0x80, 0xCE, 0xB5, 0xCF, 0x81, 0xCE, 0xB9, 0xCF, 0x83, 0xCF, 0x83,
326         0xCF, 0x8C, 0xCF, 0x84, 0xCE, 0xB5, 0xCF, 0x81, 0xCE, 0xB5, 0xCF, 0x82,
327         ' ', 0xCF, 0x80, 0xCE, 0xBB, 0xCE, 0xB7, 0xCF, 0x81, 0xCE, 0xBF,
328         0xCF, 0x86, 0xCE, 0xBF, 0xCF, 0x81, 0xCE, 0xAF, 0xCE, 0xB5, 0xCF, 0x82
329       };
330     static const char input2[] =
331       {
332         0xCF, 0x80, 0xCE, 0xB5, 0xCF, 0x81, 0xCE, 0xB9, 0xCF, 0x83, 0xCF, 0x83,
333         0xCF, 0x8C, 0xCF, 0x84, 0xCE, 0xB5, 0xCF, 0x81, 0xCE, 0xB5, 0xCF, 0x83,
334         ' ', 0xCF, 0x80, 0xCE, 0xBB, 0xCE, 0xB7, 0xCF, 0x81, 0xCE, 0xBF,
335         0xCF, 0x86, 0xCE, 0xBF, 0xCF, 0x81, 0xCE, 0xAF, 0xCE, 0xB5, 0xCF, 0x83
336       };
337     static const char input3[] =
338       {
339         0xCE, 0xA0, 0xCE, 0x95, 0xCE, 0xA1, 0xCE, 0x99, 0xCE, 0xA3, 0xCE, 0xA3,
340         0xCE, 0x8C, 0xCE, 0xA4, 0xCE, 0x95, 0xCE, 0xA1, 0xCE, 0x95, 0xCE, 0xA3,
341         ' ', 0xCE, 0xA0, 0xCE, 0x9B, 0xCE, 0x97, 0xCE, 0xA1, 0xCE, 0x9F,
342         0xCE, 0xA6, 0xCE, 0x9F, 0xCE, 0xA1, 0xCE, 0x8A, 0xCE, 0x95, 0xCE, 0xA3
343       };
344
345     (void) input1;
346
347     #if 0 /* This functionality requires ulc_casecmp.  */
348     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2)) == 0);
349
350     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3)) == 0);
351     #endif
352
353     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3)) == 0);
354   }
355
356   #if 0 /* This functionality requires ulc_casecmp.  */
357   /* Case mapping can require subsequent normalization.  */
358   { /* LATIN SMALL LETTER J WITH CARON, COMBINING DOT BELOW */
359     static const char input[]                 = { 0xC7, 0xB0, 0xCC, 0xA3 };
360     static const char casefolded[]            = { 0x6A, 0xCC, 0x8C, 0xCC, 0xA3 };
361     static const char casefolded_decomposed[] = { 0x6A, 0xCC, 0xA3, 0xCC, 0x8C };
362
363     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) == 0);
364
365     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed)) != 0);
366
367     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded)) == 0);
368
369     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed)) == 0);
370   }
371   #endif
372 }