From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6185 invoked by alias); 20 Jul 2006 10:43:16 -0000 Received: (qmail 6173 invoked by uid 22791); 20 Jul 2006 10:43:15 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Jul 2006 10:43:13 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-01.spheriq.net with ESMTP id k6KAh81u015754 for ; Thu, 20 Jul 2006 10:43:08 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-01.spheriq.net with ESMTP id k6KAh5jY030419 for ; Thu, 20 Jul 2006 10:43:05 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k6KAh40a028552 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 20 Jul 2006 10:43:04 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B58A0DA44 for ; Thu, 20 Jul 2006 10:43:03 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 8CFF0474E3 for ; Thu, 20 Jul 2006 10:43:03 +0000 (GMT) Received: from st.com (crx1177.cro.st.com [164.129.47.77]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CIA21866 (AUTH "denis pilat"); Thu, 20 Jul 2006 12:43:02 +0200 (CEST) Message-ID: <44BF5E36.9050002@st.com> Date: Thu, 20 Jul 2006 10:43:00 -0000 From: Denis PILAT User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [testsuite] gdb.base/maint.exp errors Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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-07/txt/msg00269.txt.bz2 I get some errors while running maint.exp with the gdb6.5 on linux RHEL3.0: FAIL: gdb.base/maint.exp: maint print psymbols FAIL: gdb.base/maint.exp: maint print msymbols FAIL: gdb.base/maint.exp: maint print msymbols FAIL: gdb.base/maint.exp: maint print symbols These errors come from the "shell ls" command that tests presence od output files, this command emits some strange character before the gdb prompt and the catching rule in the .exp file is not matched. I'm afraid it could come from my environment. Do you guys get these error as well or does it come from my environment ? I've patched my maint.exp file to remove them but it isnt worth sending this patch if you don't get these errors. Denis