https://bugs.winehq.org/show_bug.cgi?id=51152
Bug ID: 51152 Summary: The 64-bit ntdll:exception test fails in Wine Product: Wine Version: 6.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The 64-bit ntdll:exception test fails in Wine.
More precisely the test exits without printing the summary line which means it must be calling exit() or prematurely being forced to exit in some other way:
https://test.winehq.org/data/patterns.html#ntdll:exception
exception.c:3027: Test marked todo: 35: ds 0 does not match ss 0x2b exception.c:3030: Test marked todo: 35: got fs 0 <---- trace from the test ntdll:exception:033c done (0) in 0s <---- trace from WineTest
This started with the following commit:
commit 10d7a804c1973f332b9068cb8c98119c6dd7c1e2 Author: Zebediah Figura z.figura12@gmail.com Date: Sun Mar 28 17:08:30 2021 -0500
ntdll/tests: Add a test for segment register contents in x86_64 exception handlers.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org