summaryrefslogtreecommitdiff
path: root/regress/misc
AgeCommit message (Expand)Author
2022-12-08Print skipped on non applicable architectures.Anton Lindqvist
2022-08-06remove swblk_t type from sys/types.hSebastien Marie
2021-11-18Remove X11 blt and bltone regress tests. They fail with the currentAlexander Bluhm
2021-11-13Un-hook the X11 tests. The new X server doesn't install libfb anymore.Matthieu Herrb
2021-10-06GCC 4.2.1 does not support nullptr, use traditional NULL.Alexander Bluhm
2021-02-21PATH does not include '.' anymore. Fix the runs test for that situation.Theo Buehler
2021-02-20Enable threads testOtto Moerbeek
2021-02-20A regress test to test concurrent exception handling in threadsOtto Moerbeek
2020-12-16Clean directory recursively only where necessary.Alexander Bluhm
2018-05-03Add a mimimal regress test that runs the open POSIX test suite fromAlexander Bluhm
2018-04-24Test corner cases of few IO and a bunch of UDP network system callsAlexander Bluhm
2019-02-02An extra test that is known to trigger problems with some versions ofOtto Moerbeek
2018-05-03Add posixtestsuite to subdir.Alexander Bluhm
2018-05-03Add a mimimal regress test that runs the open POSIX test suite fromAlexander Bluhm
2018-04-24Add os-test to subdir.Alexander Bluhm
2018-04-24Test corner cases of few IO and a bunch of UDP network system callsAlexander Bluhm
2017-08-10Objective-C has been removed from base, do not test whether compilingAlexander Bluhm
2017-07-29Use linker flags that build and run the test with gcc and clang.Alexander Bluhm
2017-04-17Skip objc tests with clang.Mark Kettenis
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2017-02-07Include <netinet/in.h> to get in_addr_t and in_port_t compiled.Alexander Bluhm
2016-10-09Remove simple UTF-8 tests. Ingo has written propper tests forAlexander Bluhm
2015-12-04tweak wc test to include a nonbreaking spaceTed Unangst
2015-12-04add a test for wc -mTed Unangst
2015-12-02quicky test for cutTed Unangst
2015-12-02add a tiny utf8 test (for tr, failing)Ted Unangst
2014-09-27Fix mmap() calls that check for a result other than MAP_FAILED.Doug Hogan
2013-10-29ino_t is 64 bit nowJonathan Gray
2013-10-28include string.h for memcpy()Jonathan Gray
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.Philip Guenther
2013-10-06Prefer -lpthread over -pthreadPhilip Guenther
2013-07-06implement some simple check that make sure typedefs don't change inMarc Espie
2012-12-23Check proper alignment in destructors too.Mark Kettenis
2012-12-23Hook up the SSE2 alignment tests.Mark Kettenis
2012-12-23Regression test for proper stack alignment for SSE2 instructions.Mark Kettenis
2007-07-23- enable thread support in libobjcKurt Miller
2007-01-28New test for exceptions.Mark Kettenis
2007-01-28Move test in its own directory.Mark Kettenis
2006-02-04Adapt for the fact that Xorg now used standard loadable modules.Mark Kettenis
2005-08-31Add regression test for fbBlt().Mark Kettenis
2005-08-27Provide prototype for the function we actually use.Mark Kettenis
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25Provide prototype for the function we actually use.Mark Kettenis
2005-08-15Add regression test for fbBltOne().Mark Kettenis
2005-04-18Correctly link on static arches.Miod Vallat
2005-03-26Objective-C regress test.Mark Kettenis
2002-12-04Trivial test to see if c++ exceptions work.Artur Grabowski