On 07/24/2014 09:51 PM, Wang Weijun wrote:
Please review the code change at
http://cr.openjdk.java.net/~weijun/8051953/webrev.00/test/ProblemList.txt.udiff.html
which add one item into test/ProblemList.txt
+# 8051952: Unreachable.java test failing on Windows
+sun/security/krb5/auto/Unreachable.java windows-all
8051952 is closed though. There should ideally be an open bug to track
its eventual removal from the ProblemList.
The test started failing since July 13 on multiple test machines. The reason is
that a UDP receive() call does not throw an UnreachablePortException.
Microsoft's own portqry.exe also cannot receive the ICMP destination
unreachable message.
Can this test ever come off the problem list? If so, I think there
should be an open bug to track that. If not, I think we should adjust
the test itself to not run on Windows or work around the exception if
possible.
--Sean
This might be due to a change of network configuration.
Thanks
Max