https://bugs.winehq.org/show_bug.cgi?id=40191
Bug ID: 40191 Summary: ntdll:rtl test regression Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The commit below introduced a test failure on Windows 8, 8.1 and 10.
Failure: rtl.c:2079: Test failed: expected SpinCount == 0, got 33556432
ntdll:rtl results on test.winehq.org: https://test.winehq.org/data/tests/ntdll:rtl.html
commit 2689b7b1be096c8b7755ac3e75d2d366cb3debab Author: Sebastian Lackner sebastian@fds-team.de Date: Tue Feb 16 08:41:21 2016 +0100
ntdll/tests: Add tests for RtlInitializeCriticalSectionEx.
Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Alexandre Julliard julliard@winehq.org