This looks fine to me, but I was wondering why you needed to do this -
are there requirements to run some regression tests with just the JRE
instead of the full JDK?
--Sean
On 07/21/2014 07:12 AM, Wang Weijun wrote:
Ping again.
On Jul 10, 2014, at 16:36, Wang Weijun <[email protected]> wrote:
Hi All
Please review the code change at
http://cr.openjdk.java.net/~weijun/8049834/webrev.00/
These 2 tests do not run with only JRE because they are testing on jarsigner.
The weaksize.sh is simply moved to jarsigner, and default_options.sh is broken
into 2 parts with the jarsigner part going to jarsigner.
After this change, I can safely run
jtreg
-compilejdk:../build/macosx-x86_64-normal-server-fastdebug/images/j2sdk-image/
-jdk:../build/macosx-x86_64-normal-server-fastdebug/images/j2re-image/
test/sun/security/tools/keytool/default_options.sh
Thanks
Max