Re: JDK 9 RFR of JDK-8161565: Problem list httpclient/SplitResponse.java and URLPermission/URLTest.java

2016-07-20 Thread Chris Hegarty
Amy, I approve the addition of SplitResponse to the ProblemList, but not URLTest. URLTest is too important a test to not be run, instead, I will send out an RFR, soon, to resolve the intermittent issue with the test itself. -Chris. > On 18 Jul 2016, at 06:48, Amy Lu wrote: > > Below tests hav

RFR [9] 8078568 java/net/URLPermission/URLTest.java fails intermittently with BindException

2016-07-20 Thread Chris Hegarty
The test uses hardcoded port numbers for its listening HTTP and HTTPS severs. These hardcoded port numbers are problematic as the ports may not necessarily be available. The reason for the hardcoded port numbers is that the test uses a number of static, checked in, policy files, to grant ( and rest

Re: JDK 9 RFR of JDK-8161565: Problem list httpclient/SplitResponse.java and URLPermission/URLTest.java

2016-07-20 Thread Amy Lu
Sure! Pushed ProblemList.txt change with SplitResponse only. Thank you Chris for taking care of URLTest. Thanks, Amy On 7/20/16 8:30 PM, Chris Hegarty wrote: Amy, I approve the addition of SplitResponse to the ProblemList, but not URLTest. URLTest is too important a test to not be run, inste