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

Re: [3/4] RFC: add missing quote to test


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> On 07/15/2011 11:08 AM, Tom Tromey wrote:
Tom> Note the unpaired single quote in the test name.

Keith> Yeah, that's clearly a mistake.

Thanks.  I'm checking this in now.

Tom> I don't know why this works without -gdwarf-4.  I think it is a test
Tom> suite bug -- and in any case not something we want to bless by having it
Tom> in the test suite.

Keith> Using the same tree? That is unexpected. Otherwise, I could pretty
Keith> easily attribute this to linespec.c churn.

Yes, same tree:

make check RUNTESTFLAGS='--target_board unix/gdb:debug_flags=-gdwarf-4  static-method.exp'
[...]
FAIL: gdb.cp/static-method.exp: list 'static-method.cc':xxx::(anonymous namespace)::A::func'
# of expected passes		11
# of unexpected failures	1


make check RUNTESTFLAGS='static-method.exp'
# of expected passes		12

Tom


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