summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/newlib01/newlib01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/newlib01/newlib01.doc')
-rw-r--r--testsuites/libtests/newlib01/newlib01.doc7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/libtests/newlib01/newlib01.doc b/testsuites/libtests/newlib01/newlib01.doc
index 0982bb5d33..2bf5959506 100644
--- a/testsuites/libtests/newlib01/newlib01.doc
+++ b/testsuites/libtests/newlib01/newlib01.doc
@@ -10,4 +10,9 @@ directives:
concepts:
- - Ensure that the Newlib hooks works as expected.
+ - 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.