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: [patch/testsuite] gdb.c++/classes.exp: add another ptype pattern


drow> Could you try adding the .* from the following (kfail) pattern instead? 
drow> I.E. right after "int x;".

Mmmm, no.  I don't like ".*" in a PASS pattern.

I admit it's kind of yucky to be too specific, but the yuckiness
manifests as new FAILs when new compilers come out, which I can
handle.  With "int x;.*\\}" { pass ... }, we will get spurious
passes if gcc or gdb breaks.

Michael C


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