From: Zebediah Figura Subject: Re: [PATCH v2 1/2] kernelbase/tests: Relax tests for WaitOnAddress(). Message-Id: <1a7b5be5-daa8-2a6c-9155-fa3cc0f197bc@gmail.com> Date: Wed, 5 Dec 2018 11:05:20 -0600 In-Reply-To: References: <20181205161153.32196-1-z.figura12@gmail.com> On 12/05/2018 10:19 AM, Marvin wrote: > 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: > https://testbot.winehq.org/JobDetails.pl?Key=45490 > > Your paranoid android. > > > === wxppro (32 bit report) === > > kernelbase: > sync: Timeout > > This occurs because InterlockedCompareExchange64() is missing from kernel32. As far as I'm aware, though, kernelbase isn't present on Windows XP, so why does the TestBot even try to run these tests?