source: rtems/testsuites/sptests/spprivenv01/spprivenv01.scn @ 85433b5

4.115
Last change on this file since 85433b5 was 85433b5, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/10 at 22:28:51

2010-07-29 Bharath Suri <bharath.s.jois@…>

PR 1621/testing

  • Makefile.am, configure.ac: Improve coverage of private environment.
  • spprivenv01/.cvsignore, spprivenv01/Makefile.am, spprivenv01/init.c, spprivenv01/spprivenv01.doc, spprivenv01/spprivenv01.scn: New files.
  • Property mode set to 100644
File size: 805 bytes
Line 
1*** TEST USER ENVIRONMENT ROUTINE - 01 ***
2Init - allocating most of heap -- OK
3Init - attempt to reset env - expect RTEMS_NO_MEMORY
4Init - freeing the allocated memory
5Init - allocating most of workspace memory
6Init - attempt to reset env - expect RTEMS_NO_MEMORY
7Init - freeing the workspace memory
8Init - creating a task name and a task -- OK
9Init - starting the task_routine, to set its private environment
10Init - attempt to share the env with another task -- Expect error
11task_routine - setting up a private environment
12Init - attempt to share the env with another task -- OK
13Init - Get current task id
14Init - Attempt to reset current task's environment
15Init - attempt to share the env with another task -- OK
16Init - attempt to share with self -- OK
17*** END OF TEST USER ENVIRONMENT ROUTINE - 01 ***
Note: See TracBrowser for help on using the repository browser.