[haiku-commits] r41732 - haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 25 May 2011 03:57:46 +0200 (CEST)

Author: bonefish
Date: 2011-05-25 03:57:46 +0200 (Wed, 25 May 2011)
New Revision: 41732
Changeset: https://dev.haiku-os.org/changeset/41732

Removed:
   
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/3-1.c
Log:
Nice test, but unfortunately it is implementation-defined whether in cases
where signal queuing is not required signals are queued nonetheless. Haiku
queues agressively and therefore there are still 3 of the 4 signals pending
after sigwait() returns. Removed the test.



Other related posts:

  • » [haiku-commits] r41732 - haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait - ingo_weinhold