-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[jdk18 arm32, aarch64] jdk_net failures related with IPv6 #3637
Comments
and presumably with EXTRA_OPTIONS=-Djava.net.preferIPv4Stack=true they are still running and failing? |
Correct, EXTRA_OPTIONS=-Djava.net.preferIPv4Stack=true won't work with those tests. https://ci.adoptopenjdk.net/job/Grinder/4586/ |
adoptium#3637 adoptium#3599 (comment) Signed-off-by: Sophia Guo <[email protected]>
More tests with https://ci.adoptopenjdk.net/job/Grinder/4618/ to https://ci.adoptopenjdk.net/job/Grinder/4623/ |
* Exclude problematic tests 1. linux-arm jdk8 #3603 (comment) Signed-off-by: Sophia Guo <[email protected]> * Linux-arm jdk11 exclude list Signed-off-by: Sophia Guo <[email protected]> * Fix wrong os-arch in problemlist file Signed-off-by: Sophia Guo <[email protected]> * Exclude three hotspot_jre_2 tests for jdk8 arm32 Signed-off-by: Sophia Guo <[email protected]> * Problematic tests on jdk17 arm #3594 (comment) Signed-off-by: Sophia Guo <[email protected]> * arm jdk18 jdk_net failures #3637 #3599 (comment) Signed-off-by: Sophia Guo <[email protected]>
* Exclude problematic tests 1. linux-arm jdk8 adoptium#3603 (comment) Signed-off-by: Sophia Guo <[email protected]> * Linux-arm jdk11 exclude list Signed-off-by: Sophia Guo <[email protected]> * Fix wrong os-arch in problemlist file Signed-off-by: Sophia Guo <[email protected]> * Exclude three hotspot_jre_2 tests for jdk8 arm32 Signed-off-by: Sophia Guo <[email protected]> * Problematic tests on jdk17 arm adoptium#3594 (comment) Signed-off-by: Sophia Guo <[email protected]> * arm jdk18 jdk_net failures adoptium#3637 adoptium#3599 (comment) Signed-off-by: Sophia Guo <[email protected]>
* Exclude problematic tests 1. linux-arm jdk8 #3603 (comment) Signed-off-by: Sophia Guo <[email protected]> * Linux-arm jdk11 exclude list Signed-off-by: Sophia Guo <[email protected]> * Fix wrong os-arch in problemlist file Signed-off-by: Sophia Guo <[email protected]> * Exclude three hotspot_jre_2 tests for jdk8 arm32 Signed-off-by: Sophia Guo <[email protected]> * Problematic tests on jdk17 arm #3594 (comment) Signed-off-by: Sophia Guo <[email protected]> * arm jdk18 jdk_net failures #3637 #3599 (comment) Signed-off-by: Sophia Guo <[email protected]>
Same for jdk18 linux-aarch64 https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_aarch64_linux/30/#showFailuresLink |
TEST:
|
Looks like this have been fixed in upstream https://bugs.openjdk.org/browse/JDK-8314517?jql=text%20~%20%22com%2Fsun%2Fnet%2Fhttpserver%2Fsimpleserver%2FCommandLinePositiveTest.java%22. Grinder : Tests were disabled since JDK18 and disabled forward to all newer versions. Grinders are not available for jdk 23,24 and works for jdk21. Fixes are in since jdk21. Make sense to enable for jdk21+. |
Following jdk_net test failed on arm32 with jdk18, those tests suppose that IPv6 are supported on all platforms, which is not true for arm_linux.
https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_arm_linux_testList_1/28/
com/sun/net/httpserver/simpleserver/CommandLinePositiveTest.java.CommandLinePositiveTest
com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePositiveTest.java.CommandLinePositiveTest
java/net/InetAddress/HostsFileOrderingTest.java.HostsFileOrderingTest
java/net/InetAddress/InternalNameServiceTest.java.InternalNameServiceTest
java/net/InetAddress/InternalNameServiceWithHostsFileTest.java.InternalNameServiceWithHostsFileTest
For example java/net/InetAddress/HostsFileOrderingTest.java has testcases with -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true
or IPv6 tests is not conditional java/net/InetAddress/InternalNameServiceTest.java
#3599 (comment)
The text was updated successfully, but these errors were encountered: