Files
rtems/testsuites/sptests/sp62/sp62.scn
T
Joel Sherrill d2861a11a0 2009-07-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add new test to handle the case where
	a region resize frees enough memory to unblock a task.
	* sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
	sp62/sp62.scn: New files.
	* sp61/init.c: Test does not need regions.
2009-07-28 23:49:47 +00:00

12 lines
402 B
Plaintext

*** TEST 62 ***
Init - rtems_task_create Blocker - OK
Init - rtems_task_start Blocker - OK
Init - rtems_task_create Region - OK
Init - rtems_region_get_segment - OK
Init - sleep 1 second for Blocker - OK
Blocker - rtems_region_get_segment - OK
Init - sleep 1 second for Blocker to run again - OK
Blocker - Got memory after resize
Init - successfully resized and unblocked a task
*** END OF TEST 62 ***