From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7581 invoked by alias); 27 Jan 2008 15:32:06 -0000 Received: (qmail 7572 invoked by uid 22791); 27 Jan 2008 15:32:06 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 27 Jan 2008 15:31:49 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1) with ESMTP id m0RFSMaw015982; Sun, 27 Jan 2008 16:28:23 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id m0RFSMo6032355; Sun, 27 Jan 2008 16:28:22 +0100 (CET) Date: Sun, 27 Jan 2008 15:32:00 -0000 Message-Id: <200801271528.m0RFSMo6032355@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: cseo@linux.vnet.ibm.com, jimb@codesourcery.com, gdb@sourceware.org Subject: expand-symtabs.exp Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00276.txt.bz2 The new expand-psymtabs.exp consistently fails on all systems I try it on with something like: (gdb) break 32 No line 32 in file "../../../../src/gdb/gdb/testsuite/gdb.base/expand-psymtabs.c". (gdb) FAIL: gdb.base/expand-psymtabs.exp: Expand psymtabs Looking at the source code for this test, GDB's respnse here is quite reasonable, since line 32 is the line withe the comment /* Break here */ in the code fragment below: void foo (void) { /* Break here */ } Carlos, Jim, what is this test supposed to check? It makes absolutely no sense to me. Mark