You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Zsolt Kúti <la...@gmail.com> on 2011/07/04 19:33:41 UTC

test on FreeBSD

Hello,

FreeBSD is listed among the supported platforms and is shown as one
that does not pass QA tests.
Apart from jtreg, the task "run-all" in QA was successfull on my home
box.
[java] # of tests started   = 1412
     [java] # of tests completed = 1412
     [java] # of tests skipped   = 46
     [java] # of tests passed    = 1412
     [java] # of tests failed    = 0
     [java] 
     [java] -----------------------------------------
     [java] 
     [java]    Date finished:
     [java]       Mon Jul 04 09:37:02 CEST 2011
     [java]    Time elapsed:
     [java]       63886 seconds

For jtreg the error message is:

/usr/home/kuti/project/river/qa/build.xml:194: taskdef class
com.sun.javatest.regtest.Main$Ant cannot be found using the classloader
AntClassLoader[]
One of the possible reasons is that jtreg.home from env.JT_HOME is not
set. The comment above the line refers to build.properties file which
is missing. How does running of jtreg happen on other platforms?

Zsolt