tests/test-vasprintf-posix.c


Log

Author Commit Date CI Message
Bruno Haible ee6d9baa 2007-06-06T02:20:57 Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
Eric Blake c0fea97c 2007-05-28T16:49:41 Unconditionally include <config.h> in unit tests. * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H. * tests/test-allocsa.c, tests/test-arcfour.c, tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c, tests/test-array_list.c, tests/test-array_oset.c, tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c, test-avltreehash_list.c, test-base64.c, test-binary-io.c, test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c, test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c, test-carray_list.c, test-crc.c, test-des.c, test-dirname.c, test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c, test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c, test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c, test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c, test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c, test-iconv.c, test-linked_list.c, test-linkedhash_list.c, test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c, test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c, test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c, test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c, test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c, test-md5.c, test-memmem.c, test-printf-posix.c, test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c, test-read-file.c, test-rijndael.c, test-snprintf-posix.c, test-snprintf.c, test-sprintf-posix.c, test-stdint.c, test-strcasestr.c, test-striconv.c, test-striconveh.c, test-striconveha.c, test-tls.c, test-vasnprintf-posix.c, test-vasnprintf-posix2.c, test-vasnprintf.c, test-vasprintf-posix.c, test-vasprintf.c, test-verify.c, test-vfprintf-posix.c, test-vprintf-posix.c, test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c, test-xvasprintf.c: Likewise.
Bruno Haible dcbb9e70 2007-05-24T10:10:51 Allow for a longer printed representation of NaN.
Bruno Haible 17ccaa9d 2007-05-22T01:07:46 Stricter check for printf result for NaN arguments.
Bruno Haible 90645850 2007-05-20T08:12:26 Avoid test failures on some versions of HP-UX 11.
Bruno Haible e10764b1 2007-05-19T22:57:58 Avoid test failures on platforms where -0.0 and 0.0 are identical.
Bruno Haible b65d227a 2007-05-19T22:22:21 Avoid test failures on IRIX 6.5.
Bruno Haible cf853861 2007-05-19T10:22:11 Accomodate for implementations that produce 3 exponent digits in %e and %g.
Bruno Haible 48e570fe 2007-05-18T23:37:50 Add tests for %e and %g directives.
Bruno Haible 13123792 2007-05-18T22:10:17 More tests of printf %f.
Bruno Haible e9bb2308 2007-05-06T23:02:10 Work around an incorrect implementation of the 0 flag on most platforms.
Bruno Haible 2bb894ab 2007-05-06T15:29:04 Work around lack of support of grouping flag.
Bruno Haible 75d14636 2007-04-29T09:15:13 Better ASSERT macro.
Bruno Haible d6f27950 2007-04-13T16:56:08 Add tests for %f and %F directives.
Bruno Haible f1d7a8f4 2007-04-11T00:24:01 Guard against FreeBSD 6.1 bug.
Bruno Haible 9f88c0b0 2007-04-06T14:36:56 Assume 'long double' exists.
Bruno Haible 473a9b7d 2007-04-05T00:27:44 FreeBSD 6.1 produces different printf output than glibc.
Simon Josefsson 6e2afe5a 2007-03-27T20:18:17 Move vasprintf prototypes to stdio.
Bruno Haible 6136fd62 2007-03-25T19:56:22 Work around a DEC C compiler bug.
Bruno Haible 55cd56d8 2007-03-05T03:20:23 Test a corner case. Exclude two buggy implementations.
Bruno Haible c284d39d 2007-03-05T00:39:01 Tests for module 'vasprintf-posix'.