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

@@ -148,7 +148,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
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
;;

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

@@ -146,7 +146,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
minimum*|spfatal*)
minimum*|stackchk*|*fatal*|termio*)
continue
;;
esac

View File

@@ -1,3 +1,7 @@
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: Skip all fatal error tests.
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: sp39 and sp41 lock on sis but run correctly on

View File

@@ -152,7 +152,7 @@ do
warn "Skipping $tname; it does not complete long on sis"
continue
;;
minimum*|stackchk*|spfatal*|termio*)
minimum*|stackchk*|*fatal*|termio*)
warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue
;;

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

@@ -148,7 +148,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
minimum*|stackchk*|spfatal*|termio*)
minimum*|stackchk*|*fatal*|termio*)
warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue
;;

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

@@ -148,7 +148,7 @@ do
tname=`echo $tname | sed 's/-node.*//'`
TEST_TYPE="mp"
;;
minimum*|stackchk*|spfatal*|termio*)
minimum*|stackchk*|*fatal*|termio*)
warn "Skipping $tname; it locks up or takes a VERY long time to run"
continue
;;

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
;;