This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: Interesting PASS in gdb.log for mips-irix...


I'm really overwhelmed right now with tons of different things to look
at, all at the same time. I'll keep this in my list, but if somebody
is interested, I'll be grateful.

(tha's what bug reports are for :-)


The gdb.log file contains an entry like this:

        call Fun(foo)
        That operation is not available on integers of more than 8 bytes.
        (gdb) PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tld

We got an error and yet we PASS. ?!?.

Here's the pair:


    gdb_test "call Fun(foo)" "" "call Fun(foo); ${tests}"
    gdb_test "p/c L" " = 49 '1'" "p/c L; ${tests}"

the second should still fail (the first could use gdb_test_exact I guess?).

Andrew



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