diff options
author | Neil Fuller <nfuller@google.com> | 2015-01-14 09:14:25 +0000 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2015-01-14 11:58:49 +0000 |
commit | a43c5da446e8f02ebe23b6a026c25f4e25d89318 (patch) | |
tree | dd8345b2b81f08cc8aaf47d0510ac559d31831cc /expectations | |
parent | d182f85c484f6be01b6bff015adc00a01fa63935 (diff) | |
download | libcore-a43c5da446e8f02ebe23b6a026c25f4e25d89318.zip libcore-a43c5da446e8f02ebe23b6a026c25f4e25d89318.tar.gz libcore-a43c5da446e8f02ebe23b6a026c25f4e25d89318.tar.bz2 |
Fix the hostname for the IPv6 loopback address
Previously the hostname was "localhost", which
resolves to the IPv4 loopback address.
Also fixed the documentation for getAllByName(null)
which has returned the loopback addresses all the way
back to 2009 and not thrown an exception as
suggested in the docs.
Test fixes and new tests included.
Depends on commit 25147416bb105914c3cdf8fd65ca7cc20dae0f3e
Bug: 18991397
Bug: https://code.google.com/p/android/issues/detail?id=96801
Change-Id: I9723516a977e2a3b97412bc1d7e58b36df327feb
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/brokentests.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 2ff723f..0a047a2 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -67,7 +67,6 @@ result: EXEC_FAILED, names: [ "org.apache.harmony.tests.java.net.Inet6AddressTest#test_getByNameLjava_lang_String", - "org.apache.harmony.tests.java.net.InetAddressTest#test_equalsLjava_lang_Object", "org.apache.harmony.tests.java.net.InetAddressTest#test_getByNameLjava_lang_String", "org.apache.harmony.tests.java.net.InetAddressTest#test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface" ] |