change log for rtems (2010-06-21)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Jun 22 03:11:36 UTC 2010


 *joel*:
2010-06-21	Joel Sherrill <joel.sherrill at oarcorp.com>

	* Makefile.am, configure.ac: Add new tests to generate fatal errors in
	rtems_termios_open().
	* spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
	spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
	spfatal17/Makefile.am, spfatal17/spfatal17.doc,
	spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
	spfatal18/Makefile.am, spfatal18/spfatal18.doc,
	spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
	spfatal19/Makefile.am, spfatal19/spfatal19.doc,
	spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.

M  1.381  testsuites/sptests/ChangeLog
M   1.89  testsuites/sptests/Makefile.am
M   1.94  testsuites/sptests/configure.ac
A    1.1  testsuites/sptests/spfatal16/.cvsignore
A    1.1  testsuites/sptests/spfatal16/Makefile.am
A    1.1  testsuites/sptests/spfatal16/spfatal16.doc
A    1.1  testsuites/sptests/spfatal16/spfatal16.scn
A    1.1  testsuites/sptests/spfatal16/testcase.h
A    1.1  testsuites/sptests/spfatal17/.cvsignore
A    1.1  testsuites/sptests/spfatal17/Makefile.am
A    1.1  testsuites/sptests/spfatal17/spfatal17.doc
A    1.1  testsuites/sptests/spfatal17/spfatal17.scn
A    1.1  testsuites/sptests/spfatal17/testcase.h
A    1.1  testsuites/sptests/spfatal18/.cvsignore
A    1.1  testsuites/sptests/spfatal18/Makefile.am
A    1.1  testsuites/sptests/spfatal18/spfatal18.doc
A    1.1  testsuites/sptests/spfatal18/spfatal18.scn
A    1.1  testsuites/sptests/spfatal18/testcase.h
A    1.1  testsuites/sptests/spfatal19/.cvsignore
A    1.1  testsuites/sptests/spfatal19/Makefile.am
A    1.1  testsuites/sptests/spfatal19/spfatal19.doc
A    1.1  testsuites/sptests/spfatal19/spfatal19.scn
A    1.1  testsuites/sptests/spfatal19/testcase.h

diff -u rtems/testsuites/sptests/ChangeLog:1.380 rtems/testsuites/sptests/ChangeLog:1.381
--- rtems/testsuites/sptests/ChangeLog:1.380	Mon Jun 21 20:28:13 2010
+++ rtems/testsuites/sptests/ChangeLog	Mon Jun 21 21:15:40 2010
@@ -1,5 +1,18 @@
 2010-06-21	Joel Sherrill <joel.sherrill at oarcorp.com>
 
+	* Makefile.am, configure.ac: Add new tests to generate fatal errors in
+	rtems_termios_open().
+	* spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
+	spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
+	spfatal17/Makefile.am, spfatal17/spfatal17.doc,
+	spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
+	spfatal18/Makefile.am, spfatal18/spfatal18.doc,
+	spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
+	spfatal19/Makefile.am, spfatal19/spfatal19.doc,
+	spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
+
+2010-06-21	Joel Sherrill <joel.sherrill at 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().

diff -u rtems/testsuites/sptests/Makefile.am:1.88 rtems/testsuites/sptests/Makefile.am:1.89
--- rtems/testsuites/sptests/Makefile.am:1.88	Mon Jun 21 20:28:13 2010
+++ rtems/testsuites/sptests/Makefile.am	Mon Jun 21 21:15:41 2010
@@ -19,7 +19,7 @@
     spstkalloc spthreadq01 spwatchdog spwkspace \
     spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 spfatal06 spfatal07 \
     spfatal08 spfatal09 spfatal10 spfatal11 spfatal12 spfatal13 spfatal14 \
-    spfatal15 \
+    spfatal15 spfatal16 spfatal17 spfatal18 spfatal19 spfatal20 \
     spfifo01 spfifo02 spfifo03 spfifo04 spfifo08 \
     spintrcritical01 spintrcritical02 spintrcritical03 spintrcritical04 \
     spintrcritical05 spintrcritical06 spintrcritical07 spintrcritical08 \

diff -u rtems/testsuites/sptests/configure.ac:1.93 rtems/testsuites/sptests/configure.ac:1.94
--- rtems/testsuites/sptests/configure.ac:1.93	Mon Jun 21 20:28:13 2010
+++ rtems/testsuites/sptests/configure.ac	Mon Jun 21 21:15:41 2010
@@ -114,6 +114,11 @@
 spfatal13/Makefile
 spfatal14/Makefile
 spfatal15/Makefile
+spfatal16/Makefile
+spfatal17/Makefile
+spfatal18/Makefile
+spfatal19/Makefile
+spfatal20/Makefile
 spfifo01/Makefile
 spfifo02/Makefile
 spfifo03/Makefile

diff -u /dev/null rtems/testsuites/sptests/spfatal16/.cvsignore:1.1
--- /dev/null	Mon Jun 21 22:11:33 2010
+++ rtems/testsuites/sptests/spfatal16/.cvsignore	Mon Jun 21 21:15:41 2010
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in

diff -u /dev/null rtems/testsuites/sptests/spfatal16/Makefile.am:1.1
--- /dev/null	Mon Jun 21 22:11:33 2010
+++ rtems/testsuites/sptests/spfatal16/Makefile.am	Mon Jun 21 21:15:42 2010
@@ -0,0 +1,29 @@
+##
+## $Id$
+##
+
+MANAGERS = all
+
+rtems_tests_PROGRAMS = spfatal16
+spfatal16_SOURCES = ../spfatal_support/init.c \
+    ../spfatal_support/consume_sems.c \
+    ../spfatal_support/system.h testcase.h
+
+dist_rtems_tests_DATA = spfatal16.scn
+dist_rtems_tests_DATA += spfatal16.doc
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+AM_CPPFLAGS += -DSEMAPHORES_REMAINING=5
+
+LINK_OBJS = $(spfatal16_OBJECTS) $(spfatal16_LDADD)
+LINK_LIBS = $(spfatal16_LDLIBS)
+
+spfatal16$(EXEEXT): $(spfatal16_OBJECTS) $(spfatal16_DEPENDENCIES)
+	@rm -f spfatal16$(EXEEXT)
+	$(make-exe)
+
+include $(top_srcdir)/../automake/local.am

diff -u /dev/null rtems/testsuites/sptests/spfatal16/spfatal16.doc:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal16/spfatal16.doc	Mon Jun 21 21:15:42 2010
@@ -0,0 +1,22 @@
+#
+#  $Id$
+#
+#  COPYRIGHT (c) 1989-2010.
+#  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:  spfatal16
+
+directives:
+
+  rtems_termios_open
+
+concepts:
+
++ fatal error for one of the semaphore creates

diff -u /dev/null rtems/testsuites/sptests/spfatal16/spfatal16.scn:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal16/spfatal16.scn	Mon Jun 21 21:15:42 2010
@@ -0,0 +1 @@
+Fatal error (termios sem create #1) hit

diff -u /dev/null rtems/testsuites/sptests/spfatal16/testcase.h:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal16/testcase.h	Mon Jun 21 21:15:42 2010
@@ -0,0 +1,28 @@
+/*
+ *  COPYRIGHT (c) 1989-2010.
+ *  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$
+ */
+
+/* generate fatal errors in termios.c 
+ *    rtems_semaphore_create( rtems_build_name ('T', 'R', 'r', c),...);
+ */
+
+#define FATAL_ERROR_TEST_NAME            "16"
+#define FATAL_ERROR_DESCRIPTION          "termios sem create #1"
+#define FATAL_ERROR_EXPECTED_SOURCE      INTERNAL_ERROR_RTEMS_API
+#define FATAL_ERROR_EXPECTED_IS_INTERNAL FALSE
+#define FATAL_ERROR_EXPECTED_ERROR       RTEMS_TOO_MANY
+
+#define CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS \
+  CONSUME_SEMAPHORE_DRIVERS
+
+void force_error()
+{
+  /* we will not run this far */
+}

diff -u /dev/null rtems/testsuites/sptests/spfatal17/.cvsignore:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal17/.cvsignore	Mon Jun 21 21:15:42 2010
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in

diff -u /dev/null rtems/testsuites/sptests/spfatal17/Makefile.am:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal17/Makefile.am	Mon Jun 21 21:15:42 2010
@@ -0,0 +1,29 @@
+##
+## $Id$
+##
+
+MANAGERS = all
+
+rtems_tests_PROGRAMS = spfatal17
+spfatal17_SOURCES = ../spfatal_support/init.c \
+    ../spfatal_support/consume_sems.c \
+    ../spfatal_support/system.h testcase.h
+
+dist_rtems_tests_DATA = spfatal17.scn
+dist_rtems_tests_DATA += spfatal17.doc
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+AM_CPPFLAGS += -DSEMAPHORES_REMAINING=4
+
+LINK_OBJS = $(spfatal17_OBJECTS) $(spfatal17_LDADD)
+LINK_LIBS = $(spfatal17_LDLIBS)
+
+spfatal17$(EXEEXT): $(spfatal17_OBJECTS) $(spfatal17_DEPENDENCIES)
+	@rm -f spfatal17$(EXEEXT)
+	$(make-exe)
+
+include $(top_srcdir)/../automake/local.am

diff -u /dev/null rtems/testsuites/sptests/spfatal17/spfatal17.doc:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal17/spfatal17.doc	Mon Jun 21 21:15:42 2010
@@ -0,0 +1,22 @@
+#
+#  $Id$
+#
+#  COPYRIGHT (c) 1989-2010.
+#  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:  spfatal17
+
+directives:
+
+  rtems_termios_open
+
+concepts:
+
++ fatal error for one of the semaphore creates

diff -u /dev/null rtems/testsuites/sptests/spfatal17/spfatal17.scn:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal17/spfatal17.scn	Mon Jun 21 21:15:44 2010
@@ -0,0 +1 @@
+Fatal error (termios sem create #2) hit

diff -u /dev/null rtems/testsuites/sptests/spfatal17/testcase.h:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal17/testcase.h	Mon Jun 21 21:15:45 2010
@@ -0,0 +1,28 @@
+/*
+ *  COPYRIGHT (c) 1989-2010.
+ *  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$
+ */
+
+/* generate fatal errors in termios.c 
+ *    rtems_semaphore_create( rtems_build_name ('T', 'R', 'x', c),...);
+ */
+
+#define FATAL_ERROR_TEST_NAME            "17"
+#define FATAL_ERROR_DESCRIPTION          "termios sem create #2"
+#define FATAL_ERROR_EXPECTED_SOURCE      INTERNAL_ERROR_RTEMS_API
+#define FATAL_ERROR_EXPECTED_IS_INTERNAL FALSE
+#define FATAL_ERROR_EXPECTED_ERROR       RTEMS_TOO_MANY
+
+#define CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS \
+  CONSUME_SEMAPHORE_DRIVERS
+
+void force_error()
+{
+  /* we will not run this far */
+}

diff -u /dev/null rtems/testsuites/sptests/spfatal18/.cvsignore:1.1
--- /dev/null	Mon Jun 21 22:11:34 2010
+++ rtems/testsuites/sptests/spfatal18/.cvsignore	Mon Jun 21 21:15:45 2010
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in

diff -u /dev/null rtems/testsuites/sptests/spfatal18/Makefile.am:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal18/Makefile.am	Mon Jun 21 21:15:45 2010
@@ -0,0 +1,29 @@
+##
+## $Id$
+##
+
+MANAGERS = all
+
+rtems_tests_PROGRAMS = spfatal18
+spfatal18_SOURCES = ../spfatal_support/init.c \
+    ../spfatal_support/consume_sems.c \
+    ../spfatal_support/system.h testcase.h
+
+dist_rtems_tests_DATA = spfatal18.scn
+dist_rtems_tests_DATA += spfatal18.doc
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+AM_CPPFLAGS += -DSEMAPHORES_REMAINING=3
+
+LINK_OBJS = $(spfatal18_OBJECTS) $(spfatal18_LDADD)
+LINK_LIBS = $(spfatal18_LDLIBS)
+
+spfatal18$(EXEEXT): $(spfatal18_OBJECTS) $(spfatal18_DEPENDENCIES)
+	@rm -f spfatal18$(EXEEXT)
+	$(make-exe)
+
+include $(top_srcdir)/../automake/local.am

diff -u /dev/null rtems/testsuites/sptests/spfatal18/spfatal18.doc:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal18/spfatal18.doc	Mon Jun 21 21:15:45 2010
@@ -0,0 +1,22 @@
+#
+#  $Id$
+#
+#  COPYRIGHT (c) 1989-2010.
+#  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:  spfatal18
+
+directives:
+
+  rtems_termios_open
+
+concepts:
+
++ fatal error for one of the semaphore creates

diff -u /dev/null rtems/testsuites/sptests/spfatal18/spfatal18.scn:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal18/spfatal18.scn	Mon Jun 21 21:15:45 2010
@@ -0,0 +1 @@
+Fatal error (termios sem create #3) hit

diff -u /dev/null rtems/testsuites/sptests/spfatal18/testcase.h:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal18/testcase.h	Mon Jun 21 21:15:45 2010
@@ -0,0 +1,28 @@
+/*
+ *  COPYRIGHT (c) 1989-2010.
+ *  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$
+ */
+
+/* generate fatal errors in termios.c 
+ *    rtems_semaphore_create( rtems_build_name ('T', 'R', 'o', c),...);
+ */
+
+#define FATAL_ERROR_TEST_NAME            "18"
+#define FATAL_ERROR_DESCRIPTION          "termios sem create #3"
+#define FATAL_ERROR_EXPECTED_SOURCE      INTERNAL_ERROR_RTEMS_API
+#define FATAL_ERROR_EXPECTED_IS_INTERNAL FALSE
+#define FATAL_ERROR_EXPECTED_ERROR       RTEMS_TOO_MANY
+
+#define CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS \
+  CONSUME_SEMAPHORE_DRIVERS
+
+void force_error()
+{
+  /* we will not run this far */
+}

diff -u /dev/null rtems/testsuites/sptests/spfatal19/.cvsignore:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal19/.cvsignore	Mon Jun 21 21:15:46 2010
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in

diff -u /dev/null rtems/testsuites/sptests/spfatal19/Makefile.am:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal19/Makefile.am	Mon Jun 21 21:15:46 2010
@@ -0,0 +1,29 @@
+##
+## $Id$
+##
+
+MANAGERS = all
+
+rtems_tests_PROGRAMS = spfatal19
+spfatal19_SOURCES = ../spfatal_support/init.c \
+    ../spfatal_support/consume_sems.c \
+    ../spfatal_support/system.h testcase.h
+
+dist_rtems_tests_DATA = spfatal19.scn
+dist_rtems_tests_DATA += spfatal19.doc
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+AM_CPPFLAGS += -DSEMAPHORES_REMAINING=2
+
+LINK_OBJS = $(spfatal19_OBJECTS) $(spfatal19_LDADD)
+LINK_LIBS = $(spfatal19_LDLIBS)
+
+spfatal19$(EXEEXT): $(spfatal19_OBJECTS) $(spfatal19_DEPENDENCIES)
+	@rm -f spfatal19$(EXEEXT)
+	$(make-exe)
+
+include $(top_srcdir)/../automake/local.am

diff -u /dev/null rtems/testsuites/sptests/spfatal19/spfatal19.doc:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal19/spfatal19.doc	Mon Jun 21 21:15:46 2010
@@ -0,0 +1,22 @@
+#
+#  $Id$
+#
+#  COPYRIGHT (c) 1989-2010.
+#  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:  spfatal19
+
+directives:
+
+  rtems_termios_open
+
+concepts:
+
++ fatal error for one of the semaphore creates

diff -u /dev/null rtems/testsuites/sptests/spfatal19/spfatal19.scn:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal19/spfatal19.scn	Mon Jun 21 21:15:46 2010
@@ -0,0 +1 @@
+Fatal error (termios sem create #4) hit

diff -u /dev/null rtems/testsuites/sptests/spfatal19/testcase.h:1.1
--- /dev/null	Mon Jun 21 22:11:35 2010
+++ rtems/testsuites/sptests/spfatal19/testcase.h	Mon Jun 21 21:15:46 2010
@@ -0,0 +1,28 @@
+/*
+ *  COPYRIGHT (c) 1989-2010.
+ *  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$
+ */
+
+/* generate fatal errors in termios.c 
+ *    rtems_semaphore_create( rtems_build_name ('T', 'R', 'i', c),...);
+ */
+
+#define FATAL_ERROR_TEST_NAME            "19"
+#define FATAL_ERROR_DESCRIPTION          "termios sem create #4"
+#define FATAL_ERROR_EXPECTED_SOURCE      INTERNAL_ERROR_RTEMS_API
+#define FATAL_ERROR_EXPECTED_IS_INTERNAL FALSE
+#define FATAL_ERROR_EXPECTED_ERROR       RTEMS_TOO_MANY
+
+#define CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS \
+  CONSUME_SEMAPHORE_DRIVERS
+
+void force_error()
+{
+  /* we will not run this far */
+}


 *joel*:
2010-06-21	Joel Sherrill <joel.sherrill at oarcorp.com>

	* Makefile.am, configure.ac: spfatal20 not ready.

M  1.382  testsuites/sptests/ChangeLog
M   1.90  testsuites/sptests/Makefile.am
M   1.95  testsuites/sptests/configure.ac

diff -u rtems/testsuites/sptests/ChangeLog:1.381 rtems/testsuites/sptests/ChangeLog:1.382
--- rtems/testsuites/sptests/ChangeLog:1.381	Mon Jun 21 21:15:40 2010
+++ rtems/testsuites/sptests/ChangeLog	Mon Jun 21 21:19:39 2010
@@ -1,5 +1,9 @@
 2010-06-21	Joel Sherrill <joel.sherrill at oarcorp.com>
 
+	* Makefile.am, configure.ac: spfatal20 not ready.
+
+2010-06-21	Joel Sherrill <joel.sherrill at oarcorp.com>
+
 	* Makefile.am, configure.ac: Add new tests to generate fatal errors in
 	rtems_termios_open().
 	* spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,

diff -u rtems/testsuites/sptests/Makefile.am:1.89 rtems/testsuites/sptests/Makefile.am:1.90
--- rtems/testsuites/sptests/Makefile.am:1.89	Mon Jun 21 21:15:41 2010
+++ rtems/testsuites/sptests/Makefile.am	Mon Jun 21 21:19:39 2010
@@ -19,7 +19,7 @@
     spstkalloc spthreadq01 spwatchdog spwkspace \
     spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 spfatal06 spfatal07 \
     spfatal08 spfatal09 spfatal10 spfatal11 spfatal12 spfatal13 spfatal14 \
-    spfatal15 spfatal16 spfatal17 spfatal18 spfatal19 spfatal20 \
+    spfatal15 spfatal16 spfatal17 spfatal18 spfatal19 \
     spfifo01 spfifo02 spfifo03 spfifo04 spfifo08 \
     spintrcritical01 spintrcritical02 spintrcritical03 spintrcritical04 \
     spintrcritical05 spintrcritical06 spintrcritical07 spintrcritical08 \

diff -u rtems/testsuites/sptests/configure.ac:1.94 rtems/testsuites/sptests/configure.ac:1.95
--- rtems/testsuites/sptests/configure.ac:1.94	Mon Jun 21 21:15:41 2010
+++ rtems/testsuites/sptests/configure.ac	Mon Jun 21 21:19:39 2010
@@ -118,7 +118,6 @@
 spfatal17/Makefile
 spfatal18/Makefile
 spfatal19/Makefile
-spfatal20/Makefile
 spfifo01/Makefile
 spfifo02/Makefile
 spfifo03/Makefile



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100621/5d00868f/attachment-0001.html>


More information about the vc mailing list