From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27514 invoked by alias); 29 Mar 2009 14:53:12 -0000 Received: (qmail 27402 invoked by uid 22791); 29 Mar 2009 14:53:09 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Mar 2009 14:53:03 +0000 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id D28A11C15302 for ; Sun, 29 Mar 2009 16:55:50 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.1.215]) by mail.m-online.net (Postfix) with ESMTP id 87B1390136 for ; Sun, 29 Mar 2009 16:53:00 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan2.mnet-online.de [192.168.1.215]) (amavisd-new, port 10024) with ESMTP id PsYZwpi+Cyli for ; Sun, 29 Mar 2009 16:52:59 +0200 (CEST) Received: from igel.home (DSL01.83.171.146.241.ip-pool.NEFkom.net [83.171.146.241]) by mail.mnet-online.de (Postfix) with ESMTP for ; Sun, 29 Mar 2009 16:52:59 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 576D710DE1D; Sun, 29 Mar 2009 16:52:59 +0200 (CEST) From: Andreas Schwab To: gdb-patches@sourceware.org Subject: Testsuite fallout from disassemble-next-line X-Yow: I pretend I'm living in a styrofoam packing crate, high in th' SWISS ALPS, still unable to accept th' idea of TOUCH-TONE DIALING!! Date: Sun, 29 Mar 2009 15:39:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00657.txt.bz2 This fixes a spurious failure due to disassemble-next-line. Committed as obvious. Andreas. 2009-03-29 Andreas Schwab * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line. --- gdb.arch/powerpc-prologue.exp.~1.8.~ 2009-01-03 13:50:36.000000000 +0100 +++ gdb.arch/powerpc-prologue.exp 2009-03-29 16:38:19.000000000 +0200 @@ -50,7 +50,7 @@ if ![runto_main] then { # Testcase for PIC prologue. gdb_breakpoint "gdb2029_marker" -gdb_test "continue" "Breakpoint $decimal, $hex in gdb2029_marker \\(\\)" \ +gdb_test "continue" "Breakpoint $decimal, $hex in gdb2029_marker \\(\\).*" \ "continue to PIC" gdb_test "backtrace 10" \ @@ -70,7 +70,7 @@ gdb_test "info frame" \ # Testcase for scheduled prologue. gdb_breakpoint "optimized_1_marker" -gdb_test "continue" "Breakpoint $decimal, $hex in optimized_1_marker \\(\\)" \ +gdb_test "continue" "Breakpoint $decimal, $hex in optimized_1_marker \\(\\).*" \ "continue to optimized" gdb_test "backtrace 10" \ No changes between working revision and workfile. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."