summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/newlib01/newlib01.doc
blob: 2bf5959506026e8d29aad459512d79f47bc131cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This file describes the directives and concepts tested by this test set.

test set name: newlib01

directives:

  - newlib_create_hook()
  - newlib_delete_hook()
  - newlib_terminate_hook()

concepts:

  - Reopen the standard output stream and ensure that buffered content is
    written to the open file during thread termination.
  - Ensure that the open file is closed after the write during thread
    termination.
  - Ensure that all resources are returned to the system using resouce
    snapshots.