summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Explain reason for skipping tests.Bruno Haible2008-09-262-2/+4
* Tests for module 'sigpipe'.Bruno Haible2008-09-262-0/+100
* implement full-blown select(2) for winsockPaolo Bonzini2008-09-241-2/+350
* Ensure that a filename ending in a slash cannot be used to access a non-direc...Bruno Haible2008-09-242-0/+2
* c-stack: avoid compiler optimizations when provoking overflowEric Blake2008-09-231-7/+15
* add sockets wrappersPaolo Bonzini2008-09-231-1/+1
* downgrade minimum needed Winsock version for test-poll.cPaolo Bonzini2008-09-231-1/+1
* test-perror.sh (tmpfiles): Cleanup temporary files on success.Simon Josefsson2008-09-231-0/+1
* Tweak skip message.Bruno Haible2008-09-222-2/+2
* Allow 3-digit exponents in %e and %g results on 'long double'.Bruno Haible2008-09-214-84/+228
* Remove useless ASSERTs.Bruno Haible2008-09-212-30/+0
* Ensure that wint_t gets defined on IRIX 5.3.Bruno Haible2008-09-202-1/+8
* allow non-blocking connect to succeed, as it does on OpenBSDPaolo Bonzini2008-09-161-8/+4
* avoid spurious test failure when library is built without ACL supportJim Meyering2008-09-162-0/+12
* tests: avoid some compiler warningsEric Blake2008-09-152-5/+6
* New function fstrcmp_bounded.Ralf Wildenhues2008-09-141-2/+27
* Tests for module 'perror'.Bruno Haible2008-09-142-0/+60
* Extend strerror to cover the added errno values.Bruno Haible2008-09-141-0/+9
* Remove module EOVERFLOW.Bruno Haible2008-09-141-32/+0
* Tests for module 'errno'.Bruno Haible2008-09-141-0/+117
* Change the test for native Windows.Bruno Haible2008-09-131-3/+7
* fix test-poll compilation failure on CygwinPaolo Bonzini2008-09-121-1/+1
* port poll tests to WindowsPaolo Bonzini2008-09-121-8/+11
* add a minimal testsuite for the poll modulePaolo Bonzini2008-09-121-0/+372
* bitrotate: Test 8/16-bit rotates with 0 and maximum rotate amounts.Simon Josefsson2008-09-081-0/+8
* Check behaviour when converting from UTF-7.Bruno Haible2008-09-071-0/+74
* getdate.y: reject an out-of-range timezone valueOndřej Vašík2008-09-041-0/+62
* bitrotate: Code improvements.Simon Josefsson2008-09-021-2/+2
* bitrotate: Add 64-bit rotates.Simon Josefsson2008-09-021-0/+195
* vasnprintf-posix: handle large precision via %.*dEric Blake2008-09-024-0/+50
* Work around bug with trailing slash on Solaris 9 and HP-UX 11.00.Bruno Haible2008-08-301-0/+2
* Add bitrotate module.Simon Josefsson2008-08-291-0/+91
* Complete test of uc_width results.Bruno Haible2008-08-242-0/+426
* test-lock, test-tls: mention why a test is skippedEric Blake2008-08-222-0/+6
* test-c-stack: fix compilation failure on FreeBSD 5.0Eric Blake2008-08-191-0/+4
* strverscmp: migrate from "strverscmp.h" to <string.h>Eric Blake2008-08-191-1/+1
* strverscmp: add unit testEric Blake2008-08-191-0/+56
* Move the lock and tls source files into a subdirectory.Bruno Haible2008-08-142-4/+4
* test-c-stack: avoid C99-ismEric Blake2008-08-111-8/+8
* Work around bug of HP-UX 10.20 cc with -0.0 literal.Bruno Haible2008-08-0123-73/+185
* test-strtod: allow compilation without -lmEric Blake2008-07-301-2/+5
* Add isinf module.Ben Pfaff2008-07-251-0/+249
* Test must fail if libsigsegv could not distinguish stack overflow and crash.Bruno Haible2008-07-211-3/+10
* Make c-stack use libsigsegv, when available.Eric Blake2008-07-171-1/+1
* c-stack: Expose false positives when not using libsigsegv.Eric Blake2008-07-162-6/+42
* Add isnan module.Ben Pfaff2008-07-121-0/+228
* Add isnanf module.Ben Pfaff2008-07-123-60/+98
* Add isnand module.Ben Pfaff2008-07-123-57/+97
* Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.Ben Pfaff2008-07-1215-16/+16
* getdate.y: do not ignore TZ with relative day, month or year offsetOndřej Vašík2008-07-031-0/+13