summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-19 12:22:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-19 12:22:14 +0000
commit8a2d9820df36a9f9c0ae13c88d9629d2d9d5cb54 (patch)
tree854a600f642e52adf97034caa967835da10fbb10 /sim-scripts
parent885a021a6075f17a7e570b48126edb723a98e8ec (diff)
2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in: Attempt to detect assertions as generic exits.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog4
-rwxr-xr-xsim-scripts/gdb-sim-run.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 104efbb..404bc06 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * gdb-sim-run.in: Attempt to detect assertions as generic exits.
+
2009-10-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* check_endof: Add minimum.
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index e1d4405..a49547d 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -203,6 +203,7 @@ checkGenericExits()
for pattern in \
"^\*\*\* END OF " \
"^.*EXECUTIVE SHUTDOWN" \
+ "^assertion .* failed: file .*, line .*, function:" \
"===.*FAILED.*===" \
"===.*PASSED.*===" \
"FAULTY THREAD WILL BE DELETED"