summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxspin02/psxspin02.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxspin02/psxspin02.doc')
-rw-r--r--testsuites/psxtests/psxspin02/psxspin02.doc25
1 files changed, 0 insertions, 25 deletions
diff --git a/testsuites/psxtests/psxspin02/psxspin02.doc b/testsuites/psxtests/psxspin02/psxspin02.doc
deleted file mode 100644
index 43a871d4a9..0000000000
--- a/testsuites/psxtests/psxspin02/psxspin02.doc
+++ /dev/null
@@ -1,25 +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: psxspin02
-
-directives:
-
- pthread_spin_lock
- pthread_spin_trylock
- pthread_spin_unlock
-
-concepts:
-
-+ Ensure that attempting to obtain a locked spin lock with
- pthread_spin_trylock returns the correct error.
-
-+ Ensure that attempting to release a locked spin lock from a thread which
- did not lock it returns the correct error.