* tests/test-snprintf-posix.h (test_function): Likewise.
* tests/test-sprintf-posix.h (test_function): Likewise.
* tests/test-fprintf-posix.h (test_function): Remove these tests.
+ * tests/test-printf-posix.h (test_function): Likewise.
* tests/test-fprintf-posix.out: Update.
Needed for FreeBSD 6.1.
/* NaN. */
my_printf ("%a %d\n", NaN (), 33, 44, 55);
- /* FLAG_ZERO with infinite number. */
- my_printf ("%010a %d\n", 1.0 / 0.0, 33, 44, 55);
-
- /* FLAG_ZERO with NaN. */
- my_printf ("%010a %d\n", NaN (), 33, 44, 55);
-
/* Test the support of the POSIX/XSI format strings with positions. */
my_printf ("%2$d %1$d\n", 33, 55);