--- kaffe-1.0.7/test/regression/Makefile.am Wed Jun 19 18:41:52 2002 +++ kaffe-1.0.7-libtool1.4e/test/regression/Makefile.am Thu Jan 2 18:23:44 2003 @@ -10,12 +10,10 @@ TESTS_ENVIRONMENT = $(SETUP_ENVIRONMENT) $(SHELL) TestScript +# Automake-1.5 doesn't support ## comments inside extended lines ALWAYS_TESTS = \ -## Simple health check HelloWorldApp.class.save \ -## Now test the compiler HelloWorldApp.java \ -## Test ints, longs, floats and doubles TestIntLong.java \ TestFloatDouble.java \ DoubleCvt.java \ @@ -27,23 +25,18 @@ LongNeg.java \ FPUStack.java \ divtest.java \ -## Test strings Str.java \ Str2.java \ InternHog.java \ -## Test exceptions IndexTest.java \ StackDump.java \ -## Test threads tname.java \ ttest.java \ ThreadInterrupt.java \ ThreadState.java \ UncaughtException.java \ IllegalWait.java \ -## Test that preemption works---may not be supported by all threading systems Preempt.java \ -## Misc tests ReflectInterfaces.java \ InnerTest.java \ SerialUID.java \ @@ -92,11 +85,8 @@ ReaderReadVoidTest.java \ PipeTest.java \ GetField.java \ -## simple test for Method.invoke ReflectInvoke.java \ -## simple test for InvocationTargetExceptions InvTarExcTest.java \ -## tests for ClassLoader SystemLoaderTest.java \ CLTest.java \ CLTestConc.java \ @@ -126,22 +116,16 @@ HashtableTest1.java \ ReflectMultiArray.java \ ExecTest.java \ -## Test catching our own death CatchDeath.java \ -## Test various ways of stopping threads ThreadStop.java \ DeadThread.java \ tthrd1.java \ -## Test interrupting I/O -## This is kind of tricky, and Sun doesn't support it. SoInterrupt.java \ sysdepCallMethod.java \ -## Test for package java.util.zip DosTimeVerify.java \ ZipVerify.java \ ZipTest.java \ TruncatedClass.java \ -## This one is skipped unless you --enable-debug. TestNative.java TEST_Overflow = Overflow.java @@ -170,4 +154,4 @@ CLEANFILES = *.class *.fail *.out core *.core ExceptionTest ziptest1.zip \ ziptest2.zip frozen_serial -check-TESTS: clean TestScript +##check-TESTS: clean TestScript