[Bug 51152] New: The 64-bit ntdll:exception test fails in Wine

WineHQ Bugzilla wine-bugs at winehq.org
Tue May 18 16:48:26 CDT 2021


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 at winehq.org
          Reporter: fgouget at 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 at 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 at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list