From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13107 invoked by alias); 25 Sep 2003 00:47:05 -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 13100 invoked from network); 25 Sep 2003 00:47:05 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 25 Sep 2003 00:47:05 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id AF0D1CB31; Wed, 24 Sep 2003 17:47:04 -0700 (PDT) To: gdb-patches@sources.redhat.com Subject: [rfa] delete xfail from gdb.base/corefile.exp From: David Carlton Date: Thu, 25 Sep 2003 00:47:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00547.txt.bz2 Ever since Jim got corefile.exp working on Linux, I've been annoyed by this: XPASS: gdb.base/corefile.exp: up in corefile.exp (reinit) (PRMS CLLbs17002) The test passes reliably, and the message refers to some ancient bug-tracking system; the easiest solution to me is to just yank the setup_xfail. It's possible that the test in question fails on other systems; the setup_xfail doesn't give me any reason to believe that that is the case. Tested on i686-pc-linux-gnu, GCC 3.2, both DWARF-2 and stabs. OK to commit? David Carlton carlton@kealia.com 2003-09-24 David Carlton * gdb.base/corefile.exp: Delete obsolete setup_xfail. Index: corefile.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/corefile.exp,v retrieving revision 1.7 diff -u -p -r1.7 corefile.exp --- corefile.exp 29 May 2003 23:00:02 -0000 1.7 +++ corefile.exp 25 Sep 2003 00:43:27 -0000 @@ -244,7 +244,6 @@ gdb_expect { # test reinit_frame_cache gdb_load ${binfile} -setup_xfail "*-*-*" CLLbs17002 gdb_test "up" "#\[0-9\]* *\[0-9xa-fH'\]* in .* \\(\\).*" "up in corefile.exp (reinit)" gdb_test "core" "No core file now."