POSIX test suite related changes by Vasilis Kaoutsis:

* made the output easier to observe
* added the sigsuspend_6-1 test to the package
* made the fork_3-1 test return when it fails
* added output to the pthread_once tests
* other minor cosmetic changes


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25567 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-05-19 23:03:47 +00:00
parent 6ca824a7aa
commit 4e9ac4d14e
58 changed files with 136 additions and 107 deletions
+2
View File
@@ -69,6 +69,8 @@ if [ IsOptionalHaikuImagePackageAdded PosixTestSuite ] {
AddFilesToHaikuImage home posixtestsuite conformance interfaces sigset
: sigset_1-1 sigset_2-1 sigset_3-1 sigset_4-1 sigset_5-1 sigset_6-1
sigset_7-1 sigset_8-1 sigset_9-1 sigset_10-1 ;
AddFilesToHaikuImage home posixtestsuite conformance interfaces sigsuspend
: sigsuspend_6-1 ;
# add pthreads tests
local interfacesDir = home posixtestsuite conformance interfaces ;