Files
rtems/testsuites/sptests/sp45/sp45.scn
Joel Sherrill a88e2dd030 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1347/cpukit
	* Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
	Rework Timer Server to ensure that the context allows for blocking,
	allocating memory, and acquiring semaphores and mutexes.
	* sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
	New files.
2008-12-03 20:59:49 +00:00

16 lines
442 B
Plaintext

*** TEST 45 ***
INIT - rtems_timer_create - creating timer 1
INIT - timer 1 has id (0x12010001)
INIT - rtems_timer_create - creating timer 2
INIT - timer 2 has id (0x12010002)
TA1 - rtems_timer_server_fire_after - timer 1 in 1 seconds
TA1 - rtems_task_wake_after - 2 second
TSR: calling malloc
TSR: calling free
TSR: delaying with rtems_task_wake_after
TSR appears to have executed OK
TA1 - timer_deleting - timer 1
*** END OF TEST 45 ***