From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30551 invoked by alias); 22 Jul 2010 10:46:02 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 30520 invoked by uid 9674); 22 Jul 2010 10:46:02 -0000 Date: Thu, 22 Jul 2010 10:46:00 -0000 Message-ID: <20100722104602.30505.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-fedora14: Fixup error on executing the tcl testcase. X-Git-Refname: refs/heads/archer-jankratochvil-fedora14 X-Git-Reftype: branch X-Git-Oldrev: c67a7711dcf7447100fcfb04e4779ea1ddafbe36 X-Git-Newrev: 202f4d0e3af8d8a8d7c0b408d9e0a8cb69f912b6 X-SW-Source: 2010-q3/txt/msg00028.txt.bz2 List-Id: The branch, archer-jankratochvil-fedora14 has been updated via 202f4d0e3af8d8a8d7c0b408d9e0a8cb69f912b6 (commit) from c67a7711dcf7447100fcfb04e4779ea1ddafbe36 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 202f4d0e3af8d8a8d7c0b408d9e0a8cb69f912b6 Author: Jan Kratochvil Date: Thu Jul 22 12:45:12 2010 +0200 Fixup error on executing the tcl testcase. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.gdb/selftest.exp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp index 3ff2587..593aa55 100644 --- a/gdb/testsuite/gdb.gdb/selftest.exp +++ b/gdb/testsuite/gdb.gdb/selftest.exp @@ -94,10 +94,10 @@ proc do_steps_and_nexts {} { } -re ".*python_script = 0.*$gdb_prompt $" { set description "step over python_script initialization" - -re ".*pre_stat_chain = make_command_stats_cleanup.*$gdb_prompt $" { - set description "next over make_command_stats_cleanup and everything it calls" set command "step" } + -re ".*pre_stat_chain = make_command_stats_cleanup.*$gdb_prompt $" { + set description "next over make_command_stats_cleanup and everything it calls" set command "next" } -re ".*START_PROGRESS.*$gdb_prompt $" { hooks/post-receive -- Repository for Project Archer.