[m-dev.] diff: disable typeclass tests in jump grades
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Jul 21 16:47:48 AEST 1998
On 21-Jul-1998, David Glen JEFFERY <dgj at cs.mu.OZ.AU> wrote:
> Estimated hours taken: 1/2
Decimal, please, in case we ever want to do any automated processing of these
numbers.
> -PROGS= \
> +SOURCES= \
> constrained_lambda \
> extract_typeinfo \
> existential_type_classes \
> @@ -24,6 +24,15 @@
> superclass_call \
> test_default_func_mode \
> typeclass_test_6
The name SOURCES should be used for `.m' files, and `PROGS' for executables.
I suggest you s/SOURCES/TYPECLASS_PROGS/g
> +# These tests are all failing in jump grades b/c we can't use static code
> +# initialisers.
> +ifneq "$(findstring jump,$(GRADE))" ""
The tests also fail in `fast' grades; you need to check for those too.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list