Re: tstclnt exit code: do we really need to distinguish between failures during PR_Send and PR_Recv?

2011-10-31 Thread Robert Relyea
On 10/31/2011 01:45 AM, Brian Smith wrote: I am modifying tstclnt to test my patch for bug 542832. With my patch, tstclnt always succeeds or fails like it did before, but in some of the failure cases it exits with exit code 1 when the testcase expects it to exit with exit code 254, and

Re: tstclnt exit code: do we really need to distinguish between failures during PR_Send and PR_Recv?

2011-10-31 Thread Brian Smith
Robert Relyea wrote: That being said, I suspect that we currently don't distinguish between these two, and wind up with a false success on expected client auth failure cases when the server is down. In practice that's not too much of a problem because several of the other tests in the suite