summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal05/psxsignal05.doc
blob: 9a21333ec7c9fa8258e98b174115a048ce8da3f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#  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:  psxsignal05

directives:

  sigemptyset
  sigaddset
  sigwaitinfo

concepts:


+ Ensure if _POSIX_signals_Clear_signals is called to clear a process wide
  SA_SIGINFO signal which is pending but there is not a queued SA_SIGINFO 
  structure, then things happen correctly.

NOTE: This case may be impossible to hit in real code but until that is
      proven we need to be defensive and protect against it.