summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal08/psxsignal08.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxsignal08/psxsignal08.doc')
-rw-r--r--testsuites/psxtests/psxsignal08/psxsignal08.doc22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxsignal08/psxsignal08.doc b/testsuites/psxtests/psxsignal08/psxsignal08.doc
new file mode 100644
index 0000000000..f476996fad
--- /dev/null
+++ b/testsuites/psxtests/psxsignal08/psxsignal08.doc
@@ -0,0 +1,22 @@
+# COPYRIGHT (c) 2019.
+# On-Line Applications Research Corporation (OAR).
+#
+# SPDX-License-Identifier: BSD-2-Clause
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxsignal07
+
+directives:
+
+ sigprocmask
+ sigemptyset
+ sigaddset
+
+concepts:
+
++ Ensure that the initial signal mask is empty (all unmasked).
+
++ Ensure that a Classic API task inherits an empty signal mask.
+
++ Ensure that a Classic API task inherits an non-empty signal mask.