summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spprivenv01/spprivenv01.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spprivenv01/spprivenv01.scn')
-rw-r--r--testsuites/sptests/spprivenv01/spprivenv01.scn15
1 files changed, 6 insertions, 9 deletions
diff --git a/testsuites/sptests/spprivenv01/spprivenv01.scn b/testsuites/sptests/spprivenv01/spprivenv01.scn
index b95832ced2..1b71be185b 100644
--- a/testsuites/sptests/spprivenv01/spprivenv01.scn
+++ b/testsuites/sptests/spprivenv01/spprivenv01.scn
@@ -1,17 +1,14 @@
-*** TEST USER ENVIRONMENT ROUTINE - 01 ***
+*** BEGIN OF TEST SPPRIVENV 1 ***
Init - allocating most of heap -- OK
Init - attempt to reset env - expect RTEMS_NO_MEMORY
Init - freeing the allocated memory
Init - allocating most of workspace memory
-Init - attempt to reset env - expect RTEMS_NO_MEMORY
+Init - attempt to reset env - expect RTEMS_TOO_MANY
Init - freeing the workspace memory
+Init - Attempt to get a private environment
Init - creating a task name and a task -- OK
Init - starting the task_routine, to set its private environment
-Init - attempt to share the env with another task -- Expect error
task_routine - setting up a private environment
-Init - attempt to share the env with another task -- OK
-Init - Get current task id
-Init - Attempt to reset current task's environment
-Init - attempt to share the env with another task -- OK
-Init - attempt to share with self -- OK
-*** END OF TEST USER ENVIRONMENT ROUTINE - 01 ***
+Init - Check current private environment. Should be same as before.
+Init - Reset to global environment
+*** END OF TEST SPPRIVENV 1 ***