2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* runtest.in: Skip all fatal error tests.
This commit is contained in:
Joel Sherrill
2008-03-11 20:17:23 +00:00
parent 0bac405f59
commit 3c769d9bb3
12 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: Skip all fatal error tests.
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* runtest.in: Add capture to list of interative tests to skip in batch

View File

@@ -147,7 +147,7 @@ do
warn "Running both nodes associated with $tname"
TEST_TYPE="mp"
;;
stackchk*|spfatal*|malloctest*|termio*)
stackchk*|*fatal*|malloctest*|termio*)
warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue
;;