summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-06 16:47:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-06 16:47:43 +0000
commitaf81f9714ca19ed6240763aab271b4ca5c739950 (patch)
tree067c4cff79560c133e9e5eaf81ef4bf7ea8564e1 /sim-scripts
parentdcc680bb11eb3f0d747b7ef8ed2dd577f195d1c6 (diff)
2011-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in, pc386.in: Messages have changed.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog4
-rwxr-xr-xsim-scripts/gdb-sim-run.in3
-rw-r--r--sim-scripts/pc386.in3
3 files changed, 8 insertions, 2 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index cf38f57..3a8aaeb 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * gdb-sim-run.in, pc386.in: Messages have changed.
+
2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* pc386.in: Now running Go tests on PowerPC (2/3 passing) and i386 (in
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index 9e1dab4..fe8936b 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -206,7 +206,8 @@ checkGenericExits()
"^assertion .* failed: file .*, line .*, function:" \
"===.*FAILED.*===" \
"===.*PASSED.*===" \
- "FAULTY THREAD WILL BE DELETED"
+ "FAULTY THREAD WILL BE " \
+ "\*\*\* EXIT code "
do
grep "${pattern}" ${logfile} >/dev/null 2>&1
if [ $? -eq 0 ] ; then
diff --git a/sim-scripts/pc386.in b/sim-scripts/pc386.in
index 0b18538..69936a1 100644
--- a/sim-scripts/pc386.in
+++ b/sim-scripts/pc386.in
@@ -65,8 +65,9 @@ runARGS()
checkBSPFaults()
{
+ # faulty thread may be deleted or suspended
for pattern in \
- "FAULTY THREAD WILL BE DELETED" \
+ "FAULTY THREAD WILL BE " \
"Error code pushed by processor itself"
do
grep "${pattern}" ${logfile}