[jdk8u-dev] Integrated: 8277159: Fix java/nio/file/FileStore/Basic.java test by ignoring /run/user/* mount points

SendaoYan syan at openjdk.org
Tue Jan 13 12:47:02 UTC 2026


On Thu, 16 Oct 2025 03:06:33 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!

This pull request has now been integrated.

Changeset: 8741a8d0
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/8741a8d07d5f782c1972438481a6e5e9e1329b47
Stats:     12 lines in 1 file changed: 11 ins; 0 del; 1 mod

8277159: Fix java/nio/file/FileStore/Basic.java test by ignoring /run/user/* mount points

Reviewed-by: phh
Backport-of: b6876649a82bed508d817ccbde1600d00937e4b2

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

PR: https://git.openjdk.org/jdk8u-dev/pull/705


More information about the jdk8u-dev mailing list