From a5e620e89d70794cf80a1b77965e6a3ab4127daa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Jul 2009 20:26:45 +0000 Subject: 2009-07-08 Joel Sherrill * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c, sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated as sp27a and test flushing both counting and binary semaphores. Reformatted. * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc, sp27a/sp27a.scn: New files. --- testsuites/sptests/sp27/sp27.doc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'testsuites/sptests/sp27/sp27.doc') diff --git a/testsuites/sptests/sp27/sp27.doc b/testsuites/sptests/sp27/sp27.doc index e69de29bb2..dc781d77d2 100644 --- a/testsuites/sptests/sp27/sp27.doc +++ b/testsuites/sptests/sp27/sp27.doc @@ -0,0 +1,25 @@ +# +# $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: sp27 + +directives: + + rtems_semaphore_create + rtems_semaphore_obtain + rtems_semaphore_flush + +concepts: + ++ Ensure that flushing a counting semaphore with multiple waiting tasks + works as expected. -- cgit v1.2.3