commit | abc35d5527b1621e4e672768688f1b9461cbe14a | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue Jun 21 10:53:07 2016 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue Jun 21 13:39:49 2016 +0900 |
tree | a61aa7788a9d8d4c9a8f7d13c7d11a2933ad92a6 | |
parent | c3a9008e3d8d45c754a4ad6733984d95fd1c4e2b [diff] |
Clear local test results across DNS lookups. If InetAddress.getAllByName("ipv6.google.com") throws UnknownHostException, the test silently ignores it. This causes a misleading failure, because the test then reuses the addrs variable that is left over from the previous DNS query for "www.google.com", and fails because it has an IPv4 address. Fixes: 12210306 Bug: 29231261 Change-Id: I1dde945765d40a84eba139055306b07ebc97d0ec