Home | History | Annotate | Download | only in clock
      1 This document defines the coverage for the clock() function.
      2 
      3 Assertion	Covered?
      4 1		YES
      5 2		YES
      6 3		WON'T
      7 4		YES
      8 5		WON'T
      9 
     10 ERRORS
     11 ======
     12 1 is failing on test implementation.  It appears clock() is always returning 0.
     13 
     14 WON'T TEST
     15 ==========
     16 3 - Will not test the error values of clock() because it is unknown how to
     17     cause these errors to happen.
     18 5 - Cannot test that clock() can wrap because it is unknown which
     19     implementations it will wrap in.
     20