diff: temporarily disable tests/debugger/queens
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Apr 11 18:23:45 AEST 1999
Estimated hours taken: 0.1
tests/debugger/Mmakefile:
Disable the `queens' test for now, since currently we don't pass
it if readline support is enabled.
Index: tests/debugger/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/Mmakefile,v
retrieving revision 1.20
diff -u -r1.20 Mmakefile
--- Mmakefile 1999/03/31 11:14:19 1.20
+++ Mmakefile 1999/04/11 08:21:37
@@ -21,8 +21,11 @@
existential_type_classes \
implied_instance \
interpreter \
- multi_parameter \
- queens
+ multi_parameter
+
+# The following tests are disabled, since currently they get some spurious
+# failures if readline support is enabled:
+# queens
MCFLAGS = --trace deep
MLFLAGS = --trace
--
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