From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19256 invoked by alias); 11 Oct 2012 07:21:33 -0000 Received: (qmail 19172 invoked by uid 22791); 11 Oct 2012 07:21:31 -0000 X-SWARE-Spam-Status: No, hits=-7.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_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; Thu, 11 Oct 2012 07:21:26 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9B7LOKA029580 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 11 Oct 2012 03:21:25 -0400 Received: from host2.jankratochvil.net (ovpn-116-24.ams2.redhat.com [10.36.116.24]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q9B7LLXC024139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 11 Oct 2012 03:21:23 -0400 Date: Thu, 11 Oct 2012 07:21:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: New gdb.mi/mi-breakpoint-changed.exp racy results [Re: [PATCH] Test case on breakpoint-related notifications] Message-ID: <20121011072120.GA10467@host2.jankratochvil.net> References: <1348552864-30499-1-git-send-email-yao@codesourcery.com> <20120930090736.GA25208@host2.jankratochvil.net> <50717295.20802@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50717295.20802@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-10/txt/msg00171.txt.bz2 On Sun, 07 Oct 2012 14:16:21 +0200, Yao Qi wrote: > I can't reproduce it either on my system. However, it looks like fail > is caused by some trail ".*" in patterns, because trail ".*" is > ambiguous on how many characters will be matched. The patch below > should fix the fail. > > -- > Yao > > gdb/testsuite: > > 2012-10-07 Yao Qi > > * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove > trail '.*' on matching patterns. It seems to fix the problem, please check it in. Thanks, Jan