diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index cc63920201..fc2c2cd5dd 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2010-06-21 Joel Sherrill + + * Makefile.am, configure.ac: spfatal20 not ready. + 2010-06-21 Joel Sherrill * Makefile.am, configure.ac: Add new tests to generate fatal errors in diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index 4bca915851..a1b45c449c 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -19,7 +19,7 @@ SUBDIRS = \ 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 --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index 114a8665b3..830d07ee28 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -118,7 +118,6 @@ spfatal16/Makefile spfatal17/Makefile spfatal18/Makefile spfatal19/Makefile -spfatal20/Makefile spfifo01/Makefile spfifo02/Makefile spfifo03/Makefile