summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp50/sp50.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-21 15:42:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-21 15:42:52 +0000
commit8abaa16177ea7de1e9862695285e09bc26e354f2 (patch)
tree1ebd1dbfe24afb3dc8551f7b4e668263c24e5509 /testsuites/sptests/sp50/sp50.doc
parent2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8abaa16177ea7de1e9862695285e09bc26e354f2.tar.bz2
2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1413/cpukit * Makefile.am, configure.ac: Add test for case where server based timers which reinitiated themselves did not get reinserted onto timer chain. * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc, sp50/sp50.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp50/sp50.doc23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/sptests/sp50/sp50.doc b/testsuites/sptests/sp50/sp50.doc
new file mode 100644
index 0000000000..2e755dbfc0
--- /dev/null
+++ b/testsuites/sptests/sp50/sp50.doc
@@ -0,0 +1,23 @@
+#
+# $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: sp50
+
+directives:
+
+ rtems_timer_initiate_server
+ rtems_timer_server_fire_after
+
+concepts:
+
++ Ensure that a server based timer can repeatedly schedule itself to fire.