forked from Imagelibrary/rtems
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest: Skip all fatal error tests.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* runtest: Skip all fatal error tests.
|
||||
|
||||
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Add capture to list of interative tests to skip in batch
|
||||
|
||||
@@ -171,7 +171,7 @@ do
|
||||
tname=`echo $tname | sed 's/-node.*//'`
|
||||
TEST_TYPE="mp"
|
||||
;;
|
||||
minimum*|stackchk*|spfatal*|malloctest*)
|
||||
minimum*|stackchk*|*fatal*|malloctest*)
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* runtest: Skip all fatal error tests.
|
||||
|
||||
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Add capture to list of interative tests to skip in batch
|
||||
|
||||
@@ -163,7 +163,7 @@ do
|
||||
tname=`echo $tname | sed 's/-node.*//'`
|
||||
TEST_TYPE="mp"
|
||||
;;
|
||||
minimum*|stackchk*|spfatal*|termio*)
|
||||
minimum*|stackchk*|*fatal*|termio*)
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* runtest: Skip all fatal error tests.
|
||||
|
||||
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* runtest: Change 4.8 to 4.9.
|
||||
|
||||
@@ -168,9 +168,8 @@ do
|
||||
tname=`echo $tname | sed 's/-node.*//'`
|
||||
TEST_TYPE="mp"
|
||||
;;
|
||||
minimum*|stackchk*|spfatal*|termio*)
|
||||
continue
|
||||
;;
|
||||
minimum*|stackchk*|*fatal*|termio*)
|
||||
continue ;;
|
||||
esac
|
||||
|
||||
if [ $TEST_TYPE = "mp" ]
|
||||
|
||||
Reference in New Issue
Block a user