From 5bbc204431e8b2fbec5b06e38434031ed92e1d5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Mar 2011 16:33:04 +0000 Subject: 2011-03-16 Jennifer Averett PR 1743/cpu * Makefile.am, configure.ac, spsize/size.c: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. This scheduler serves both as an example and as a lighter weight implementation for smaller systems. * spsimplesched01/.cvsignore, spsimplesched01/Makefile.am, spsimplesched01/init.c, spsimplesched01/spsimplesched01.doc, spsimplesched01/spsimplesched01.scn, spsimplesched02/.cvsignore, spsimplesched02/Makefile.am, spsimplesched02/init.c, spsimplesched02/spsimplesched02.doc, spsimplesched02/spsimplesched02.scn, spsimplesched03/.cvsignore, spsimplesched03/Makefile.am, spsimplesched03/init.c, spsimplesched03/spsimplesched03.doc, spsimplesched03/spsimplesched03.scn: New files. --- .../sptests/spsimplesched03/spsimplesched03.doc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 testsuites/sptests/spsimplesched03/spsimplesched03.doc (limited to 'testsuites/sptests/spsimplesched03/spsimplesched03.doc') diff --git a/testsuites/sptests/spsimplesched03/spsimplesched03.doc b/testsuites/sptests/spsimplesched03/spsimplesched03.doc new file mode 100644 index 0000000000..9d60c4b61a --- /dev/null +++ b/testsuites/sptests/spsimplesched03/spsimplesched03.doc @@ -0,0 +1,22 @@ +# +# $Id$ +# +# COPYRIGHT (c) 2011. +# 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: spsimplesched03 + +directives: + + rtems_timer_initiate_server + +concepts: + ++ The purpose of this test is to exercise paths in the Simple Scheduler. + It exercises the preemption of the zero priority Timer Server. -- cgit v1.2.3