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: RFC: Gcore.exp for incapable targets


drow> The only problem I see with this patch is the unsupported; should it
drow> just be a fail instead?  If gcore fails natively this will cause a
drow> PASS->UNSUPPORTED instead of the PASS->FAIL that I'd expect.

Either UNSUPPORTED or FAIL is fine with me.

Personally I like UNSUPPORTED for this, because it's reasonable
for the platform not to support core files.  We can never quite
tell inside the test if it's a platform limitation or a gdb bug
so that would a be a case for making it FAIL.

Michael C


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