From 8a2d9820df36a9f9c0ae13c88d9629d2d9d5cb54 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Oct 2009 12:22:14 +0000 Subject: 2009-10-19 Joel Sherrill * gdb-sim-run.in: Attempt to detect assertions as generic exits. --- sim-scripts/ChangeLog | 4 ++++ sim-scripts/gdb-sim-run.in | 1 + 2 files changed, 5 insertions(+) (limited to 'sim-scripts') 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 + + * gdb-sim-run.in: Attempt to detect assertions as generic exits. + 2009-10-16 Joel Sherrill * 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" -- cgit v1.2.3