From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6046 invoked by alias); 17 Nov 2008 14:22:46 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 6017 invoked by uid 306); 17 Nov 2008 14:22:45 -0000 Date: Mon, 17 Nov 2008 14:22:00 -0000 Message-ID: <20081117142245.5996.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-tromey-python: * gdb.python/python-prettyprint.exp (run_lang_tests): Update for X-Git-Refname: refs/heads/archer-tromey-python X-Git-Reftype: branch X-Git-Oldrev: 5cdfaa4b6fea4493eb6dda47d27807a12beef384 X-Git-Newrev: cf82162b0524be8d185e05f561bc177275bb7ecc X-SW-Source: 2008-q4/txt/msg00114.txt.bz2 List-Id: The branch, archer-tromey-python has been updated via cf82162b0524be8d185e05f561bc177275bb7ecc (commit) from 5cdfaa4b6fea4493eb6dda47d27807a12beef384 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit cf82162b0524be8d185e05f561bc177275bb7ecc Author: Tom Tromey Date: Mon Nov 17 07:14:36 2008 -0700 * gdb.python/python-prettyprint.exp (run_lang_tests): Update for reference-printing change. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.python/python-prettyprint.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 03f1cc1..90079f7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-17 Tom Tromey + + * gdb.python/python-prettyprint.exp (run_lang_tests): Update for + reference-printing change. + 2008-11-11 Tom Tromey * gdb.python/python-prettyprint.exp (run_lang_tests): Ensure "set diff --git a/gdb/testsuite/gdb.python/python-prettyprint.exp b/gdb/testsuite/gdb.python/python-prettyprint.exp index 89e3878..b2ccb2b 100644 --- a/gdb/testsuite/gdb.python/python-prettyprint.exp +++ b/gdb/testsuite/gdb.python/python-prettyprint.exp @@ -75,7 +75,7 @@ proc run_lang_tests {lang} { gdb_test "print cpssa\[1\]" " = {$nl *zss = 13, *$nl *s = a=<14> b=<$hex>$nl}" gdb_test "print cpssa" " = {{$nl *zss = 11, *$nl *s = a=<12> b=<$hex>$nl *}, {$nl *zss = 13, *$nl *s = a=<14> b=<$hex>$nl *}}" gdb_test "print sss" "= a=<15> b=< a=<8> b=<$hex>>" - gdb_test "print ref" "= .SSS &. a=<15> b=< a=<8> b=<$hex>>" + gdb_test "print ref" "= a=<15> b=< a=<8> b=<$hex>>" } gdb_test "print x" " = $hex \"this is x\"" hooks/post-receive -- Repository for Project Archer.