summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/tools/runtest.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-11 20:17:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-11 20:17:23 +0000
commit3c769d9bb3aff55ecac711ae90c12bac88725a3b (patch)
tree84dc41aeca1889b5c25a68a60c94752bc1ca379d /c/src/lib/libbsp/c4x/c4xsim/tools/runtest.in
parent2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3c769d9bb3aff55ecac711ae90c12bac88725a3b.tar.bz2
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: Skip all fatal error tests.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/tools/runtest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/tools/runtest.in b/c/src/lib/libbsp/c4x/c4xsim/tools/runtest.in
index c5e0a65416..b56db60ad6 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/tools/runtest.in
+++ b/c/src/lib/libbsp/c4x/c4xsim/tools/runtest.in
@@ -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
;;