Print skipped on non applicable architectures.
remove swblk_t type from sys/types.h- it is currently unused (except in some regress)- it is non-standard- it shouldn't have been visible in first placeok jca@ mpi@ todd@ deraadt@
Remove X11 blt and bltone regress tests. They fail with the currentX server and have been unlinked from the build. Converting thetests from libfb to libwfb could be possible, but nobody is workin
Remove X11 blt and bltone regress tests. They fail with the currentX server and have been unlinked from the build. Converting thetests from libfb to libwfb could be possible, but nobody is workingon that.OK matthieu@ kettenis@
show more ...
Un-hook the X11 tests. The new X server doesn't install libfb anymore.ok kettenis@, anton@
GCC 4.2.1 does not support nullptr, use traditional NULL.Linker requires explicit libpthread.
PATH does not include '.' anymore. Fix the runs test for that situation.
Enable threads test
A regress test to test concurrent exception handling in threads
Clean directory recursively only where necessary.
An extra test that is known to trigger problems with some versions ofclang using -O0
Add posixtestsuite to subdir.
Add a mimimal regress test that runs the open POSIX test suite fromports. There is no check whether the tests pass or fail yet. Justrun it to stress the kernel and keep the results in the obj dir
Add a mimimal regress test that runs the open POSIX test suite fromports. There is no check whether the tests pass or fail yet. Justrun it to stress the kernel and keep the results in the obj directory.
Add os-test to subdir.
Test corner cases of few IO and a bunch of UDP network system callsand check result. The test suite https://sortix.org/os-test/ is used as a package and run as regress. A html file with results
Test corner cases of few IO and a bunch of UDP network system callsand check result. The test suite https://sortix.org/os-test/ is used as a package and run as regress. A html file with results isgenerated.tests suite suggested by mpi@
Objective-C has been removed from base, do not test whether compilingit works.
Use linker flags that build and run the test with gcc and clang.Add missing #include to fix clang warning.
Skip objc tests with clang.
Add missing includes to avoid implicit function declarations.
Include <netinet/in.h> to get in_addr_t and in_port_t compiled.
Remove simple UTF-8 tests. Ingo has written propper tests forcut(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 space
add a test for wc -m(this may not be the best place for these tests. perhaps they all belongin the regular usr.bin hierarchy. for now, keeping them all together.)
quicky test for cut
add a tiny utf8 test (for tr, failing)more to come?
Fix mmap() calls that check for a result other than MAP_FAILED.ok tedu@
12