summaryrefslogtreecommitdiffstats
path: root/regress/misc (follow)
Commit message (Collapse)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
| | | | clang using -O0
* 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
| | | | | ports. There is no check whether the tests pass or fail yet. Just run it to stress the kernel and keep the results in the obj directory.
* 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
| | | | | | | and check result. The test suite https://sortix.org/os-test/ is used as a package and run as regress. A html file with results is generated. tests suite suggested by mpi@
* Objective-C has been removed from base, do not test whether compilingbluhm2017-08-103-43/+2
| | | | it works.
* Use linker flags that build and run the test with gcc and clang.bluhm2017-07-293-5/+8
| | | | Add missing #include to fix clang warning.
* 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
| | | | | cut(1) and wc(1). Tests for tr(1) will come when it is UTF-8 ready. OK schwarze@
* tweak wc test to include a nonbreaking spacetedu2015-12-042-2/+2
|
* add a test for wc -mtedu2015-12-042-0/+3
| | | | | (this may not be the best place for these tests. perhaps they all belong in the regular usr.bin hierarchy. for now, keeping them all together.)
* quicky test for cuttedu2015-12-022-0/+7
|
* add a tiny utf8 test (for tr, failing)tedu2015-12-022-0/+3
| | | | more to come?
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-272-6/+6
| | | | ok tedu@
* ino_t is 64 bit nowjsg2013-10-291-1/+1
| | | | ok guenther@
* 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
| | | | | | | | Use useconds_t in the ualarm() declaration. Bump libstdc++ major to be sure there isn't ABI issues. ok deraadt@ jca@ jmc@ millert@ ports testing by landry@
* Prefer -lpthread over -pthreadguenther2013-10-061-2/+2
|
* implement some simple check that make sure typedefs don't change inespie2013-07-064-2/+73
| | | | | | | a bad way on us. Prompted by some recent work on types.h by guenther, to be fleshed out as people require.
* 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
| | | | | | | - disable thread priorities in libobjc to avoid thread starvation issues - major bump lib due to new link dependency on pthread - link objc regress with -pthread Tested on i386/amd64/powerpc/landisk/vax/sparc64/hppa. okay espie@
* 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
| | | | ok david@
* Add regression test for fbBlt().kettenis2005-08-313-2/+66
| | | | permission from deraadt@
* Provide prototype for the function we actually use.kettenis2005-08-271-34/+34
| | | | | KNF. ok deraadt@
* backout unapproved diffderaadt2005-08-271-34/+34
|
* Provide prototype for the function we actually use.kettenis2005-08-251-34/+34
| | | | KNF.
* 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