summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo03/spfifo03.doc
blob: c62b2e513976b10e8f576da296ff6354f6f37a09 (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
#  COPYRIGHT (c) 1989-1999.
#  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.

Configuration:

- Pipes enabled
- Resources available >= Resources required
  - Semaphores, pipes, barriers etc.

Coverage concepts:

- Main task also acts as the write task
- Main task creates another task: for reading
- Write task is responsible for writing to the pipe and the read task
  reads from the pipe
- The pipe is opened twice, such that the write task blocks on open 
  once and the read task blocks on open the 2nd time