forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Add sp60 to exercise case where a task is blocked on one period while another expires. Add sp61 which exercises the case where a call is made to rtems_shutdown_executive when the system is not up. * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc, sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc, sp61/sp61.scn: New files.
26 lines
589 B
Plaintext
26 lines
589 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-2009.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.com/license/LICENSE.
|
|
#
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: sp60
|
|
|
|
directives:
|
|
|
|
rtems_rate_monotonic_create
|
|
rtems_rate_monotonic_period
|
|
|
|
concepts:
|
|
|
|
+ Ensure that when a task is blocked on one period while another period
|
|
expires which is associated with the same task, that the task remains
|
|
blocked.
|