summaryrefslogtreecommitdiffstats
path: root/regress/misc
AgeCommit message (Expand)AuthorFilesLines
2021-02-21PATH does not include '.' anymore. Fix the runs test for that situation.tb1-2/+2
2021-02-20Enable threads testotto1-1/+1
2021-02-20A regress test to test concurrent exception handling in threadsotto2-0/+63
2020-12-16Clean directory recursively only where necessary.bluhm2-4/+6
2019-02-02An extra test that is known to trigger problems with some versions ofotto3-1/+29
2018-05-03Add posixtestsuite to subdir.bluhm1-2/+2
2018-05-03Add a mimimal regress test that runs the open POSIX test suite frombluhm1-0/+25
2018-04-24Add os-test to subdir.bluhm1-2/+2
2018-04-24Test corner cases of few IO and a bunch of UDP network system callsbluhm1-0/+26
2017-08-10Objective-C has been removed from base, do not test whether compilingbluhm3-43/+2
2017-07-29Use linker flags that build and run the test with gcc and clang.bluhm3-5/+8
2017-04-17Skip objc tests with clang.kettenis1-2/+8
2017-02-25Add missing includes to avoid implicit function declarations.jsg1-1/+2
2017-02-07Include <netinet/in.h> to get in_addr_t and in_port_t compiled.bluhm1-1/+2
2016-10-09Remove simple UTF-8 tests. Ingo has written propper tests forbluhm6-13/+0
2015-12-04tweak wc test to include a nonbreaking spacetedu2-2/+2
2015-12-04add a test for wc -mtedu2-0/+3
2015-12-02quicky test for cuttedu2-0/+7
2015-12-02add a tiny utf8 test (for tr, failing)tedu2-0/+3
2014-09-27Fix mmap() calls that check for a result other than MAP_FAILED.doug2-6/+6
2013-10-29ino_t is 64 bit nowjsg1-1/+1
2013-10-28include string.h for memcpy()jsg2-2/+4
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther1-1/+1
2013-10-06Prefer -lpthread over -pthreadguenther1-2/+2
2013-07-06implement some simple check that make sure typedefs don't change inespie4-2/+73
2012-12-23Check proper alignment in destructors too.kettenis2-4/+18
2012-12-23Hook up the SSE2 alignment tests.kettenis1-2/+2
2012-12-23Regression test for proper stack alignment for SSE2 instructions.kettenis6-0/+72
2007-07-23- enable thread support in libobjckurt1-2/+2
2007-01-28New test for exceptions.kettenis6-1/+45
2007-01-28Move test in its own directory.kettenis3-6/+9
2006-02-04Adapt for the fact that Xorg now used standard loadable modules.kettenis2-4/+6
2005-08-31Add regression test for fbBlt().kettenis3-2/+66
2005-08-27Provide prototype for the function we actually use.kettenis1-28/+28
2005-08-27backout unapproved diffderaadt1-28/+28
2005-08-25Provide prototype for the function we actually use.kettenis1-28/+28
2005-08-15Add regression test for fbBltOne().kettenis4-2/+72
2005-04-18Correctly link on static arches.miod1-4/+4
2005-03-26Objective-C regress test.kettenis3-2/+37
2002-12-04Trivial test to see if c++ exceptions work.art3-0/+32