c3ab6a179fc7e057bc48ae32b3c61b2552c4d263
[openssl.git] / test / bioprinttest.c
1 /*
2  * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
3  *
4  * Licensed under the OpenSSL license (the "License").  You may not use
5  * this file except in compliance with the License.  You can obtain a copy
6  * in the file LICENSE in the source distribution or at
7  * https://www.openssl.org/source/license.html
8  */
9
10 #include <stdio.h>
11 #include <string.h>
12 #include <openssl/bio.h>
13 #include "internal/numbers.h"
14
15 #define nelem(x) (sizeof(x)/sizeof((x)[0]))
16
17 static int justprint = 0;
18
19 static char *fpexpected[][5] = {
20     /*   0 */ { "0.0000e+00", "0.0000", "0", "0.0000E+00", "0" },
21     /*   1 */ { "6.7000e-01", "0.6700", "0.67", "6.7000E-01", "0.67" },
22     /*   2 */ { "6.6667e-01", "0.6667", "0.6667", "6.6667E-01", "0.6667" },
23     /*   3 */ { "6.6667e-04", "0.0007", "0.0006667", "6.6667E-04", "0.0006667" },
24     /*   4 */ { "6.6667e-05", "0.0001", "6.667e-05", "6.6667E-05", "6.667E-05" },
25     /*   5 */ { "6.6667e+00", "6.6667", "6.667", "6.6667E+00", "6.667" },
26     /*   6 */ { "6.6667e+01", "66.6667", "66.67", "6.6667E+01", "66.67" },
27     /*   7 */ { "6.6667e+02", "666.6667", "666.7", "6.6667E+02", "666.7" },
28     /*   8 */ { "6.6667e+03", "6666.6667", "6667", "6.6667E+03", "6667" },
29     /*   9 */ { "6.6667e+04", "66666.6667", "6.667e+04", "6.6667E+04", "6.667E+04" },
30     /*  10 */ { "0.00000e+00", "0.00000", "0", "0.00000E+00", "0" },
31     /*  11 */ { "6.70000e-01", "0.67000", "0.67", "6.70000E-01", "0.67" },
32     /*  12 */ { "6.66667e-01", "0.66667", "0.66667", "6.66667E-01", "0.66667" },
33     /*  13 */ { "6.66667e-04", "0.00067", "0.00066667", "6.66667E-04", "0.00066667" },
34     /*  14 */ { "6.66667e-05", "0.00007", "6.6667e-05", "6.66667E-05", "6.6667E-05" },
35     /*  15 */ { "6.66667e+00", "6.66667", "6.6667", "6.66667E+00", "6.6667" },
36     /*  16 */ { "6.66667e+01", "66.66667", "66.667", "6.66667E+01", "66.667" },
37     /*  17 */ { "6.66667e+02", "666.66667", "666.67", "6.66667E+02", "666.67" },
38     /*  18 */ { "6.66667e+03", "6666.66667", "6666.7", "6.66667E+03", "6666.7" },
39     /*  19 */ { "6.66667e+04", "66666.66667", "66667", "6.66667E+04", "66667" },
40     /*  20 */ { "  0.0000e+00", "      0.0000", "           0", "  0.0000E+00", "           0" },
41     /*  21 */ { "  6.7000e-01", "      0.6700", "        0.67", "  6.7000E-01", "        0.67" },
42     /*  22 */ { "  6.6667e-01", "      0.6667", "      0.6667", "  6.6667E-01", "      0.6667" },
43     /*  23 */ { "  6.6667e-04", "      0.0007", "   0.0006667", "  6.6667E-04", "   0.0006667" },
44     /*  24 */ { "  6.6667e-05", "      0.0001", "   6.667e-05", "  6.6667E-05", "   6.667E-05" },
45     /*  25 */ { "  6.6667e+00", "      6.6667", "       6.667", "  6.6667E+00", "       6.667" },
46     /*  26 */ { "  6.6667e+01", "     66.6667", "       66.67", "  6.6667E+01", "       66.67" },
47     /*  27 */ { "  6.6667e+02", "    666.6667", "       666.7", "  6.6667E+02", "       666.7" },
48     /*  28 */ { "  6.6667e+03", "   6666.6667", "        6667", "  6.6667E+03", "        6667" },
49     /*  29 */ { "  6.6667e+04", "  66666.6667", "   6.667e+04", "  6.6667E+04", "   6.667E+04" },
50     /*  30 */ { " 0.00000e+00", "     0.00000", "           0", " 0.00000E+00", "           0" },
51     /*  31 */ { " 6.70000e-01", "     0.67000", "        0.67", " 6.70000E-01", "        0.67" },
52     /*  32 */ { " 6.66667e-01", "     0.66667", "     0.66667", " 6.66667E-01", "     0.66667" },
53     /*  33 */ { " 6.66667e-04", "     0.00067", "  0.00066667", " 6.66667E-04", "  0.00066667" },
54     /*  34 */ { " 6.66667e-05", "     0.00007", "  6.6667e-05", " 6.66667E-05", "  6.6667E-05" },
55     /*  35 */ { " 6.66667e+00", "     6.66667", "      6.6667", " 6.66667E+00", "      6.6667" },
56     /*  36 */ { " 6.66667e+01", "    66.66667", "      66.667", " 6.66667E+01", "      66.667" },
57     /*  37 */ { " 6.66667e+02", "   666.66667", "      666.67", " 6.66667E+02", "      666.67" },
58     /*  38 */ { " 6.66667e+03", "  6666.66667", "      6666.7", " 6.66667E+03", "      6666.7" },
59     /*  39 */ { " 6.66667e+04", " 66666.66667", "       66667", " 6.66667E+04", "       66667" },
60     /*  40 */ { "0e+00", "0", "0", "0E+00", "0" },
61     /*  41 */ { "7e-01", "1", "0.7", "7E-01", "0.7" },
62     /*  42 */ { "7e-01", "1", "0.7", "7E-01", "0.7" },
63     /*  43 */ { "7e-04", "0", "0.0007", "7E-04", "0.0007" },
64     /*  44 */ { "7e-05", "0", "7e-05", "7E-05", "7E-05" },
65     /*  45 */ { "7e+00", "7", "7", "7E+00", "7" },
66     /*  46 */ { "7e+01", "67", "7e+01", "7E+01", "7E+01" },
67     /*  47 */ { "7e+02", "667", "7e+02", "7E+02", "7E+02" },
68     /*  48 */ { "7e+03", "6667", "7e+03", "7E+03", "7E+03" },
69     /*  49 */ { "7e+04", "66667", "7e+04", "7E+04", "7E+04" },
70     /*  50 */ { "0.000000e+00", "0.000000", "0", "0.000000E+00", "0" },
71     /*  51 */ { "6.700000e-01", "0.670000", "0.67", "6.700000E-01", "0.67" },
72     /*  52 */ { "6.666667e-01", "0.666667", "0.666667", "6.666667E-01", "0.666667" },
73     /*  53 */ { "6.666667e-04", "0.000667", "0.000666667", "6.666667E-04", "0.000666667" },
74     /*  54 */ { "6.666667e-05", "0.000067", "6.66667e-05", "6.666667E-05", "6.66667E-05" },
75     /*  55 */ { "6.666667e+00", "6.666667", "6.66667", "6.666667E+00", "6.66667" },
76     /*  56 */ { "6.666667e+01", "66.666667", "66.6667", "6.666667E+01", "66.6667" },
77     /*  57 */ { "6.666667e+02", "666.666667", "666.667", "6.666667E+02", "666.667" },
78     /*  58 */ { "6.666667e+03", "6666.666667", "6666.67", "6.666667E+03", "6666.67" },
79     /*  59 */ { "6.666667e+04", "66666.666667", "66666.7", "6.666667E+04", "66666.7" },
80     /*  60 */ { "0.0000e+00", "000.0000", "00000000", "0.0000E+00", "00000000" },
81     /*  61 */ { "6.7000e-01", "000.6700", "00000.67", "6.7000E-01", "00000.67" },
82     /*  62 */ { "6.6667e-01", "000.6667", "000.6667", "6.6667E-01", "000.6667" },
83     /*  63 */ { "6.6667e-04", "000.0007", "0.0006667", "6.6667E-04", "0.0006667" },
84     /*  64 */ { "6.6667e-05", "000.0001", "6.667e-05", "6.6667E-05", "6.667E-05" },
85     /*  65 */ { "6.6667e+00", "006.6667", "0006.667", "6.6667E+00", "0006.667" },
86     /*  66 */ { "6.6667e+01", "066.6667", "00066.67", "6.6667E+01", "00066.67" },
87     /*  67 */ { "6.6667e+02", "666.6667", "000666.7", "6.6667E+02", "000666.7" },
88     /*  68 */ { "6.6667e+03", "6666.6667", "00006667", "6.6667E+03", "00006667" },
89     /*  69 */ { "6.6667e+04", "66666.6667", "6.667e+04", "6.6667E+04", "6.667E+04" },
90 };
91
92 static void dofptest(int test, double val, char *width, int prec, int *fail)
93 {
94     char format[80], result[80];
95     int i;
96
97     for (i = 0; i < 5; i++) {
98         char *fspec = NULL;
99         switch (i) {
100         case 0:
101             fspec = "e";
102             break;
103         case 1:
104             fspec = "f";
105             break;
106         case 2:
107             fspec = "g";
108             break;
109         case 3:
110             fspec = "E";
111             break;
112         case 4:
113             fspec = "G";
114             break;
115         }
116
117         if (prec >= 0)
118             BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec,
119                          fspec);
120         else
121             BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec);
122         BIO_snprintf(result, sizeof(result), format, val);
123
124         if (justprint) {
125             if (i == 0) {
126                 printf("    /* %3d */ { \"%s\"", test, result);
127             } else {
128                 printf(", \"%s\"", result);
129             }
130         } else {
131             if (strcmp(fpexpected[test][i], result) != 0) {
132                 printf("Test %d(%d) failed. Expected \"%s\". Got \"%s\". "
133                        "Format \"%s\"\n", test, i, fpexpected[test][i], result,
134                        format);
135                 *fail = 1;
136             }
137         }
138     }
139     if (justprint) {
140         printf(" },\n");
141     }
142 }
143
144 struct z_data_st {
145     size_t value;
146     const char *format;
147     const char *expected;
148 };
149 static struct z_data_st zu_data[] = {
150     { SIZE_MAX, "%zu", (sizeof(size_t) == 4 ? "4294967295"
151                         : sizeof(size_t) == 8 ? "18446744073709551615"
152                         : "") },
153     /*
154      * in 2-complement, the unsigned number divided by two plus one becomes the
155      * smallest possible negative signed number of the corresponding type
156      */
157     { SIZE_MAX / 2 + 1, "%zi", (sizeof(size_t) == 4 ? "-2147483648"
158                                 : sizeof(size_t) == 8 ? "-9223372036854775808"
159                                 : "") },
160     { 0, "%zu", "0" },
161     { 0, "%zi", "0" },
162 };
163
164 static void dozutest(int test, const struct z_data_st *data, int *fail)
165 {
166     char bio_buf[80];
167
168     BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value);
169     if (strcmp(bio_buf, data->expected) != 0) {
170         printf("Test %d failed.  Expected \"%s\".  Got \"%s\". "
171                "Format \"%s\"\n", test, data->expected, bio_buf, data->format);
172         *fail = 1;
173     }
174 }
175
176 int main(int argc, char **argv)
177 {
178     int test = 0;
179     size_t i;
180     int fail = 0;
181     int prec = -1;
182     char *width = "";
183     const double frac = 2.0/3.0;
184     char buf[80];
185
186     if (argc == 2 && strcmp(argv[1], "-expected") == 0) {
187         justprint = 1;
188     }
189
190     CRYPTO_set_mem_debug(1);
191     CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
192
193     /* Tests for floating point format specifiers */
194     for (i = 0; i < 7; i++) {
195         switch (i) {
196         case 0:
197             prec = 4;
198             width = "";
199             break;
200         case 1:
201             prec = 5;
202             width = "";
203             break;
204         case 2:
205             prec = 4;
206             width = "12";
207             break;
208         case 3:
209             prec = 5;
210             width = "12";
211             break;
212         case 4:
213             prec = 0;
214             width = "";
215             break;
216         case 5:
217             prec = -1;
218             width = "";
219             break;
220         case 6:
221             prec = 4;
222             width = "08";
223             break;
224         }
225
226         dofptest(test++, 0.0, width, prec, &fail);
227         dofptest(test++, 0.67, width, prec, &fail);
228         dofptest(test++, frac, width, prec, &fail);
229         dofptest(test++, frac / 1000, width, prec, &fail);
230         dofptest(test++, frac / 10000, width, prec, &fail);
231         dofptest(test++, 6.0 + frac, width, prec, &fail);
232         dofptest(test++, 66.0 + frac, width, prec, &fail);
233         dofptest(test++, 666.0 + frac, width, prec, &fail);
234         dofptest(test++, 6666.0 + frac, width, prec, &fail);
235         dofptest(test++, 66666.0 + frac, width, prec, &fail);
236     }
237
238     /* Test excessively big number. Should fail */
239     if (BIO_snprintf(buf, sizeof(buf), "%f\n", 2 * (double)ULONG_MAX) != -1) {
240         printf("Test %d failed. Unexpected success return from "
241                "BIO_snprintf()\n", test);
242         fail = 1;
243     }
244
245     for (i = 0; i < nelem(zu_data); i++) {
246         dozutest(test++, &zu_data[i], &fail);
247     }
248
249 #if 0
250     for (i = 0; i < nelem(zi_data); i++) {
251         dozitest(test++, &zu_data[i], &fail);
252     }
253 #endif
254
255 #ifndef OPENSSL_NO_CRYPTO_MDEBUG
256     if (CRYPTO_mem_leaks_fp(stderr) <= 0)
257         return 1;
258 # endif
259
260     if (!justprint) {
261         if (fail) {
262             printf("FAIL\n");
263             return 1;
264         }
265         printf ("PASS\n");
266     }
267     return 0;
268 }
269
270