Hi, I would like to run the POSIX test suite within OpenBSD regress. The easiest way to import and compile the tests seems to be a port. Note that there are a lot of C tests that do not compile. The build error is not fatal, it generates just a log messages.
The package contains the sources, the build output and the successfully created test binaries. This allows run the tests and post process the results. Comment: open POSIX test suite Description: The Open POSIX Test Suite is a test suite for POSIX 2001 APIs, not tied to specific implementations. It provides conformance, functional, and stress testing. Initial focus is on Threads, Clocks & Timers, Signals, Message Queues, and Semaphores. To run POSIX test suite on a regular basis as a OpenBSD regression test, compile the software as a port. All files needed to run the tests are installed as package. The port specific tool posixtestsuite creates a run time environment, runs the tests, and stores the results in the current directory. ok? bluhm
posixtestsuite.tgz
Description: application/tar-gz