From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17502 invoked by alias); 7 May 2013 18:33:12 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 17481 invoked by uid 306); 7 May 2013 18:33:11 -0000 Date: Tue, 07 May 2013 18:33:00 -0000 Message-ID: <20130507183311.17452.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] tromey/python-checker: add gdb_python_initialized test case X-Git-Refname: refs/heads/tromey/python-checker X-Git-Reftype: branch X-Git-Oldrev: 97555d151da89029f17b7e55bc62ff99ff77a545 X-Git-Newrev: 3174923353fd4cb820e8d7e5fdef43ff99b7f0ed X-SW-Source: 2013-q2/txt/msg00055.txt.bz2 List-Id: The branch, tromey/python-checker has been updated discards 97555d151da89029f17b7e55bc62ff99ff77a545 (commit) via 3174923353fd4cb820e8d7e5fdef43ff99b7f0ed (commit) from 97555d151da89029f17b7e55bc62ff99ff77a545 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 3174923353fd4cb820e8d7e5fdef43ff99b7f0ed Author: Tom Tromey Date: Mon Apr 22 12:11:11 2013 -0600 add gdb_python_initialized test case * gdb.gdb/python-selftest.exp: New file. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.gdb/python-selftest.exp | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.gdb/python-selftest.exp b/gdb/testsuite/gdb.gdb/python-selftest.exp index 71d5b61..1138ec6 100644 --- a/gdb/testsuite/gdb.gdb/python-selftest.exp +++ b/gdb/testsuite/gdb.gdb/python-selftest.exp @@ -13,10 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# This file was written by Andrew Cagney (cagney at redhat dot com), -# derived from xfullpath.exp (written by Joel Brobecker), derived from -# selftest.exp (written by Rob Savoye). - load_lib selftest-support.exp load_lib gdb-python.exp hooks/post-receive -- Repository for Project Archer.