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>
|
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* runtest: Add capture to list of interative tests to skip in batch
|
* runtest: Add capture to list of interative tests to skip in batch
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ do
|
|||||||
tname=`echo $tname | sed 's/-node.*//'`
|
tname=`echo $tname | sed 's/-node.*//'`
|
||||||
TEST_TYPE="mp"
|
TEST_TYPE="mp"
|
||||||
;;
|
;;
|
||||||
minimum*|stackchk*|spfatal*|malloctest*)
|
minimum*|stackchk*|*fatal*|malloctest*)
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
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>
|
2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* runtest: Add capture to list of interative tests to skip in batch
|
* runtest: Add capture to list of interative tests to skip in batch
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ do
|
|||||||
tname=`echo $tname | sed 's/-node.*//'`
|
tname=`echo $tname | sed 's/-node.*//'`
|
||||||
TEST_TYPE="mp"
|
TEST_TYPE="mp"
|
||||||
;;
|
;;
|
||||||
minimum*|stackchk*|spfatal*|termio*)
|
minimum*|stackchk*|*fatal*|termio*)
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
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>
|
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* runtest: Change 4.8 to 4.9.
|
* runtest: Change 4.8 to 4.9.
|
||||||
|
|||||||
@@ -168,9 +168,8 @@ do
|
|||||||
tname=`echo $tname | sed 's/-node.*//'`
|
tname=`echo $tname | sed 's/-node.*//'`
|
||||||
TEST_TYPE="mp"
|
TEST_TYPE="mp"
|
||||||
;;
|
;;
|
||||||
minimum*|stackchk*|spfatal*|termio*)
|
minimum*|stackchk*|*fatal*|termio*)
|
||||||
continue
|
continue ;;
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ $TEST_TYPE = "mp" ]
|
if [ $TEST_TYPE = "mp" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user