https://bugs.winehq.org/show_bug.cgi?id=41719
Bug ID: 41719 Summary: crypt32:store test regression in testRegStoreSavedCerts() Product: Wine Version: 1.9.8 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, crypt32:store issues 12 failures when not run with elevated privileges. For instance see fg-win7u64-1spie9adm and fg-win7u64-1spie9usr.
store.c:418: Test failed: Adding to the store failed at 0, 5 store.c:428: Test failed: The cert hasn't been saved at 0, 5 store.c:460: Test failed: Failed to find cert in the store at 0, 80092004 store.c:463: Test failed: Failed to delete certificate from store at 0, 80070057 store.c:418: Test failed: Adding to the store failed at 1, 5 store.c:428: Test failed: The cert hasn't been saved at 1, 5 store.c:460: Test failed: Failed to find cert in the store at 1, 80092004 store.c:463: Test failed: Failed to delete certificate from store at 1, 80070057 store.c:418: Test failed: Adding to the store failed at 2, 5 store.c:428: Test failed: The cert hasn't been saved at 2, 5 store.c:460: Test failed: Failed to find cert in the store at 2, 80092004 store.c:463: Test failed: Failed to delete certificate from store at 2, 80070057
See: https://test.winehq.org/data/tests/crypt32:store.html
commit 30164ea3e8d42a6afa21e40f8886e646562c64ea Author: Donat Enikeev donat@enikeev.net Date: Mon Nov 7 17:37:48 2016 +0100
crypt32/tests: Testing priorities and flags of stores in a collection; and whether certs are saved in registry endpoint.
Signed-off-by: Donat Enikeev donat@enikeev.net Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org