Details
-
Bug
-
Resolution: Fixed
-
P3
-
7, 8
-
b108
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8035798 | 7u80 | Mark Sheppard | P3 | Resolved | Fixed | b01 |
JDK-8060960 | 7u79 | Mark Sheppard | P3 | Resolved | Fixed | b01 |
JDK-8057431 | 7u76 | Mark Sheppard | P3 | Closed | Fixed | b01 |
Description
TESTFAIL:java/net/NetworkInterface/UniqueMacAddressesTest.java
---------System.out:(7/276)----------
UniqueMacAddressesTest: start
Adding NetworkInterface net4
Adding NetworkInterface net6
Adding NetworkInterface eth5
Comparing netif net4 and netif net4
Comparing netif net4 and netif net6
compare hardware addresses 00-00-00-00-00-00-00-E0 and 00-00-00-00-00-00-00-E0
----------System.err:(13/724)----------
java.lang.RuntimeException: mac address uniqueness test failed
at UniqueMacAddressesTest.execute(UniqueMacAddressesTest.java:61)
at UniqueMacAddressesTest.main(UniqueMacAddressesTest.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:746)
at java.lang.Thread.run(Thread.java:724)
---------System.out:(7/276)----------
UniqueMacAddressesTest: start
Adding NetworkInterface net4
Adding NetworkInterface net6
Adding NetworkInterface eth5
Comparing netif net4 and netif net4
Comparing netif net4 and netif net6
compare hardware addresses 00-00-00-00-00-00-00-E0 and 00-00-00-00-00-00-00-E0
----------System.err:(13/724)----------
java.lang.RuntimeException: mac address uniqueness test failed
at UniqueMacAddressesTest.execute(UniqueMacAddressesTest.java:61)
at UniqueMacAddressesTest.main(UniqueMacAddressesTest.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:746)
at java.lang.Thread.run(Thread.java:724)
Attachments
Issue Links
- backported by
-
JDK-8035798 java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows
- Resolved
-
JDK-8060960 java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows
- Resolved
-
JDK-8057431 java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows
- Closed
- relates to
-
JDK-8021372 NetworkInterface.getNetworkInterfaces() returns duplicate hardware address
- Closed