https://bugs.winehq.org/show_bug.cgi?id=39232
Bug ID: 39232 Summary: setupapi:install fails if privileges not high enough Product: Wine Version: unspecified Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: setupapi Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
This test systematically times out when run in a restricted or limited user account while it only times out in under 1% of the other runs. Coupled with the pair of messages saying it's skipping tests because it cannot install a service, this clearly indicates a permissions problem.
install.c:303: Tests skipped: Not enough rights to install the service install.c:380: Tests skipped: Not enough rights to install the service test failed: timed out
In particular one can notice this bug on the following WineTest boxes: fg-win2000-rusr: Windows 2000 with a Restricted user account fg-win2000-susr: Windows 2000 with a Standard (Power) user account. fg-winxp-lusr: Windows XP with a Limited user account.
Note however that it succeeds in non-Restricted/Limited user accounts on the following boxes for instance: fg-win7u64-1spie9usr: Windows 7 with a regular user account.
See: https://test.winehq.org/data/tests/setupapi:install.html
https://bugs.winehq.org/show_bug.cgi?id=39232
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase
https://bugs.winehq.org/show_bug.cgi?id=39232
--- Comment #1 from François Gouget fgouget@codeweavers.com --- The TestBot does not have any non-administrator test configuration at this time, which may be why we do not see these failures anymore.
So the first step should be to add such test configurations.