mlvm build with coroutines -- but coro tests fail
Stephen Bannasch
stephen.bannasch at deanbrook.org
Tue May 3 20:35:16 PDT 2011
At 5:42 PM +0200 5/3/11, Lukas Stadler wrote:
>Ah - since invokedynamic doesn't use the java.dyn package any more the
>necessary build infrastructure went missing... I just re-added it.
>One of the tests still fails, but at least it compiles...
Yes, now it compiles for me. Here's the coro test failure reported on my Mac:
#section:junit
----------messages:(3/151)----------
command: junit test.java.dyn.CoroutineTest
reason: User specified action: run junit/othervm test.java.dyn.CoroutineTest
elapsed time (seconds): 0.209
----------System.out:(1/101)----------
OpenJDK 64-Bit Server VM warning: Use -XX:+UnlockDiagnosticVMOptions before EnableInvokeDynamic flag
----------System.err:(24/2417)----------
JavaTest Message: JUnit Failure: symSequence(test.java.dyn.CoroutineTest): java.dyn.CoroutineSupport.registerNatives()V
JavaTest Message: JUnit Failure: symMultiSequence(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JavaTest Message: JUnit Failure: asymSequence(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JavaTest Message: JUnit Failure: asymMultiSequence(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JavaTest Message: JUnit Failure: asymReturnValue(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JavaTest Message: JUnit Failure: gcTest1(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JavaTest Message: JUnit Failure: exceptionTest1(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JavaTest Message: JUnit Failure: largeStackframeTest(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JavaTest Message: JUnit Failure: shaTest(test.java.dyn.CoroutineTest): Could not initialize class java.dyn.CoroutineSupport
JUnitAction.main loader=null e=java.lang.Exception: JUnit test failure args=[test.java.dyn.CoroutineTest] cp=/Users/stephen/dev/java/jtreg/lib/javatest.jar:/Users/stephen/dev/java/jtreg/lib/jtreg.jar:/Users/stephen/dev/java/src/mlvm/sources/JTwork/classes/java/dyn:/Users/stephen/dev/java/src/mlvm/sources/jdk/test/java/dyn:/Users/stephen/dev/java/jtreg/lib/junit.jar:/Users/stephen/dev/java/src/mlvm/sources/build/bsd-amd64/j2sdk-image/lib/tools.jar
java.lang.Exception: JUnit test failure
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:99)
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:735)
More information about the mlvm-dev
mailing list