summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp39/sp39.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-09 17:13:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-10 07:12:55 +0200
commit4984ee4aa227cd9a4e4d3f171ea9317d1bc3e163 (patch)
tree220d66bfa7b6f47236aba68a6737a0da031edba3 /testsuites/sptests/sp39/sp39.doc
parentpsxtests/psxonce01: Use test extension (diff)
downloadrtems-4984ee4aa227cd9a4e4d3f171ea9317d1bc3e163.tar.bz2
sptests/sp39: Convert to sptests/spintrcritical21
Use interrupt critical section test support. Do not print end of test message in case of failure.
Diffstat (limited to 'testsuites/sptests/sp39/sp39.doc')
-rw-r--r--testsuites/sptests/sp39/sp39.doc22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/sptests/sp39/sp39.doc b/testsuites/sptests/sp39/sp39.doc
deleted file mode 100644
index e5b7510cbf..0000000000
--- a/testsuites/sptests/sp39/sp39.doc
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.org/license/LICENSE.
-#
-
-This file describes the directives and concepts tested by this test set.
-
-test set name: sp39
-
-directives:
-
- rtems_event_receive
- rtems_event_send
-
-concepts:
-
-+ Ensure that the interrupt critical section for sending an event from an
- ISR while the receiving task is in the process of blocking with and withing
- timeout is handled properly.