On Fri, 1 Sep 2023 08:32:20 GMT, Christoph Langer <clan...@openjdk.org> wrote:

>> On Windows, the test java/lang/ProcessHandle/InfoTest.java can fail when run 
>> as user that is member of the Administrators group. In that case new files 
>> are not owned by the user but instead by BUILTIN\ADMINISTRATORS. This breaks 
>> the assumptions of the test's whoami check. My suggestion is to cater for 
>> this case and don't fail the test but write a warning message to stdout that 
>> a whoami check is not correctly possible.
>
> Christoph Langer has updated the pull request with a new target base due to a 
> merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains three additional 
> commits since the last revision:
> 
>  - Use System.getProperty(user.name) for the Windows Adminstrators case
>  - Merge branch 'master' into JDK-8314094
>  - JDK-8314094

OK, the latest update seems to work. I'll integrate tomorrow, unless I hear 
concerns.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15222#issuecomment-1704820273

Reply via email to