annotate tests/uninorm/test-u32-nfkd-big.c @ 40226:5b87a9bf7240

uninorm tests: Free allocated memory. * tests/uninorm/test-u32-normalize-big.h (struct normalization_test_file): Remove 'const' from allocated member. (free_normalization_test_file): New declaration. * tests/uninorm/test-u32-normalize-big.c (test_other): Free allocated memory. (free_normalization_test_file): New function. * tests/uninorm/test-u32-nfc-big.c (main): Free allocated 'struct normalization_test_file' contents. * tests/uninorm/test-u32-nfd-big.c (main): Likewise. * tests/uninorm/test-u32-nfkc-big.c (main): Likewise. * tests/uninorm/test-u32-nfkd-big.c (main): Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 10 Mar 2019 15:14:01 +0100
parents b06060465f09
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 /* Test of Unicode compliance of compatibility decomposition of UTF-32 strings.
40057
b06060465f09 maint: Run 'make update-copyright'
Paul Eggert <eggert@cs.ucla.edu>
parents: 19484
diff changeset
2 Copyright (C) 2009-2019 Free Software Foundation, Inc.
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 This program is free software: you can redistribute it and/or modify
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 it under the terms of the GNU General Public License as published by
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 the Free Software Foundation; either version 3 of the License, or
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 (at your option) any later version.
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 This program is distributed in the hope that it will be useful,
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 GNU General Public License for more details.
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 You should have received a copy of the GNU General Public License
19190
9759915b2aca all: prefer https: URLs
Paul Eggert <eggert@cs.ucla.edu>
parents: 18626
diff changeset
15 along with this program. If not, see <https://www.gnu.org/licenses/>. */
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 /* Written by Bruno Haible <bruno@clisp.org>, 2009. */
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 #include <config.h>
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
13073
03de1efbfdd3 Resolve conflict between the two kinds of module indicators.
Bruno Haible <bruno@clisp.org>
parents: 12559
diff changeset
21 #if GNULIB_TEST_UNINORM_U32_NORMALIZE
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 #include "uninorm.h"
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 #include <stdlib.h>
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 #include "unistr.h"
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 #include "test-u32-normalize-big.h"
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 static int
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 check (const uint32_t *c1, size_t c1_length,
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 const uint32_t *c2, size_t c2_length,
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 const uint32_t *c3, size_t c3_length,
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 const uint32_t *c4, size_t c4_length,
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 const uint32_t *c5, size_t c5_length)
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 /* Check c5 == NFKD(c1) == NFKD(c2) == NFKD(c3) == NFKD(c4) == NFKD(c5). */
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 size_t length;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 uint32_t *result;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 result = u32_normalize (UNINORM_NFKD, c1, c1_length, NULL, &length);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 if (!(result != NULL
12421
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
44 && length == c5_length
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
45 && u32_cmp (result, c5, c5_length) == 0))
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
46 return 1;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
47 free (result);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
48 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
49 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
50 size_t length;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
51 uint32_t *result;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
53 result = u32_normalize (UNINORM_NFKD, c2, c2_length, NULL, &length);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
54 if (!(result != NULL
12421
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
55 && length == c5_length
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
56 && u32_cmp (result, c5, c5_length) == 0))
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
57 return 2;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
58 free (result);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
59 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
60 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
61 size_t length;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
62 uint32_t *result;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
63
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
64 result = u32_normalize (UNINORM_NFKD, c3, c3_length, NULL, &length);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
65 if (!(result != NULL
12421
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
66 && length == c5_length
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
67 && u32_cmp (result, c5, c5_length) == 0))
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
68 return 3;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
69 free (result);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
70 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
71 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
72 size_t length;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
73 uint32_t *result;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
74
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
75 result = u32_normalize (UNINORM_NFKD, c4, c4_length, NULL, &length);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
76 if (!(result != NULL
12421
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
77 && length == c5_length
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
78 && u32_cmp (result, c5, c5_length) == 0))
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
79 return 4;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
80 free (result);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
81 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
82 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
83 size_t length;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
84 uint32_t *result;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
85
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
86 result = u32_normalize (UNINORM_NFKD, c5, c5_length, NULL, &length);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
87 if (!(result != NULL
12421
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
88 && length == c5_length
e8d2c6fc33ad Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents: 11197
diff changeset
89 && u32_cmp (result, c5, c5_length) == 0))
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
90 return 5;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
91 free (result);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
92 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
93 return 0;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
94 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
95
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
96 int
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
97 main (int argc, char *argv[])
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
98 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
99 struct normalization_test_file file;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
100
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
101 read_normalization_test_file (argv[1], &file);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
102
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
103 test_specific (&file, check);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
104 test_other (&file, UNINORM_NFKD);
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
105
40226
5b87a9bf7240 uninorm tests: Free allocated memory.
Bruno Haible <bruno@clisp.org>
parents: 40057
diff changeset
106 free_normalization_test_file (&file);
5b87a9bf7240 uninorm tests: Free allocated memory.
Bruno Haible <bruno@clisp.org>
parents: 40057
diff changeset
107
11197
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
108 return 0;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
109 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
110
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
111 #else
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
112
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
113 #include <stdio.h>
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
114
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
115 int
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
116 main ()
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
117 {
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
118 fprintf (stderr, "Skipping test: uninorm/u32-normalize module not included.\n");
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
119 return 77;
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
120 }
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
121
e2cc4f2d133f Tests for module 'uninorm/nfkd'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
122 #endif