Files
rtems/testsuites/sptests/sp49/sp49.doc
Joel Sherrill 1dc1da58a1 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1414/cpukit
	* Makefile.am, configure.ac: Tighten math on extraction of index so it
	is harder to trick by passing in a valid id of an incorrect object
	class.
	* sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
	sp49/sp49.scn: New files.
2009-05-21 14:34:15 +00:00

26 lines
530 B
Plaintext

#
# $Id$
#
# COPYRIGHT (c) 1989-2008.
# 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: sp49
directives:
rtems_task_self
rtems_message_queue_create
rtems_message_queue_flush
concepts:
+ Ensure that the id for a task cannot be used to operate upon
another object.