NetBSD/regress/lib
mrg e3dc1c5e34 make this test actually work:
- posix_memalign() does not set errno, it returns 0 or an error number
  (maybe a jemalloc() vs. phkmalloc() issue, but also how the opengroup
  documents it.)
- since "align" must be >= sizeof(void *), expect to fail align=4 on
  LP64 systems.
- while i'm here, add a test for align=2 failing everywhere.
2010-01-26 22:14:01 +00:00
..
csu Don't corrupt %r4 - it's a callee save. 2009-01-26 18:39:47 +00:00
libc make this test actually work: 2010-01-26 22:14:01 +00:00
libdes
libm humble beginnings of regression tests for libm functions: test for 2007-08-21 19:52:36 +00:00
libposix Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
libprop make this compile again from Stathis Kamperis 2008-05-25 20:47:30 +00:00
libpthread add a test which exercises libpthread's ability to remember the 2009-04-02 12:58:44 +00:00
librt
libskey Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
libutil Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
Makefile remove libevent (uses ATF tests now) 2009-11-02 15:44:12 +00:00
Makefile.inc