https://bugs.winehq.org/show_bug.cgi?id=53510
Bug ID: 53510 Summary: ntoskrnl.exe:ntoskrnl sometimes fails on Windows 7 and 8 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntoskrnl Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntoskrnl.exe:ntoskrnl sometimes fails on Windows 7 and 8:
driver.c:2478: Test failed: Got control flags 0x4. driver.c:2495: Test failed: Got control flags 0x4. driver.c:1758: Test failed: Got control flags 0x4. driver.c:1769: Test failed: Got control flags 0x4.
https://test.winehq.org/data/patterns.html#ntoskrnl.exe:ntoskrnl
This set of four errors is usually repeated 3 times but sometimes has different flags:
driver.c:2478: Test failed: Got control flags 0x8. or driver.c:2478: Test failed: Got control flags 0x4e. or driver.c:2478: Test failed: Got control flags 0x82.
https://bugs.winehq.org/show_bug.cgi?id=53510
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53510
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This also happens on Windows 10 but with slightly different flag values:
driver.c:2481: Test failed: Got control flags 0x2. driver.c:2498: Test failed: Got control flags 0x2. driver.c:1758: Test failed: Got control flags 0x2. driver.c:1769: Test failed: Got control flags 0x2. driver.c:2481: Test failed: Got control flags 0x2. driver.c:2498: Test failed: Got control flags 0x2. driver.c:1758: Test failed: Got control flags 0x2. driver.c:1769: Test failed: Got control flags 0x2. 0004:ntoskrnl: 930 tests executed (0 marked as todo, 0 as flaky, 8 failures), 0 skipped.