From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5310 invoked by alias); 22 Jun 2006 19:58:44 -0000 Received: (qmail 5172 invoked by uid 22791); 22 Jun 2006 19:58:43 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 22 Jun 2006 19:58:40 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FtVK3-0005Rj-1s for gdb-patches@sourceware.org; Thu, 22 Jun 2006 15:58:39 -0400 Date: Thu, 22 Jun 2006 19:58:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: [ob] Eliminate another gdb_suppress_entire_file Message-ID: <20060622195839.GA20890@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes 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-06/txt/msg00334.txt.bz2 There's a few versions of GCC 4.1 which can't compile gdb.base/store.c. It was eventually fixed on the release branch, but I happen to be testing a version where it's broken. I've been making this change globally as the function in question pops up to bite me. Tested, committed. -- Daniel Jacobowitz CodeSourcery 2006-06-22 Daniel Jacobowitz * gdb.base/store.exp: Don't use gdb_suppress_entire_file. Index: gdb-20060226/gdb/testsuite/gdb.base/store.exp =================================================================== --- gdb-20060226.orig/gdb/testsuite/gdb.base/store.exp 2004-08-04 07:59:56.000000000 -0700 +++ gdb-20060226/gdb/testsuite/gdb.base/store.exp 2006-06-13 20:57:13.000000000 -0700 @@ -30,7 +30,8 @@ set testfile "store" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." + untested store.exp + return -1 } if [get_compiler_info ${binfile}] {