This is the mail archive of the gdb@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]

Help, minor bug in testsuite


OK, not sure what to do with this one.  The test in gdb.base/list.exp
says:

# Try listsize of 0 which suppresses printing.

    set_listsize 0
    gdb_test "list 1" "" "listsize of 0 suppresses output"


However, the test only passes because "" is the same as ".*". In fact, the output is NOT suppressed, and I can find nowhere in the documentation that says it SHOULD be suppressed.

I'm not sure what to do with this test...

Michael


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