From 03f6140a1775318016c5de0f0e2613139a94bf06 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 15 Feb 2016 14:10:07 +1100 Subject: [PATCH] * lib/dg.exp (dg-test): Remove comment about proc unresolved not setting exit_status to 1 -- it does. --- ChangeLog | 5 +++++ lib/dg.exp | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index abccd98..989463a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2016-02-15 Ben Elliston + * lib/dg.exp (dg-test): Remove comment about proc unresolved not + setting exit_status to 1 -- it does. + +2016-02-15 Ben Elliston + * lib/framework.exp (cleanup): Remove do-nothing proc. (log_and_exit): Remove call to cleanup. * doc/ref.xml: Remove documentation for cleanup. diff --git a/lib/dg.exp b/lib/dg.exp index 3eaccf1..b49b260 100644 --- a/lib/dg.exp +++ b/lib/dg.exp @@ -692,7 +692,6 @@ proc dg-test { args } { } # ??? The call to unresolved here is necessary to clear `errcnt'. # What we really need is a proc like perror that doesn't set errcnt. - # It should also set exit_status to 1. unresolved "$name: $errmsg for \"$op\"" return } @@ -889,7 +888,6 @@ proc dg-test { args } { perror "$name: error executing dg-final: $errmsg" # ??? The call to unresolved here is necessary to clear `errcnt'. # What we really need is a proc like perror that doesn't set errcnt. - # It should also set exit_status to 1. unresolved "$name: error executing dg-final: $errmsg" } } -- 2.7.4