Enable JdiListeningLocalhostExecutionControlTest.java
In a recent test on all architectures, this test did not fail on any of them. An investigation of the possible causes for the getaddrinfo() error indicates that the reported failure could be very intermittent and closely related to a rare network config that causes getaddrinfo() to fail for the string "localhost".
Testing
Built and tested on all platforms: https://launchpad.net/~pushkarnk/+archive/ubuntu/openjdk-21-test/+builds?build_state=built
buildlog_ubuntu-mantic-amd64.openjdk-21_21~30ea-1ubuntu1_BUILDING.txt.gz
Passed: jdk/jshell/JdiListeningLocalhostExecutionControlTest.java
buildlog_ubuntu-mantic-arm64.openjdk-21_21~30ea-1ubuntu1_BUILDING.txt.gz
Passed: jdk/jshell/JdiListeningLocalhostExecutionControlTest.java
buildlog_ubuntu-mantic-armhf.openjdk-21_21~30ea-1ubuntu1_BUILDING.txt.gz
Passed: jdk/jshell/JdiListeningLocalhostExecutionControlTest.java
buildlog_ubuntu-mantic-i386.openjdk-21_21~30ea-1ubuntu1_BUILDING.txt.gz
Passed: jdk/jshell/JdiListeningLocalhostExecutionControlTest.java
buildlog_ubuntu-mantic-ppc64el.openjdk-21_21~30ea-1ubuntu1_BUILDING.txt.gz
Passed: jdk/jshell/JdiListeningLocalhostExecutionControlTest.java
buildlog_ubuntu-mantic-s390x.openjdk-21_21~30ea-1ubuntu1_BUILDING.txt.gz
Passed: jdk/jshell/JdiListeningLocalhostExecutionControlTest.java
Edited by Pushkar Kulkarni