RFR: JDK-8041677 - java/net/MulticastSocket/TestInterfaces failed on Oracle VM Virtual Ethernet Adapter

Mark Sheppard mark.sheppard at oracle.com
Wed May 27 11:58:06 UTC 2015


thanks Chris

On 26/05/2015 22:12, Chris Hegarty wrote:
> Looks fine.
>
> Not for now, but sometime we should consider adding a utility to the test library to retrieve an appropriate set of network interfaces suitable for use in tests ( rather than patching all these tests individually ).
>
> -Chris.
>
>> On 26 May 2015, at 20:21, Mark Sheppard <mark.sheppard at oracle.com> wrote:
>>
>> Hi
>>   please oblige and review the following change
>> http://cr.openjdk.java.net/~msheppar/8041677/webrev/
>>
>> which addresses the issue
>> https://bugs.openjdk.java.net/browse/JDK-8041677
>>
>> analysis has shown that the Teredo interfaces causes issue, due to its dynamic configuration, when included in
>> the test. A conditional statement excludes Teredo from the latter part of the test, so
>> the conditional is moved to the start of the while loop
>>
>> regards
>> Mark
>>



More information about the net-dev mailing list