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]

Re: XFAIL vs. KFAIL


> can somebody explain the difference between XFAILing and KFAILing a
> test in the GDB testsuite? I've looked at DejaGNU manual, I haven't
> found the answer.

KFAIL is when we know of a failure caused by a bug in GDB.

XFAIL is when a problem outside of GDB's control is causing the test
to fail. For instance, a kernel issue, or some wrong debugging info
generated by the compiler, etc.

-- 
Joel


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