summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal03/psxsignal03.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 18:31:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-29 18:31:20 +0000
commit2ad8f85825189ddddfcdae122bb442c05bd44dfa (patch)
tree657ec4790f0aedbca0505416cc8f22880dbfea9a /testsuites/psxtests/psxsignal03/psxsignal03.doc
parent2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2ad8f85825189ddddfcdae122bb442c05bd44dfa.tar.bz2
2009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test to address cases where a thread is waiting on a signal (sigwait) and we send it. Also address case where there are too many queued signals. * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxsignal03/psxsignal03.doc31
1 files changed, 31 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxsignal03/psxsignal03.doc b/testsuites/psxtests/psxsignal03/psxsignal03.doc
new file mode 100644
index 0000000000..2e06dd4b72
--- /dev/null
+++ b/testsuites/psxtests/psxsignal03/psxsignal03.doc
@@ -0,0 +1,31 @@
+#
+# $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: psxsignal03
+
+directives:
+
+ sigemptyset
+ sigaddset
+ pthread_sigmask
+ sigwaitinfo
+ sigaction
+ pthread_create
+ kill
+ kill
+
+concepts:
+
++ Ensure the the algorithm in killinfo.c which decides which
+ thread waiting on a signal is given a process wide signal to
+ dispatch.