From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10375 invoked by alias); 16 Mar 2012 08:12:14 -0000 Received: (qmail 10358 invoked by uid 22791); 16 Mar 2012 08:12:12 -0000 X-SWARE-Spam-Status: No, hits=-2.8 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; Fri, 16 Mar 2012 08:12:00 +0000 From: "qiyao at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/13860] New: Fail in gdb.mi/mi-solib.exp when displaced stepping is on Date: Fri, 16 Mar 2012 08:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite 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-q1/txt/msg00431.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13860 Bug #: 13860 Summary: Fail in gdb.mi/mi-solib.exp when displaced stepping is on Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite AssignedTo: unassigned@sourceware.org ReportedBy: qiyao@gcc.gnu.org Classification: Unclassified When running gdb.mi/mi-solib.exp with displaced stepping turned on (native gdb), I get one fail, FAIL: gdb.mi/mi-solib.exp: check for solib event (timeout) gdb.log: PASS: gdb.mi/mi-solib.exp: set stop-on-solib-events run ^M &"run \n"^M ~"Starting program: /home/yao/SourceCode/gnu/gdb/git.new/build-x86/gdb/testsuite/gdb.mi/solib-main \n"^M =thread-group-started,id="i1",pid="2998"^M =thread-created,id="1",group-id="i1"^M ^running^M *running,thread-id="all"^M =library-loaded,id="/lib/ld-linux.so.2",target-name="/lib/ld-linux.so.2",host-name="/lib/ld-linux.so.2",symbols-loaded="0",thread-group="i1"^M (gdb) ^M *stopped,reason="solib-event",thread-id="1",stopped-threads=["1"],core="3"^M mi_expect_stop: expecting: \*stopped,reason="solib-event",.*frame={addr="0x[0-9A-Fa-f]+",func=".*",args=\[.*\],(?:file="[^ ]*.*",fullname="(/[^\n]*/|\\\\[^\\]+\\[^\n]+\\|\\[^\\][^\n]*\\|[a-zA-Z]:[^\n]*\\).*",line=".*"|from=".*")}.*,thread-id="[0-9]+",stopped-threads=[^ ]*^M (=thread-selected,id="[0-9]+"^M |=(?:breakpoint-created|breakpoint-deleted)[^ ]+"^M )* FAIL: gdb.mi/mi-solib.exp: check for solib event (timeout) Looks like it is the test case should be revised to match the output, considering gdb_prompt is displaced in the middle of output. -- 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.