From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14198 invoked by alias); 23 May 2012 08:02:46 -0000 Received: (qmail 14178 invoked by uid 22791); 23 May 2012 08:02:45 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SUBJ_OBFU_PUNCT_FEW X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 May 2012 08:02:31 +0000 From: "qiyao at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/14135] New: Fails in gdb.python/py-finish-breakpoint.exp when `set target-async on'. Date: Wed, 23 May 2012 08:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: qiyao at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00156.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14135 Bug #: 14135 Summary: Fails in gdb.python/py-finish-breakpoint.exp when `set target-async on'. Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned@sourceware.org ReportedBy: qiyao@gcc.gnu.org Classification: Unclassified These fails are mentioned here http://sourceware.org/ml/gdb-patches/2012-05/msg00290.html. Track them in this PR. Run test suite with async mode, then we can see following fails. FAIL: gdb.python/py-finish-breakpoint.exp: check MyFinishBreakpoint hit (GDB internal error) FAIL: gdb.python/py-finish-breakpoint.exp: check stopped location FAIL: gdb.python/py-finish-breakpoint.exp: stop in condition function FAIL: gdb.python/py-finish-breakpoint.exp: stop at conditional breakpoint Noe that this test case fails (in async mode) when it was introduced by this commit 7c56fb07bde331d79eb73ece26b8fc960aa13eb2. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.