Details
-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b84
-
x86
-
linux_ubuntu
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018810 | 7u45 | Alan Bateman | P4 | Closed | Fixed | b01 |
JDK-8014887 | 7u40 | Dmeetry Degrave | P4 | Closed | Fixed | b28 |
JDK-8034121 | 6u75 | Ivan Gerasimov | P4 | Closed | Fixed | b08 |
Description
3 tests are failing on Ubuntu 12.04 since InetAddress.getLocalHost() returns 127.0.1.1, when these tests assumed that 127.0.0.1 would be returned.
The failing tests are:
test/java/nio/channels/DatagramChannel/Connect.java
test/java/nio/channels/DatagramChannel/ConnectedSend.java
test/javax/management/remote/mandatory/connection/RMIConnectionIdTest.java
The failing tests are:
test/java/nio/channels/DatagramChannel/Connect.java
test/java/nio/channels/DatagramChannel/ConnectedSend.java
test/javax/management/remote/mandatory/connection/RMIConnectionIdTest.java
Attachments
Issue Links
- backported by
-
JDK-8014887 TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
- Closed
-
JDK-8018810 TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
- Closed
-
JDK-8034121 TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
- Closed
- duplicates
-
JDK-8022220 Intermittent test failures in javax/management/remote/mandatory/connection/RMIConnectionIdTest.java
- Resolved