[Bug 51380] New: The segment register tests fail in the wow32 ntdll:exception build

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jul 1 16:16:14 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51380

            Bug ID: 51380
           Summary: The segment register tests fail in the wow32
                    ntdll:exception build
           Product: Wine
           Version: 6.10
          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 segment register tests fail in the wow32 ntdll:exception build:

https://test.winehq.org/data/patterns.html#ntdll:exception

exception.c:1233: Test failed: wrong ds 0000 / 002b
exception.c:1234: Test failed: wrong es 0000 / 002b
exception.c:1235: Test failed: wrong gs 0000 / 002b
exception.c:1233: Test failed: wrong ds 0000 / 002b
exception.c:1234: Test failed: wrong es 0000 / 002b
exception.c:1235: Test failed: wrong gs 0000 / 002b

Note that these failures don't happen in a pure 32-bit prefix or when running
the 64-bit tests.

These tests were introduced by this commit:

commit 03fe2b36cdcd6d5b431af2bc02aeeb67219c1a51
Author:     Alexandre Julliard <julliard at winehq.org>
AuthorDate: Tue Jun 22 12:43:09 2021 +0200

    ntdll/tests: Add more tests for segment registers in 64-bit mode.

    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