https://bugs.winehq.org/show_bug.cgi?id=52863
Bug ID: 52863 Summary: kernel32:actctx fails on Windows 10 1909 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:actctx fails on Windows 10 1909:
actctx.c:1110: wrong_manifest11 actctx.c:1045: Test failed: Unexpected context handle 00000000000F9CE8.
https://test.winehq.org/data/patterns.html#kernel32:actctx
The failure happens in the new test_create_and_fail(wrong_manifest11...) call introduced by this commit:
commit c7f72cc4003cc2714bf219d9d595ce9f87c30a98 Author: Rémi Bernon rbernon@codeweavers.com AuthorDate: Wed Apr 6 16:09:28 2022 +0200
kernel32/tests: Add some activatableClass manifest attribute tests.
And the matching ACTIVATION_CONTEXT_SECTION_WINRT_ACTIVATABLE_CLASSES activation context section.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
The failure can be reproduced on the w1064v1909 TestBot VM.