Fwd: Re: JTReg tests results on other ports
Henri Gomez
henri.gomez at gmail.com
Wed Sep 28 05:22:49 PDT 2011
Hi Taras.
Here is how tests are performed (
http://code.google.com/p/openjdk-osx-build/source/browse/trunk/testvmosxu.sh
)
basically
under jdk
$JTREG_DIR/linux/bin/jtreg -jdk:../build/macosx-universal/j2sdk-bundle/1.7.
0.jdk/Contents/Home/ -ignore:quiet -v:summary test/java/lang
$JTREG_DIR/linux/bin/jtreg -XX:+UnlockExperimentalVMOptions -XX:+
EnableInvokeDynamic -jdk:../build/macosx-universal/j2sdk-bundle/1.7.0.jdk/
Contents/Home/ -ignore:quiet -v:summary test/java/lang/invoke/
under langtools
$JTREG_DIR/linux/bin/jtreg -XX:+UnlockExperimentalVMOptions -jdk:build/
macosx-universal/j2sdk-bundle/1.7.0.jdk/Contents/Home -ignore:quiet -samevm
-v:summary test/tools/
If there is something wrong or weird in my jtref calls, I could fix it.
Note, I just added JUnit 4.8.2 and so I'll redo the test suite.
More information about the macosx-port-dev
mailing list