summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2006-08-12add regression test for stresep.christos
2006-07-27add servent back.christos
2006-07-27Improve the test to test all the functions and not the re-entrant copies.christos
2006-05-28Test program for some basic proplib functionality. Not hooked up to thethorpej
2006-05-23Coverity CID 829: Possible dereference of NULL pointer.jnemeth
2006-05-17Add regression tests from PR/24324 by Arne H Juulchristos
2006-05-12sprinkle some (char *) to pacify GCC4.mrg
2006-05-10include <string.h>, <stdio.h> and <stdlib.h> as appropriate.mrg
2006-04-18Copy sysconf(_SC_SEMAPHORES) test from regress/lib/librt/sem/sem.csimonb
2006-04-13replaced by FreeBSD version wcstod(3) for make it worktnozaki
2006-04-12The manual for open(2) says that -1 indicate a failure, not 0. And Icube
2006-03-21link against libmdrochner
2006-03-20Use sig_atomic_tchristos
2006-03-17This test is highly dependend on local configuration - note somemartin
2006-03-16Refactor this test suite for v4-only and dual-stack hosts.rpaulo
2006-02-28Add a printf regression test; for now covering lib/32951.kleink
2006-02-21test some basic operations with subnomal numbersdrochner
2006-02-20fix pasto in commentdrochner
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-06Add memcpy test.ross
2005-12-02Make messages more useful.is
2005-12-01Ensure that thread context switches will leave the floating pointis
2005-11-25test for new functions.christos
2005-10-20also check a double argument to isnan(), and whetherdrochner
2005-10-13add wcsncpy test.tnozaki
2005-10-13wcsncpy - SUSv6: if s2 is shorter than n, s1 should be filled with L'\0' unti...tnozaki
2005-08-29don't rely on undocumented behaviour: we don't know which threaddrochner
2005-08-29rely a bit less on undocumented behaviour: we don't know which threaddrochner
2005-07-2710 seconds is more than enough time to wait.christos
2005-07-26Add another regression test.christos
2005-07-16Oops, don't include an extra bonus deadlock.nathanw
2005-07-16Add once3 test.nathanw
2005-07-16Add a test for pthread_once() calling a function which is cancelled,nathanw
2005-04-27Add a test for 4 char key and value insert on a 65536 bucket size hash.christos
2005-04-19Add sleep1 test.nathanw
2005-04-19Add a regression test for sleeping past the time when time_t wraps; thenathanw
2005-04-17update to libevent-1.0c. This includes support for event priorities,provos
2005-03-27Make sure that sign extension does not happen when we convert to widechristos
2005-03-27Descend into mbtowcchristos
2005-03-27Descend into citrus.christos
2005-03-26Compile with -DOPENSSL_FIPSchristos
2005-03-15Add jtc's regression tests. I decided to split them finally to follow suit.christos
2005-03-13add regression tests for memmem(3)perry
2005-03-13move swab regression test to subdirperry
2005-03-09Add -lcrypt where -lcrypto is specified.christos
2005-03-09Add -lcrypt where -lcrypto is specified.christos
2005-03-05sig_atomic_t isn't necessarily compatible with the %d printf format,he
2005-03-05Add a -v (verbose) flagdsl
2005-03-05Field width has to be int - ptrdiff_t might be something larger.martin
2005-03-04Add regression tests for strptime()dsl