This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] powerpc: Convert tests to the new support test-driver


On 12/20/2016 06:30 AM, Rajalakshmi Srinivasaraghavan wrote:

     +  status = xpthread_join (threads[i]);
        if (status)
          {
            return 1;
     @@ -184,5 +178,4 @@ do_test (void)

I don’t think you should omit the FAIL message here. Other than that,
LGTM.

I think xpthread_check_return() called from xpthread_join()
is already handling it.

Not for the status == NULL case.

Florian


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