summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical06/spintrcritical06.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spintrcritical06/spintrcritical06.doc')
-rw-r--r--testsuites/sptests/spintrcritical06/spintrcritical06.doc28
1 files changed, 0 insertions, 28 deletions
diff --git a/testsuites/sptests/spintrcritical06/spintrcritical06.doc b/testsuites/sptests/spintrcritical06/spintrcritical06.doc
deleted file mode 100644
index 6100a91218..0000000000
--- a/testsuites/sptests/spintrcritical06/spintrcritical06.doc
+++ /dev/null
@@ -1,28 +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: spintrcritical06
-
-directives:
-
- _Thread_queue_Enqueue_priority
- - interrupt synchronization
- rtems_task_restart
- _Thread_queue_Extract_priority
-
-concepts:
-
-+ Ensure that removing the "search task" from the thread queue while we
- are looping and enqueuing another works as expected. This case is where
- the TCB we are using as a current pointer is removed from the thread queue
- when we flash interrupts WHILE SEARCHING FORWARD.
-
-NOTE: There is no way to know this case is hit from a test perspective. The
- test just runs and we check the coverage report.