mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 19:37:35 +08:00
* 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.
12 lines
402 B
Plaintext
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 ***
|