[m-rev.] diff: test hlc.gc on murlibobo
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Aug 2 18:45:07 AEST 2001
Estimated hours taken: 0.5
tools/test_mercury:
Fix a bug: it was not testing grade hlc.gc on murlibobo.
Also add some XXX comments about other grades (hlc.par.gc,
asm_fast.gc.profdeep) that we don't test.
Index: tools/test_mercury
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/test_mercury,v
retrieving revision 1.155
diff -u -d -r1.155 test_mercury
--- tools/test_mercury 2001/07/09 18:08:57 1.155
+++ tools/test_mercury 2001/08/02 08:40:08
@@ -671,8 +689,14 @@
# installed above, before the tests are run.
case $HOST in
mundook|murlibobo)
+ # XXX currently we don't bother to test hlc.gc.par,
+ # since that is just the same as hlc.gc
+ # (threads are not yet supported on Digital Unix --
+ # see configure.in).
+ # XXX should we test asm_fast.gc.profdeep?
GRADES="none none.gc
reg reg.gc
+ hlc.gc
asm_fast asm_fast.gc
asm_fast.prof asm_fast.gc.prof
asm_fast.gc.memprof
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list