Warning, /testsuites/libtests/newlib01/newlib01.doc is written in an unsupported language. File is not indexed.
0001 This file describes the directives and concepts tested by this test set.
0002
0003 test set name: newlib01
0004
0005 directives:
0006
0007 - newlib_create_hook()
0008 - newlib_delete_hook()
0009 - newlib_terminate_hook()
0010
0011 concepts:
0012
0013 - Reopen the standard output stream and ensure that buffered content is
0014 written to the open file during thread termination.
0015 - Ensure that the open file is closed after the write during thread
0016 termination.
0017 - Ensure that all resources are returned to the system using resource
0018 snapshots.
0019 - Check that exit procedures provide proper resource cleanup. Ensure that
0020 a file opened from a worker task--but that is not assigned to a stdio
0021 stream--is not closed during thread termination.
0022 - Check that the state of random number generators is thread-specific, they
0023 are properly initialized, and return the expected sequence for default
0024 seed values.