summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/newlib01/newlib01.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Newlib01: Add tests for rand() and lrand48()Matt Joyce2022-06-091-0/+3
| | | | | | Check that the state of rand() and lrand48() is thread-specific, that they are properly initialized, and return the expected sequence of pseudo-random numbers for default seed values.
* newlib01: Added tests for exit proceduresMatt Joyce2022-03-311-1/+4
| | | | | | Added tests for exit procedures to ensure proper resource cleanup. The test now checks cleanup for files assigned to stdio streams and non-stdio streams.
* tests: Add documentationSebastian Huber2014-09-011-1/+6
|
* libtests/newlib01: New testSebastian Huber2014-04-011-0/+13