https://bugs.winehq.org/show_bug.cgi?id=52161
Bug ID: 52161 Summary: ntdll:om fails when run without elevated privileges Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntdll:om fails when run without elevated privileges:
om.c:2481: Test failed: CreateFile failed (5) om.c:2494: Test failed: CreateFile failed (5) om.c:2497: Test failed: comparing FFFFFFFFFFFFFFFF with FFFFFFFFFFFFFFFF returned 00000000
http://winetest.dolphin/data/patterns.html#ntdll:om
This can be reproduced on the TestBot's w1064-adm VM. The fix is probably just a matter of checking for ERROR_ACCESS_DENIED and aborting the test.
The failing tests were introduced with this commit:
commit 47c365606fe67b505fa94ad177d353cd1d10e1c5 Author: Jinoh Kang jinoh.kang.kr@gmail.com Date: Sun Nov 28 19:40:29 2021 +0900
ntdll/tests: Add tests for NtCompareObjects.
Signed-off-by: Jinoh Kang jinoh.kang.kr@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=52161
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |47c365606fe67b505fa94ad177d | |353cd1d10e1c5 Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=52161
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr@gmail.com
--- Comment #1 from Jinoh Kang jinoh.kang.kr@gmail.com --- Sorry for the breakage.
Fix committed: https://source.winehq.org/patches/data/222002
Confirmed regression fix on w1064_adm: https://testbot.winehq.org/JobDetails.pl?Key=103949
https://bugs.winehq.org/show_bug.cgi?id=52161
--- Comment #2 from Jinoh Kang jinoh.kang.kr@gmail.com --- Fix committed: https://source.winehq.org/git/wine.git/commit/4ef486467254441e46aadfbb709c09...
https://bugs.winehq.org/show_bug.cgi?id=52161
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |6.23
https://bugs.winehq.org/show_bug.cgi?id=52161
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |4ef486467254441e46aadfbb709 | |c0952bc75bcce Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- Confirmed, see https://test.winehq.org/data/tests/ntdll:om.html
https://bugs.winehq.org/show_bug.cgi?id=52161
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.0-rc2.