Re: Review for 1-line fix to test targets in test/Makefile

2011-01-20 Thread Kelly O'Hair
Looks fine. -kto On Jan 20, 2011, at 3:32 PM, Mandy Chung wrote: 1-line fix for: 7013739: jdk_rmi target is missing in the top repo's test/Makefile It also adds two new rmi regression tests in the ProblemList.txt. They failed due to the port already in use. Webrev at: http://cr.openj

Re: Review for 1-line fix to test targets in test/Makefile

2011-01-20 Thread Igor Nekrestyanov
looks fine to me. -igor On 1/20/11 3:32 PM, Mandy Chung wrote: 1-line fix for: 7013739: jdk_rmi target is missing in the top repo's test/Makefile It also adds two new rmi regression tests in the ProblemList.txt. They failed due to the port already in use. Webrev at: http://cr.openj

Review for 1-line fix to test targets in test/Makefile

2011-01-20 Thread Mandy Chung
1-line fix for: 7013739: jdk_rmi target is missing in the top repo's test/Makefile It also adds two new rmi regression tests in the ProblemList.txt. They failed due to the port already in use. Webrev at: http://cr.openjdk.java.net/~mchung/7013739/webrev.00/ Thanks Mandy