hung tests using the exit code of the alarm signal. Fix more clang
printf format security warnings. Fix clang time_t, rlim_t, pthread_t
printf format warnings. Fix gcc uninitialized variable and array
size warnings.
installed posixtestsuite package to execute buildonly test files.
Call log files *.build.log and *.run.log to make mime type configuration
of web server simpler. Fix creation of html file with multiple
columns for consecutive test days.
that converts the test results into a html document. Ship the build
log so that compiler and linker errors can be reported. Rework
installing the source files so that they are complete. Install the
buildonly programs. Copy source files and logs to result directory
for better reports. Use colon consistently as separator in build
log.
OK pirofti@
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.