From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20379 invoked by alias); 26 Mar 2012 19:02:43 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 20351 invoked by uid 9079); 26 Mar 2012 19:02:43 -0000 Date: Mon, 26 Mar 2012 19:02:00 -0000 Message-ID: <20120326190243.20336.qmail@sourceware.org> From: kseitz@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-keiths-linespec-rewrite: * testsuite/gdb.linespec/ls-errs.exp: Remove test for skipping C++ tests. * testsuite/gdb.linespec/ls-dollar.exp: If skipping C++ tests, issue a more useful "unsupported" message. X-Git-Refname: refs/heads/archer-keiths-linespec-rewrite X-Git-Reftype: branch X-Git-Oldrev: 992d767c35cd36d9bae8a1ccefd48645464070cd X-Git-Newrev: 28fe301b9574630ddef65157e7c3993909f7c1b7 X-SW-Source: 2012-q1/txt/msg00090.txt.bz2 List-Id: The branch, archer-keiths-linespec-rewrite has been updated via 28fe301b9574630ddef65157e7c3993909f7c1b7 (commit) from 992d767c35cd36d9bae8a1ccefd48645464070cd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 28fe301b9574630ddef65157e7c3993909f7c1b7 Author: Keith Seitz Date: Mon Mar 26 12:01:40 2012 -0700 * testsuite/gdb.linespec/ls-errs.exp: Remove test for skipping C++ tests. * testsuite/gdb.linespec/ls-dollar.exp: If skipping C++ tests, issue a more useful "unsupported" message. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.linespec/ls-dollar.exp | 2 +- gdb/testsuite/gdb.linespec/ls-errs.exp | 5 ----- 2 files changed, 1 insertions(+), 6 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.linespec/ls-dollar.exp b/gdb/testsuite/gdb.linespec/ls-dollar.exp index e82dc08..7b1f0d6 100644 --- a/gdb/testsuite/gdb.linespec/ls-dollar.exp +++ b/gdb/testsuite/gdb.linespec/ls-dollar.exp @@ -21,7 +21,7 @@ set testfile "$base.exp" set exefile $base if {[skip_cplus_tests]} { - unsupported linespec.exp + unsupported "skipping C++ tests" return } diff --git a/gdb/testsuite/gdb.linespec/ls-errs.exp b/gdb/testsuite/gdb.linespec/ls-errs.exp index dc1b2ff..ce83807 100644 --- a/gdb/testsuite/gdb.linespec/ls-errs.exp +++ b/gdb/testsuite/gdb.linespec/ls-errs.exp @@ -20,11 +20,6 @@ set srcfile "$base.c" set testfile "$base.exp" set exefile $base -if {[skip_cplus_tests]} { - unsupported linespec.exp - return -} - if {[prepare_for_testing $testfile $exefile $srcfile \ {debug nowarnings}]} { return -1 hooks/post-receive -- Repository for Project Archer.