Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/ntdll/tests/pipe.c | 340 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 339 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=43676
Your paranoid android.
=== debian9 (32 bit WoW Wine report) ===
ntdll: pipe.c:1626: Test failed: pipe is not signaled pipe.c:1626: Test failed: pipe is not signaled
=== debian9 (build log) ===
On 10/30/2018 02:50 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=43676
Your paranoid android.
=== debian9 (32 bit WoW Wine report) ===
ntdll: pipe.c:1626: Test failed: pipe is not signaled pipe.c:1626: Test failed: pipe is not signaled
NtFlushBuffersFile is currently unreliable in Wine. I have a fix for that that planned to send later, but I will resend the series including the patch before tests.
Jacek