This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mauve issues


I'm trying to build and test a subset of the mauve testsuite and
running into trouble.  As far as I can tell, I should be able to do:

make check
RUNTESTFLAGS="mauve.exp=gnu.testlet.java.util.zip.ZipEntry.setComment"
and have it build mauve and run the specific test.

However, what actually happens is that the compile of the testsuite
occurs.  Then, I get 11 expected passes, which are from compiling the
mauve framework.  In addition, all the files that appear in
mauve-build disappear.

Another thing I find odd is I get a warning:

make[3]: Entering directory `/home/jlquinn/gcc/dev/build/i686-pc-linux-gnu/libjava/testsuite/mauve-build'
Makefile:570: choices: No such file or directory

Something seems amiss in the order of construction or dependencies.

Is what I'm trying supposed to work?

Thanks,
Jerry Quinn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]