summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't work around an lseek POSIX compliance bug on IRIX.Bruno Haible2007-06-021-0/+4
* Work around mingw test failures exposed by m4-1.4.9b.Eric Blake2007-05-311-0/+2
* Explicitly close file descriptors where needed.Bruno Haible2007-05-311-0/+4
* Disable some tests for the moment.Bruno Haible2007-05-301-0/+2
* Assume <config.h> exists.Bruno Haible2007-05-289-27/+9
* Unconditionally include <config.h> in unit tests.Eric Blake2007-05-2891-294/+111
* Tests for module 'ftell'.Bruno Haible2007-05-282-0/+35
* Tests for module 'fseek'.Bruno Haible2007-05-282-0/+35
* Improve lseek module.Eric Blake2007-05-282-7/+75
* Test some types.Bruno Haible2007-05-281-0/+10
* Fix lseek on mingw.Eric Blake2007-05-246-9/+56
* Allow for a longer printed representation of NaN.Bruno Haible2007-05-244-64/+64
* Fix fseeko/ftello on cygwin 1.5.24.Eric Blake2007-05-244-7/+10
* Stricter check for printf result for NaN arguments.Bruno Haible2007-05-224-144/+156
* Avoid test failures on some versions of HP-UX 11.Bruno Haible2007-05-204-72/+144
* Avoid test failures on platforms where -0.0 and 0.0 are identical.Bruno Haible2007-05-197-79/+120
* Avoid test failures on IRIX 6.5.Bruno Haible2007-05-193-76/+0
* Avoid test failures on IRIX 6.5.Bruno Haible2007-05-194-104/+248
* Avoid test failures on mingw.Bruno Haible2007-05-194-8/+12
* Accomodate for implementations that produce 3 exponent digits in %e and %g.Bruno Haible2007-05-194-84/+222
* Add tests for %e and %g directives.Bruno Haible2007-05-184-0/+4256
* More tests of printf %f.Bruno Haible2007-05-188-0/+770
* Renamed test-fprintf-posix.out to test-printf-posix.output.Bruno Haible2007-05-174-4/+4
* Move to test-printf-posix.output.Bruno Haible2007-05-171-43/+0
* Move to here from test-fprintf-posix.out.Bruno Haible2007-05-171-0/+43
* Work around an incorrect implementation of the 0 flag on most platforms.Bruno Haible2007-05-064-8/+528
* Work around lack of support of grouping flag.Bruno Haible2007-05-064-0/+44
* Avoid a test failure on mingw.Bruno Haible2007-05-051-1/+3
* Tests for module 'sleep'.Bruno Haible2007-05-011-0/+47
* Restore #include "progname.h"Sergey Poznyakoff2007-04-301-0/+1
* (usage-indent test): Fix outputSergey Poznyakoff2007-04-301-4/+4
* Guard against vsnprintf implementations that mishandle a size=0 argument.Bruno Haible2007-04-292-2/+12
* UpdateSergey Poznyakoff2007-04-291-6/+20
* Fix option ordering. Test deeply clustered options.Sergey Poznyakoff2007-04-291-7/+112
* Make test a bit easier to debug.Bruno Haible2007-04-291-6/+13
* Better ASSERT macro.Bruno Haible2007-04-2981-82/+887
* freading has an undefined value after repositioning a read-write stream.Bruno Haible2007-04-292-4/+12
* Oops, fix details and comments of last patch.Bruno Haible2007-04-292-4/+8
* Make the tests sharper: also test the interaction with fflush().Bruno Haible2007-04-292-2/+92
* Fix closein for mingw.Eric Blake2007-04-272-0/+87
* Relax test, to avoid failure on mingw.Bruno Haible2007-04-271-1/+3
* Implement freading and fwriting.Eric Blake2007-04-262-0/+222
* On BSD implementations, when we call lseek(), we must also update or disableBruno Haible2007-04-261-0/+14
* * lib/fpurge.c (includes): Use stdlib.h for free.Eric Blake2007-04-251-4/+36
* Tests for module 'ftello'.Bruno Haible2007-04-251-0/+34
* Tests for module 'fseeko'.Bruno Haible2007-04-251-0/+34
* Ensure that <unistd.h> and <fcntl.h> define SEEK_CUR etc.Bruno Haible2007-04-253-0/+9
* Be prepared to a failure of setvbuf.Bruno Haible2007-04-231-7/+11
* Tests for module 'fpurge'.Bruno Haible2007-04-141-0/+78
* Tests for module 'fbufmode'.Bruno Haible2007-04-141-0/+67