This is the mail archive of the mauve-discuss@sourceware.cygnus.com mailing list for the Mauve project. See the Mauve home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: What are we testing ?




Godmar wrote:
>  Is Mauve at this point in a state where I can just check it out
> and run it against a JVM?

Yep.  By default it runs agains Sun's JDK.

hoser[1049] make KEYS=JDK1.1 check
ok=no; \
if test -f .save-keys && test -f choices && test "`cat .save-keys`" = "JDK1.1"; then \
  ok=yes; \
fi; \
here=`/bin/pwd`; \
if test "$ok" = no; then \
  echo "JDK1.1" > .save-keys; \
  cd ../m/mauve && /bin/sh choose $here JDK1.1; \
fi
make  check-local
make[1]: Entering directory `/hoser/tuque/java/mb'
ok=no; \
if test -f .save-keys && test -f choices && test "`cat .save-keys`" = "JDK1.1"; then \
  ok=yes; \
fi; \
here=`/bin/pwd`; \
if test "$ok" = no; then \
  echo "JDK1.1" > .save-keys; \
  cd ../m/mauve && /bin/sh choose $here JDK1.1; \
fi
cat classes | java gnu.testlet.SimpleTestHarness ../m/mauve
FAIL: gnu.testlet.java.lang.Double.new_Double (number 1)
FAIL: gnu.testlet.java.beans.DescriptorTest (number 1)
FAIL: gnu.testlet.java.beans.IntrospectorTest (number 6)
3 of 491 tests failed
make[1]: *** [check-local] Error 1
make[1]: Leaving directory `/hoser/tuque/java/mb'
make: *** [check] Error 2

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California