Back to home page

LXR

 
 

    


Warning, /testsuites/psxtests/psxinttypes01/psxinttypes01.doc is written in an unsupported language. File is not indexed.

0001 This File describes the concepts tested by this test suite.
0002 
0003 inttypes.h - fixed size integer types
0004 
0005 test suite name: PSXINTTYPE 01
0006 
0007 - Checks for invalid base value
0008 
0009 - Checks for Strtoimax Testcases
0010         - checks for output for string having a positive number
0011         - checks for output for string having a negative number
0012         - checks for output for string having a positive number - Number Out of Range
0013         - checks for output for string having a negative number - Number Out of Range
0014         - checks for final string pointed by endptr
0015         - checks for output for invalid argument - Invalid Base
0016 
0017 - Checks for Strtoumax Test Cases
0018         - checks for output for string having a positive number
0019         - checks for output for string having a negative number
0020         - checks for output for string having a positive number - Number Out of Range
0021         - checks for output for string having a negative number - Number Out of Range
0022         - checks for final string pointed by endptr
0023         - checks for output for invalid argument - Invalid Base
0024 
0025 - Checks for Wcstoimax Testcases
0026         - checks for output for string having a positive number
0027         - checks for output for string having a negative number
0028         - checks for output for string having a positive number - Number Out of Range
0029         - checks for output for string having a negative number - Number Out of Range
0030         - checks for final string pointed by endptr
0031         - checks for output for invalid argument - Invalid Base
0032 
0033 - Checks for Wcstoumax Testcases
0034         - checks for output for string having a positive number
0035         - checks for output for string having a negative number
0036         - checks for output for string having a positive number - Number Out of Range
0037         - checks for output for string having a negative number - Number Out of Range
0038         - checks for final string pointed by endptr
0039         - checks for output for invalid argument - Invalid Base
0040 
0041 - Checks for imaxabs Testcases
0042         - checks for output with an input with any negative number
0043         - checks for output with an input with any positive number
0044 
0045 - Checks for imaxdiv Testcases
0046         - checks for the output quotient and remainder with input with positive numbers
0047