On Thu, 25 Jul 2024 12:39:35 GMT, SendaoYan <s...@openjdk.org> wrote:
> The rpmbuild mock enviroment is like a sandbox, which created by `chroot` > shell command, in the rpmbuild mock enviroment, `df -h` report `cannot read > table of mounted file systems`, and java Files.getFileStore also throw > `IOException`. We want to build and test the jdk in this `sandbox`, and the > default jtreg work directory is `JTWork` in current directory, so this > testcase will report fails. Okay, but doesn't mean that lots of other tests will fail too, esp. tests in jdk_nio test group. ------------- PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2250241338