This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/15028] regressions with dwz -m


http://sourceware.org/bugzilla/show_bug.cgi?id=15028

--- Comment #7 from Tom Tromey <tromey at redhat dot com> ---
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]