[classlibadapter] fake java wrapper to enable classlib tests to be run
----------------------------------------------------------------------
Key: HARMONY-583
URL: http://issues.apache.org/jira/browse/HARMONY-583
Project: Harmony
Type: Improvement
Components: VM
Environment: Linux
Reporter: Mark Hindess
Priority: Trivial
I created a simple wrapper to fake enough of "java" to run the classlib tests with:
ant -Dtest.jre.home=/path/to/svn/co/of/classlibadapter -f make/build.xml test
It's linux only, sorry.
I had to exclude two luni tests which were causing the vm to hang:
tests/api/java/lang/IllegalThreadStateExceptionTest.java
tests/api/java/lang/ThreadTest.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|