2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>

* runtest.in: sp39 and sp41 lock on sis but run correctly on
	tsim/erc32.
This commit is contained in:
Joel Sherrill
2008-01-29 21:37:38 +00:00
parent d5671b160e
commit 9252e55e08
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: sp39 and sp41 lock on sis but run correctly on
tsim/erc32.
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: Update to 4.9.

View File

@@ -148,6 +148,10 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
sp39*|sp41*)
warn "Skipping $tname; it does not complete long on sis"
continue
;;
minimum*|stackchk*|spfatal*|termio*)
warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue