forked from Imagelibrary/rtems
* Makefile.am, configure.ac, sp63/init.c: Add new test for exercising when we are unable to allocate the memory needed for an object extend. Make sure all is handled properly. * sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc, sp64/sp64.scn: New files.
25 lines
563 B
Plaintext
25 lines
563 B
Plaintext
#
|
|
# $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: sp64
|
|
|
|
directives:
|
|
|
|
rtems_region_create
|
|
really _Objects_Extend_information when unlimited extension fails
|
|
|
|
concepts:
|
|
|
|
+ Ensure that being unable to allocate memory when extending an object class
|
|
works as expected.
|