Commit Graph

2 Commits

Author SHA1 Message Date
Zoltan Somogyi
4ebdc16a97 Update exp2 filed for termination test cases.
This is needed after my recent change to intermod.m.
2015-09-20 10:16:06 +10:00
Julien Fischer
ff4de4efae Workaround the failure of some of the test cases in the term directory
Estimated hours taken: 1
Branches: main

Workaround the failure of some of the test cases in the term directory
in the .debug and .decldebug grades.  The test cases were not failing
as such, it was just that the argument size information produced by the
termination2 analysis in the debug grades looks a little different.

tests/term/Mmakefile:
	Allow the test cases in the term directory to have multiple
	expected outputs by allowing for .trans_opt_exp2 files.

tests/term/select.trans_opt_exp2:
tests/term/occur.trans_opt_exp2:
tests/term/pl4_01.trans_opt_exp2:
	The argument size information produced by the termination2
	analysis for these test cases in debug grades contains redundant
	constraints.  The redundant constraints are slipping by some of
	redundancy checks because the order of the constraints differs
	in the debug grades (due to differences in the HLDS between grades).
	While removing these redundant constraints is certainly
	possible, doing so is a relatively low priority task.
2005-08-03 02:30:39 +00:00