Commit Graph

6 Commits

Author SHA1 Message Date
Simon Taylor
4401a8e53e I forgot to update the `.exp2' files in tests/debugger when I updated
Estimated hours taken: 0.1

I forgot to update the `.exp2' files in tests/debugger when I updated
the `.exp' files for my changes to tabling.

tests/debugger/loopcheck.exp2:
tests/debugger/retry.exp2:
	Adjust the expected output. The change to ensure that
	`call_table_gen' goal features can't be removed alters
	the goal paths slightly.
2001-03-30 03:59:18 +00:00
Zoltan Somogyi
518e6e46db Strip away goal paths from exception events in the test cases that
Estimated hours taken: 0.5

tests/debugger/Mmakefile:
tests/debugger/declarative/Mmakefile:
	Strip away goal paths from exception events in the test cases that
	generate them, because different optimization levels cause different
	goals paths to be associated with exceptions.

tests/debugger/*.exp{,2}:
tests/debugger/declarative/*.exp{,2}:
	Strip away goal paths from exception events in the expected outputs
	of those test cases.
2000-11-01 04:26:32 +00:00
Mark Brown
250a3026da Update the expected output for these test cases in debug grades,
Estimated hours taken: 0.2

tests/debugger/*.exp2:
tests/debugger/declarative/*.exp2:
	Update the expected output for these test cases in debug grades,
	after Zoltan's recent change to `retry'.
2000-10-18 14:38:04 +00:00
Fergus Henderson
0634f6b8b7 Update the expected output to reflect Zoltan's recent
Estimated hours taken: 0.1

tests/debugger/loopcheck.exp2:
	Update the expected output to reflect Zoltan's recent
	addition of an "echo on" command to loopcheck.inp.
2000-03-27 11:50:26 +00:00
Fergus Henderson
a6e602a7f8 Update to match the actual output for this test case
Estimated hours taken: 0.25

tests/debugger/loopcheck.exp2:
	Update to match the actual output for this test case
	on quicksilver.
2000-01-23 00:57:11 +00:00
Zoltan Somogyi
a822f78b3c Add meaningful contexts to the goals inserted into predicates by tabling,
Estimated hours taken: 4

Add meaningful contexts to the goals inserted into predicates by tabling,
for use by the debugger.

compiler/table_gen.m:
	Pass the context of the procedure body through the code, and create
	new goals with this context.

	To make this simpler, switch to consistently using combined predmode
	definitions. In a couple of places, switch to a more reasonable
	argument ordering.

tests/debugger/loopcheck.*
	Copy this test case here from the tabling directory, and execute it
	under mdb, as a regression test.

	The exp2 test case is not final yet.

tests/debugger/Mmakefile:
	Enable the regression test.
1999-12-21 01:23:44 +00:00