From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11200 invoked by alias); 7 Aug 2013 19:28:25 -0000 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 Received: (qmail 11178 invoked by uid 48); 7 Aug 2013 19:28:25 -0000 From: "tromey at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug symtab/15028] regressions with dwz -m Date: Wed, 07 Aug 2013 19:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q3/txt/msg00190.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15028 --- Comment #7 from Tom Tromey --- I see different issues with the current cvs head: Regressions: gdb.base/completion.exp: complete ptype enum some_: PASS => FAIL gdb.base/maint.exp: mt expand-symtabs: PASS => FAIL gdb.cp/derivation.exp: ptype N::value_type: PASS => FAIL gdb.cp/namespace.exp: print AAA::ALPHA: PASS => FAIL gdb.cp/namespace.exp: whatis ::C::cOtherFileType: PASS => FAIL gdb.cp/namespace.exp: whatis C::cOtherFileType: PASS => FAIL gdb.dwarf2/implptrconst.exp: print *c: PASS => FAIL gdb.dwarf2/implptrconst.exp: print d[-2]: PASS => FAIL Missing tests: gdb.base/fullpath-expand.exp: info source: PASS gdb.base/fullpath-expand.exp: list func: PASS gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func: PASS gdb.dwarf2/dw2-restrict.exp: ptype f: PASS gdb.linespec/break-ask.exp: 0: PASS gdb.linespec/break-ask.exp: 2: PASS gdb.linespec/break-ask.exp: 3: PASS gdb.linespec/break-ask.exp: break twodup absolute: PASS gdb.linespec/break-ask.exp: break twodup relative: PASS gdb.linespec/break-ask.exp: break twodup relative other: PASS gdb.linespec/break-ask.exp: continue to breakpoint: body_elsewhere: PASS gdb.linespec/break-ask.exp: continue to breakpoint: body_elsewhere other: PASS gdb.linespec/break-ask.exp: expect breakpoint: PASS gdb.linespec/break-ask.exp: expect breakpoint other: PASS gdb.linespec/break-ask.exp: info source: PASS gdb.linespec/break-ask.exp: info source other: PASS gdb.linespec/break-ask.exp: set filename-display absolute: PASS gdb.linespec/break-ask.exp: set filename-display relative: PASS gdb.linespec/break-ask.exp: set multiple-symbols ask: PASS gdb.linespec/macro-relative.exp: info macro HEADER: PASS fullpath-expand, break-ask, and macro-relative fail due to test oddities, like: cc-with-tweaks.sh: unable to find usable gdb This can happen if, e.g., the test case "cd"s into the srcdir. dw2-restrict fails due to a dwz crash. I reported this. https://bugzilla.redhat.com/show_bug.cgi?id=994658 My original series is still ok -- it doesn't help much with the current test suite, but it includes at least one new test case demonstrating a bug. I haven't investigated the new regressions yet. -- You are receiving this mail because: You are on the CC list for the bug.