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: [patch] Handle absent "/usr/sbin/" in prelink error output.


On Tue, 16 Nov 2010 23:44:33 +0100, Doug Evans wrote:
> I'm wondering if at least part of the problem is in prelink_{no,yes}.
> Is it possible for them to return zero (i.e. "fail") but not trigger a
> test failure?  e.g. is there a conflation of "feature is present but
> not working" with "feature is not present"?  Dunno, just a wild guess
> at this point.

prelink_{no,yes} are pretty short and they only:
return 0 => then fail or xfail has been always executed
return 1 => then pass has been always executed


Regards,
Jan


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