[m-rev.] diff: fix tabling test case failures on jupiter
Julien Fischer
juliensf at cs.mu.OZ.AU
Wed Jul 28 02:13:01 AEST 2004
Estimated hours taken: 0.5
Branches: main
Update the expected output for some of the tabling tests
that were failing in asm_fast.gc on jupiter.
tests/tabling/loopcheck.exp3:
tests/tabling/loopcheck_nondet.exp2:
tests/tabling/tc_loop.exp3:
tests/tabling/tc_memo.exp2:
tests/tabling/tc_memo2.exp2:
Either update or provide new expected output for these
tests.
Julien.
Index: loopcheck.exp3
===================================================================
RCS file: /home/mercury1/repository/tests/tabling/loopcheck.exp3,v
retrieving revision 1.3
diff -u -r1.3 loopcheck.exp3
--- loopcheck.exp3 18 Jan 2003 17:02:13 -0000 1.3
+++ loopcheck.exp3 27 Jul 2004 15:48:45 -0000
@@ -1,2 +1,3 @@
Uncaught Mercury exception:
Software Error: detected infinite recursion in pred loopcheck.loop/1
+Stack dump not available in this grade.
Index: loopcheck_nondet.exp2
===================================================================
RCS file: loopcheck_nondet.exp2
diff -N loopcheck_nondet.exp2
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ loopcheck_nondet.exp2 27 Jul 2004 15:51:23 -0000
@@ -0,0 +1,3 @@
+Uncaught Mercury exception:
+Software Error: detected infinite recursion in pred loopcheck_nondet.loop/2
+Stack dump not available in this grade.
Index: tc_loop.exp3
===================================================================
RCS file: tc_loop.exp3
diff -N tc_loop.exp3
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ tc_loop.exp3 27 Jul 2004 15:54:36 -0000
@@ -0,0 +1,3 @@
+Uncaught Mercury exception:
+Software Error: detected infinite recursion in pred tc_loop.tc/2
+Stack dump not available in this grade.
Index: tc_memo.exp2
===================================================================
RCS file: tc_memo.exp2
diff -N tc_memo.exp2
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ tc_memo.exp2 27 Jul 2004 15:55:41 -0000
@@ -0,0 +1,3 @@
+Uncaught Mercury exception:
+Software Error: detected infinite recursion in pred tc_memo.tc/2
+Stack dump not available in this grade.
Index: tc_memo2.exp2
===================================================================
RCS file: tc_memo2.exp2
diff -N tc_memo2.exp2
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ tc_memo2.exp2 27 Jul 2004 15:57:30 -0000
@@ -0,0 +1,3 @@
+Uncaught Mercury exception:
+Software Error: detected need for minimal model in pred tc_memo2.tc/2
+Stack dump not available in this grade.
--------------------------------------------------------------------------
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