summaryrefslogtreecommitdiffstats
path: root/regress/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* PATH does not include '.' anymore. Fix the runs test for that situation.tb2021-02-211-2/+2
* Enable threads testotto2021-02-201-1/+1
* A regress test to test concurrent exception handling in threadsotto2021-02-202-0/+63
* Clean directory recursively only where necessary.bluhm2020-12-162-4/+6
* An extra test that is known to trigger problems with some versions ofotto2019-02-023-1/+29
* Add posixtestsuite to subdir.bluhm2018-05-031-2/+2
* Add a mimimal regress test that runs the open POSIX test suite frombluhm2018-05-031-0/+25
* Add os-test to subdir.bluhm2018-04-241-2/+2
* Test corner cases of few IO and a bunch of UDP network system callsbluhm2018-04-241-0/+26
* Objective-C has been removed from base, do not test whether compilingbluhm2017-08-103-43/+2
* Use linker flags that build and run the test with gcc and clang.bluhm2017-07-293-5/+8
* Skip objc tests with clang.kettenis2017-04-171-2/+8
* Add missing includes to avoid implicit function declarations.jsg2017-02-251-1/+2
* Include <netinet/in.h> to get in_addr_t and in_port_t compiled.bluhm2017-02-071-1/+2
* Remove simple UTF-8 tests. Ingo has written propper tests forbluhm2016-10-096-13/+0
* tweak wc test to include a nonbreaking spacetedu2015-12-042-2/+2
* add a test for wc -mtedu2015-12-042-0/+3
* quicky test for cuttedu2015-12-022-0/+7
* add a tiny utf8 test (for tr, failing)tedu2015-12-022-0/+3
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-272-6/+6
* ino_t is 64 bit nowjsg2013-10-291-1/+1
* include string.h for memcpy()jsg2013-10-282-2/+4
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-241-1/+1
* Prefer -lpthread over -pthreadguenther2013-10-061-2/+2
* implement some simple check that make sure typedefs don't change inespie2013-07-064-2/+73
* Check proper alignment in destructors too.kettenis2012-12-232-4/+18
* Hook up the SSE2 alignment tests.kettenis2012-12-231-2/+2
* Regression test for proper stack alignment for SSE2 instructions.kettenis2012-12-236-0/+72
* - enable thread support in libobjckurt2007-07-231-2/+2
* New test for exceptions.kettenis2007-01-286-1/+45
* Move test in its own directory.kettenis2007-01-283-6/+9
* Adapt for the fact that Xorg now used standard loadable modules.kettenis2006-02-042-4/+6
* Add regression test for fbBlt().kettenis2005-08-313-2/+66
* Provide prototype for the function we actually use.kettenis2005-08-271-34/+34
* backout unapproved diffderaadt2005-08-271-34/+34
* Provide prototype for the function we actually use.kettenis2005-08-251-34/+34
* Add regression test for fbBltOne().kettenis2005-08-154-2/+72
* Correctly link on static arches.miod2005-04-181-4/+4
* Objective-C regress test.kettenis2005-03-263-2/+37
* Trivial test to see if c++ exceptions work.art2002-12-043-0/+32