RFR: 8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment
SendaoYan
syan at openjdk.org
Wed Jun 26 15:30:10 UTC 2024
On Wed, 26 Jun 2024 12:15:33 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails on rpm build mock environment. The `df -h` command return fail `df: cannot read table of mounted file systems: No such file or directory` on the rpm build mock environment also. I think it's a environmental issue, and the environmental issue should not cause the test fails, it should skip the test.
>
> Only change the testcase, the change has been verified locally, no risk.
The GHA test runner report a failure, I think it's unrelated to this PR.
1. linux x86 fastdebug run test `compiler/interpreter/Test6833129.java` crash `oopDesc::size_given_klass`, seems similar to [JDK-8334760](https://bugs.openjdk.org/browse/JDK-8334760)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2191995696
More information about the core-libs-dev
mailing list