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

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 7 Jun 2011 21:36:26 +0200 (CEST)

Author: bonefish
Date: 2011-06-07 21:36:25 +0200 (Tue, 07 Jun 2011)
New Revision: 42021
Changeset: https://dev.haiku-os.org/changeset/42021

Removed:
   
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/8-2.c
Modified:
   
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/coverage.txt
Log:
Removed bogus test. It is not specified which clock IDs are negative, so
testing arbitrary values isn't useful.


Modified: 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/coverage.txt
===================================================================
--- 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/coverage.txt
   2011-06-07 19:24:17 UTC (rev 42020)
+++ 
haiku/branches/developer/bonefish/signals/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/coverage.txt
   2011-06-07 19:36:25 UTC (rev 42021)
@@ -8,7 +8,7 @@
 5              NO - process clocks not part of implementation under test
 6              YES
 7              YES
-8              YES
+8              NO - impossible to reliably guess invalid clock IDs
 
 *Note:  To run against current implementation, I have to add in a line:
 #include "/usr/src/linux/Documentation/high-res-timers/lib/posix_time.h"


Other related posts:

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