I can run them successfully (well, 3 failures) using J9 by following
the directions here:
http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/RUNNING-
TESTS.txt?view=co
I also tried copying the working_vm/build/lnx_ia32_gcc_debug/deploy/
jdk directory into working_classlib/deploy/jdk and then running "ant
test" but then I get scores of failures and hundreds of errors,
mostly from javax.swing.
It actually matches the behavior I am seeing in CC: http://
frigga.cs.uiuc.edu:8080
Could these be real errors? Or do I just have something configured
incorrectly.
According to log it is seems to be a real problem. Almost all tests
failed
with message:
"java.lang.OutOfMemoryError: Failed to create new thread"
As workaround to enable new platform and define problem tests you
can run
these tests in the 'perTest' mode for a while (new vm will be
started for
each test).
Please, uncomment the line 238 (<!--jvmarg arg="-
Dhy.test.forkmode=perTest"
/-->) in the configuration to do it.
That seems to have done the trick. I am only getting 1 failure and 1
error now. Is there a way to run an individual test manually so that
I can place the output into a JIRA?
Thanks,
Naveen
thanks, Vladimir
Naveen