From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5037 invoked by alias); 23 Jan 2010 00:26:35 -0000 Received: (qmail 5027 invoked by uid 22791); 23 Jan 2010 00:26:35 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Jan 2010 00:26:30 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0N0QTqh026002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 22 Jan 2010 19:26:29 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0N0QP62011038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 22 Jan 2010 19:26:28 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id o0N0QPvg023130; Sat, 23 Jan 2010 01:26:25 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o0N0QOwj023129; Sat, 23 Jan 2010 01:26:24 +0100 Date: Sat, 23 Jan 2010 00:26:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Chris Moller , gdb-patches@sourceware.org Subject: Re: Patch for cp-valprint.c Message-ID: <20100123002624.GA22618@host0.dyn.jankratochvil.net> References: <4B59DF28.4090306@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) 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: 2010-01/txt/msg00553.txt.bz2 On Fri, 22 Jan 2010 23:07:01 +0100, Tom Tromey wrote: > I don't know about the other changes offhand. Sometimes I re-run the > test suite to see if problems just go away... though I think Jan has put > some work into making this happen less. -PASS: gdb.mi/mi-break.exp: test hitting breakpoint with commands +FAIL: gdb.mi/mi-break.exp: test hitting breakpoint with commands From: Daniel Jacobowitz: Bug in mi-break.exp http://sourceware.org/ml/gdb-patches/2009-11/msg00510.html IIRC found it as not completely trivial to fix it. -PASS: gdb.mi/mi-nsmoribund.exp: resume all, program exited normally +FAIL: gdb.mi/mi-nsmoribund.exp: unexpected stop In my ignore list as racy. +FAIL: gdb.mi/mi-simplerun.exp: continue to end (failed to resume) Unaware of. Regards, Jan