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