From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12363 invoked by alias); 24 Jul 2004 13:04:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12352 invoked from network); 24 Jul 2004 13:04:40 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 24 Jul 2004 13:04:40 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6OD4cPL007279; Sat, 24 Jul 2004 15:04:38 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6OD4bAA041150; Sat, 24 Jul 2004 15:04:37 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i6OD4bBL041147; Sat, 24 Jul 2004 15:04:37 +0200 (CEST) Date: Sat, 24 Jul 2004 13:04:00 -0000 Message-Id: <200407241304.i6OD4bBL041147@elgar.kettenis.dyndns.org> From: Mark Kettenis To: mec.gnu@mindspring.com CC: gdb-patches@sources.redhat.com Subject: [PATCH] Adjust testsuite for PR backtrace/1718 fix X-SW-Source: 2004-07/txt/msg00347.txt.bz2 Michael, Is this OK? Or can I check this in as obviously correct? Index: testsuite/ChangeLog from Mark Kettenis * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in gdb1718". PR backtrace/1718 partially fixed. Index: testsuite/gdb.arch/i386-prologue.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/i386-prologue.exp,v retrieving revision 1.6 diff -u -p -r1.6 i386-prologue.exp --- testsuite/gdb.arch/i386-prologue.exp 23 Jul 2004 22:08:39 -0000 1.6 +++ testsuite/gdb.arch/i386-prologue.exp 24 Jul 2004 13:03:37 -0000 @@ -77,7 +77,6 @@ gdb_test "info frame" \ gdb_test "continue" "Program received signal SIGTRAP.*" "continue to gdb1718" -setup_kfail *-*-* gdb/1718 gdb_test "backtrace 10" \ "#0\[ \t\]*$hex in gdb1718.*\r\n#1\[ \t\]*$hex in main.*" \ "backtrace in gdb1718"