ProblemList updating request for JDK-7079145: java/net/ipv6tests/UdpTest.java

2013-10-23 Thread Eric Wang
Hi, This is a review request to remove the test java/net/ipv6tests/UdpTest.java from ProblemList.txt. The test tracked by JDK-7079145 is hung if linux kernel is 2.6.18. By upgrading the kernel to higher version 2.6.32, the problem doesn't exi

ProblemList updating request for JDK-7079145: java/net/ipv6tests/UdpTest.java

2013-10-23 Thread Eric Wang
Hi, This is a review request to remove the test java/net/ipv6tests/UdpTest.java from ProblemList.txt. The test tracked by JDK-7079145 is hung if linux kernel is 2.6.18. By upgrading the kernel to higher version 2.6.32, the problem doesn't exi

Re: ProblemList updating request for JDK-7079145: java/net/ipv6tests/UdpTest.java

2013-10-23 Thread Eric Wang
On 2013/10/24 10:57, Eric Wang wrote: Hi, This is a review request to remove the test java/net/ipv6tests/UdpTest.java from ProblemList.txt. The test tracked by JDK-7079145 <https://bugs.openjdk.java.net/browse/JDK-7079145> is hung if linux kernel is 2.6.18. By upgrading the kernel to

Re: ProblemList updating request for JDK-7079145: java/net/ipv6tests/UdpTest.java

2013-10-24 Thread Eric Wang
nsor this change for you. -Chris. On 10/24/2013 03:58 AM, Eric Wang wrote: Hi, This is a review request to remove the test java/net/ipv6tests/UdpTest.java from ProblemList.txt. The test tracked by JDK-7079145 <https://bugs.openjdk.java.net/browse/JDK-7079145> is hung if linux kernel is

Re: RFR for bug JDK-8035633 TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently

2014-02-27 Thread Eric Wang
On 2014/2/25 16:59, Alan Bateman wrote: On 25/02/2014 08:49, Eric Wang wrote: Hi Everyone, I'm working on the test bug https://bugs.openjdk.java.net/browse/JDK-8035633, There are 4 tests (one is in a closed test) failed due to NullPointerException. All tests failed at similar place

Re: RFR for bug JDK-8035633 TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently

2014-02-27 Thread Eric Wang
2:18, Eric Wang wrote: On 2014/2/25 16:59, Alan Bateman wrote: On 25/02/2014 08:49, Eric Wang wrote: Hi Everyone, I'm working on the test bug https://bugs.openjdk.java.net/browse/JDK-8035633, There are 4 tests (one is in a closed test) failed due to NullPointerException. All tests failed at

RFR for bug JDK-8025209 Intermittent test failure: java/net/Socket/asyncClose/AsyncClose.java

2014-03-05 Thread Eric Wang
Hi everyone, Hi Everyone, I'm working on the test bug https://bugs.openjdk.java.net/browse/JDK-8025209, The test uses Thread.sleep to sync-up threads which is not a correct assumption. The fix is just to sync-up 2 threads using proper way. The webrev will be sent after internal review. Plea

Re: RFR for bug JDK-8025209 Intermittent test failure: java/net/Socket/asyncClose/AsyncClose.java

2014-03-27 Thread Eric Wang
nup. http://cr.openjdk.java.net/~ewang/JDK-8025209/webrev.00/ Thanks, Eric On 2014/3/5 18:01, Chris Hegarty wrote: On 5 Mar 2014, at 09:48, Eric Wang wrote: Hi everyone, Hi Everyone, I'm working on the test bug https://bugs.openjdk.java.net/browse/JDK-8025209, The test uses Thread.sleep to sync-up t

Re: RFR for bug JDK-8025209 Intermittent test failure: java/net/Socket/asyncClose/AsyncClose.java

2014-03-29 Thread Eric Wang
st is testing for ). If you address the above issues, I will be happy to sponsor this change for you. -Chris. On 28/03/14 05:54, Eric Wang wrote: Hi Chris & All, Sorry that the fix spent a bit long time for internal review. Can you please review the fix below for bug JDK-80252

Re: RFR for bug JDK-8025209 Intermittent test failure: java/net/Socket/asyncClose/AsyncClose.java

2014-03-31 Thread Eric Wang
14 03:55, Eric Wang wrote: Hi Chris, I have updated the webrev according to your suggestions. Can you please review it again? http://cr.openjdk.java.net/~ewang/JDK-8025209/webrev.01/ Thanks to review the fix and sponsor it for me. -Eric On 2014/3/28 18:41, Chris Hegarty wrote: Hi Eric, I'

[PATCH] Review Request for bug 7032247 java/net/InetAddress/GetLocalHostWithSM.java fails if hostname resolves to loopback address

2012-09-05 Thread Eric Wang
Hi All, Please help to review the fix below for bug 7032247 . http://dl.dropbox.com/u/90659131/fixes/7032247/webrev/index.html As discussed, the test should pass silently if on Linux the local host name is resolved to loopback address. Than