From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9023 invoked by alias); 21 May 2009 02:16:19 -0000 Received: (qmail 9011 invoked by uid 22791); 21 May 2009 02:16:18 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_32,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 May 2009 02:16:14 +0000 Received: (qmail 3419 invoked from network); 21 May 2009 02:16:07 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 21 May 2009 02:16:07 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [patch] Fix recent gdb.mi testsuite "unknown output after running" Date: Thu, 21 May 2009 02:16:00 -0000 User-Agent: KMail/1.9.10 Cc: Jan Kratochvil References: <20090520183209.GA12914@host0.dyn.jankratochvil.net> In-Reply-To: <20090520183209.GA12914@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905210316.30122.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00447.txt.bz2 On Wednesday 20 May 2009 19:32:10, Jan Kratochvil wrote: > recently getting on Fedora 11 (=Rawhide) x86_64: > > FAIL: gdb.mi/mi-nsintrall.exp: mi runto main (unknown output after running) > ERROR: mi-nsintrall.exp tests suppressed > FAIL: gdb.mi/mi-async.exp: start: stop (unknown output after running) > FAIL: gdb.mi/mi-async.exp: restart: stop (unknown output after running) > FAIL: gdb.mi/mi-nsmoribund.exp: mi runto main (unknown output after running) > ERROR: mi-nsmoribund.exp tests suppressed > FAIL: gdb.mi/mi-nonstop.exp: mi runto main (unknown output after running) > ERROR: mi-nonstop.exp tests suppressed > FAIL: gdb.mi/mi-nonstop-exit.exp: mi runto main (unknown output after running) > ERROR: mi-nonstop-exit.exp tests suppressed > > but it is more a bug in the testsuite as GDB output looks valid (below). > > Attaching a quick fix, just I understand an MI grammar compliant parser would > be better for the testsuite. I'd like to understand what caused this. This is probably related to my recent changes to linux-nat.c to rework async mode, and add multiprocess, although I wasn't seeing this when I commited them. -- Pedro Alves