> On Apr 1, 2017, at 4:54 AM, Yann Ylavic <ylavic....@gmail.com> wrote:
> 
> On Fri, Mar 31, 2017 at 5:49 PM, Nick Kew <n...@apache.org> wrote:
>> Just (finally) got the toolchain up&running on the new macbook[1], so I’m
>> testing there.  Getting a failure in testprocmutex: there is no timedlock.
>> 
>> ./testall -v testprocmutex
>> testprocmutex       : \default_timedlock() not 
>> implemented,-flock_timedlock() not implemented,|sysvsem_timedlock() not 
>> implemented,\posix_timedlock() not implemented,-fcntl_timedlock() not 
>> implemented,-Line 133: create the mutex
>> default_timed not implemented,|Line 138: Default timed not implemented
>> FAILED 1 of 6
>> Failed Tests            Total   Fail    Failed %
>> ===================================================
>> testprocmutex               6      1     16.67%
>> 
>> 
>> Any insights?
> 
> Hmm, doesn't MacOS have at least one of:
> - sem_timedwait (posix)
> - semtimedop (IPC SysV)
> - pthread_mutex_timedlock (pthread)
> ?
> 

Nope... it has none. :/

Reply via email to