summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/newlib01/newlib01.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 11:01:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 11:01:04 +0200
commit4030cccfef9b6a600e23cd9bb2ff074cc0a86b73 (patch)
tree17affc4280482bb9f4a01025cf42e7c96ecbefb3 /testsuites/libtests/newlib01/newlib01.doc
parentsmptests/smpfatal08: Fix link error (diff)
downloadrtems-4030cccfef9b6a600e23cd9bb2ff074cc0a86b73.tar.bz2
tests: Add documentation
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.