diff: disable tests/hard_coded/var_not_found
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Nov 10 18:37:12 AEDT 1998
Estimated hours taken: 0.25
tests/hard_coded/Mmakefile:
Disable the `var_not_found' test case, since we don't pass it --
dgj's recent change to polymorphism.m means that the compiler
now reports `sorry, not implemented' for this test case.
Previously it used to generated incorrect code that
just coincidentally happened to work.
Index: tests/hard_coded/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/Mmakefile,v
retrieving revision 1.48
diff -u -r1.48 Mmakefile
--- Mmakefile 1998/11/09 03:54:40 1.48
+++ Mmakefile 1998/11/10 07:33:00
@@ -84,9 +84,11 @@
string_loop \
test_imported_no_tag \
tim_qual1 \
- var_not_found \
write \
write_reg1
+
+# we do no pass the following tests
+# var_not_found -- "sorry, not implemented" in polymorphism.m.
#-----------------------------------------------------------------------------#
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list