From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23396 invoked by alias); 26 Feb 2006 18:49:32 -0000 Received: (qmail 23380 invoked by uid 22791); 26 Feb 2006 18:49:31 -0000 X-Spam-Check-By: sourceware.org Received: from w099.z064220152.sjc-ca.dsl.cnc.net (HELO duck.specifix.com) (64.220.152.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 26 Feb 2006 18:49:29 +0000 Received: from [::1] (duck.specifix.com [64.220.152.99]) by duck.specifix.com (Postfix) with ESMTP id 69DD841E4; Sun, 26 Feb 2006 10:49:27 -0800 (PST) From: Fred Fish Reply-To: fnf@specifix.com To: gdb-patches@sourceware.org Subject: [PATCH] Remove XFAIL in interrupt.exp for i*86-pc-linux*-gnu* Date: Sun, 26 Feb 2006 18:53:00 -0000 User-Agent: KMail/1.9.1 Cc: fnf@specifix.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602261349.43089.fnf@specifix.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00483.txt.bz2 Testing a current development gdb using the current development gcc produces an XPASS in interrupt.exp. This patch fixes it. -Fred 2006-02-26 Fred Fish * gdb.base/interrupt.exp: Remove xfail for "i*86-pc-linux*-gnu*". Index: testsuite/gdb.base/interrupt.exp =================================================================== RCS file: /cvsroots/latest/src/gdb/gdb/testsuite/gdb.base/interrupt.exp,v retrieving revision 1.1.1.1 diff -c -p -r1.1.1.1 interrupt.exp *** testsuite/gdb.base/interrupt.exp 8 Oct 2005 19:36:19 -0000 1.1.1.1 --- testsuite/gdb.base/interrupt.exp 26 Feb 2006 18:43:31 -0000 *************** if ![file exists $binfile] then { *** 168,174 **** eof { fail "echo data (eof)" } } - setup_xfail "i*86-pc-linux*-gnu*" send_gdb "\004" gdb_expect { -re "end of file.*Program exited normally.*$gdb_prompt $" { --- 168,173 ----