From d329acf46d3b1b24cb5f0d3e16ed4df9e0278b07 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Sep 2009 21:28:56 +0000 Subject: 2009-09-04 Joel Sherrill * spfatal01/spfatal01.scn, spfatal01/testcase.h, spfatal02/spfatal02.scn, spfatal02/testcase.h, spfatal03/spfatal03.scn, spfatal03/testcase.h, spfatal04/spfatal04.scn, spfatal04/testcase.h, spfatal05/spfatal05.scn, spfatal05/testcase.h, spfatal06/spfatal06.scn, spfatal06/testcase.h, spfatal07/spfatal07.scn, spfatal07/testcase.h, spfatal08/spfatal08.scn, spfatal08/testcase.h, spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal11/Makefile.am, spfatal11/spfatal11.scn, spfatal12/Makefile.am, spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error tests use testcase.h and spfatal_support framework. Print test name herald in all cases. * spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h: New files. * spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed. --- testsuites/sptests/spfatal10/testcase.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testsuites/sptests/spfatal10/testcase.h (limited to 'testsuites/sptests/spfatal10/testcase.h') diff --git a/testsuites/sptests/spfatal10/testcase.h b/testsuites/sptests/spfatal10/testcase.h new file mode 100644 index 0000000000..7d80bc638e --- /dev/null +++ b/testsuites/sptests/spfatal10/testcase.h @@ -0,0 +1,24 @@ +/* Test __assert_func with NULL function name + * + * 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. + * + * $Id$ + */ + +#define FATAL_ERROR_TEST_NAME "10" +#define FATAL_ERROR_DESCRIPTION "asserting with non-NULL strings..." +#define FATAL_ERROR_EXPECTED_SOURCE INTERNAL_ERROR_RTEMS_API +#define FATAL_ERROR_EXPECTED_IS_INTERNAL FALSE +#define FATAL_ERROR_EXPECTED_ERROR 0 + +void force_error() +{ + __assert_func( __FILE__, __LINE__, "Init", "forced" ); + + /* we will not run this far */ +} -- cgit v1.2.3