[jdk8u-dev] RFR: 8153147: Mark java/net/BindException/Test.java as intermittently failing
SendaoYan
syan at openjdk.org
Tue Sep 30 07:39:45 UTC 2025
On Tue, 30 Sep 2025 01:45:33 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> I want to backport JDK-8153147 to mark java/net/BindException/Test.java as intermittently failing. The `@key intermittent` will enable this test disable or auto rerun when fails for some setups.
GHA report several test failures
- Several security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java tests fails, which recorded by https://bugs.openjdk.org/browse/JDK-8367256. It's unrelated to this backport PR.
- Several com/sun/jdi fails on macos-x64, tests fails because of `gethostbyname: unknown host`, seems like test environmental issue
- gc/6581734/Test6581734.java timed out, this failure has been recorded by https://bugs.openjdk.org/browse/JDK-8332853, it's unrelated to this backport PR.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/703#issuecomment-3350412980
More information about the jdk8u-dev
mailing list