[jdk8u-dev] RFR: 8277159: Fix java/nio/file/FileStore/Basic.java test by ignoring /run/user/* mount points [v3]
SendaoYan
syan at openjdk.org
Tue Jan 13 12:47:00 UTC 2026
On Tue, 18 Nov 2025 03:20:23 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi all,
>>
>> This pull request contains a backport of commit [b6876649](https://github.com/openjdk/jdk/commit/b6876649a82bed508d817ccbde1600d00937e4b2) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>>
>> This backport PR try to fix the test bug, test will skip the '/run/user' directory when it throw FileSystemException. This PR add `import jdk.test.lib.Platform;` and `@library /test/lib` make this backport uncleanly, other parts are backport cleanly.
>>
>> Change has been verified locally, test-fix only, no risk.
>>
>> Thanks!
>
> SendaoYan 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:
>
> - Merge branch 'openjdk:master' into jbs8277159
> - Add "@libiray /test/lib" and "import jdk.test.lib.Platform;"
> - Backport b6876649a82bed508d817ccbde1600d00937e4b2
Thanks for the approved.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/705#issuecomment-3744144930
More information about the jdk8u-dev
mailing list