Re: [2/2] kernel32: Implement InitOnceExecuteOnce() for Linux platform

2012-07-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://winetestbot.dolphin/JobDetails.pl?Key=55 Your paranoid android.

Re: [2/2] kernel32: Implement InitOnceExecuteOnce() for Linux platform (resend)

2012-07-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://winetestbot.dolphin/JobDetails.pl?Key=58 Your paranoid android.

Re: [2/2] kernel32: Implement InitOnceExecuteOnce() for Linux platform (resend)

2012-07-24 Thread Alexandre Julliard
Nikolay Sivov writes: > +DWORD NTAPI RtlRunOnceExecuteOnce(PRTL_RUN_ONCE initonce, > PRTL_RUN_ONCE_INIT_FN callback, void *parameter, void **ctxt) > +{ > +#ifdef __linux__ > +if (!use_futexes()) return FALSE; > + > +for (;;) > +{ > +DWORD_PTR val = (DWORD_PTR)interlocked_cmpx

Re: [2/2] kernel32: Implement InitOnceExecuteOnce() for Linux platform

2012-07-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=20269 Your paranoid android