Signed-off-by: Jacek Caban jacek@codeweavers.com --- v2: Fixed uninitialized memory access.
dlls/ntdll/tests/pipe.c | 319 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 318 insertions(+), 1 deletion(-)
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=43740
Your paranoid android.
=== debian9 (32 bit Wine report) ===
ntdll: pipe.c:1612: Test failed: pipe is not signaled
=== debian9 (build log) ===
On 10/31/2018 03:45 PM, 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=43740
Your paranoid android.
=== debian9 (32 bit Wine report) ===
ntdll: pipe.c:1612: Test failed: pipe is not signaled
That's a race, I will send a better version.
Jacek