[haiku-commits] r41733 - 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 04:00:12 +0200 (CEST)

Author: bonefish
Date: 2011-05-25 04:00:12 +0200 (Wed, 25 May 2011)
New Revision: 41733
Changeset: https://dev.haiku-os.org/changeset/41733

Modified:
   
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/assertions.xml
   
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/coverage.txt
Log:
Removed the assertion as well.


Modified: 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/assertions.xml
===================================================================
--- 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/assertions.xml
       2011-05-25 01:57:46 UTC (rev 41732)
+++ 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/assertions.xml
       2011-05-25 02:00:12 UTC (rev 41733)
@@ -10,12 +10,6 @@
 supports queued signals), then the first such queued signal shall cause a 
 return from sigwait() and the remainder shall remain queued.
   </assertion>
-  <assertion id="3" tag="def:S:42627:42632 pt:CX">
-If prior to the call to sigwait() there are multiple pending instances of a 
-single signal number (and it is implementation-defined that the signal number 
-DOES NOT support queued signals), then there should be no remaining pending
-signals for that signal number.
-  </assertion>
   <assertion id="4" tag="def:S:42632:42633 pt:CX">
 If no signal in 'set' is pending at the time of the call, the thread shall
 be suspended until one or more becomes pending.

Modified: 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/coverage.txt
===================================================================
--- 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/coverage.txt
 2011-05-25 01:57:46 UTC (rev 41732)
+++ 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/coverage.txt
 2011-05-25 02:00:12 UTC (rev 41733)
@@ -3,7 +3,6 @@
 Assertion      Covered?
 1              YES
 2              YES
-3              YES
 4              YES
 5              NOT DONE YET
 6              NOT DONE YET


Other related posts:

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