Re: Code Review Request: 7150552: network test hangs [macosx]

2013-05-16 Thread Chris Hegarty
What you have looks fine. Thanks for liberating CookieManagerTest, and for removing another dependency on test/sun/net/www/httptest. -Chris. On 05/15/2013 11:18 PM, Kurchi Hazra wrote: Hi, Two regression tests in jdk/test were hanging on Mac OS X intermittently. Although it is difficult t

Code Review Request: 7150552: network test hangs [macosx]

2013-05-15 Thread Kurchi Hazra
Hi, Two regression tests in jdk/test were hanging on Mac OS X intermittently. Although it is difficult to reproduce the problem, I suspect it is the use of the buggy httpserver test library (jdk/test/sun/net/www/httptest) - we anyway want to move away from using it. I have re-written parts of