2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am, configure.ac, spfatal_support/init.c,
	spfatal_support/system.h: Add new tests to generate fatal errors in
	open_dev_console().
	* spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc,
	spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore,
	spfatal15/Makefile.am, spfatal15/spfatal15.doc,
	spfatal15/spfatal15.scn, spfatal15/testcase.h,
	spfatal_support/consume_sems.c: New files.
This commit is contained in:
Joel Sherrill
2010-06-22 01:28:13 +00:00
parent 06911e0980
commit 5d8a0bab42
16 changed files with 244 additions and 2 deletions

View File

@@ -45,6 +45,15 @@ void force_error(void);
/* need some prototypes for test cases */
rtems_device_driver consume_semaphores_initialize(
rtems_device_major_number major __attribute__((unused)),
rtems_device_minor_number minor __attribute__((unused)),
void *pargp __attribute__((unused))
);
#define CONSUME_SEMAPHORE_DRIVERS \
{ consume_semaphores_initialize, NULL, NULL, NULL, NULL, NULL }
#include "testcase.h"
/* configuration information */