[m-rev.] for review: Disable tabling progs in parallel grades in tests/debugger.

Zoltan Somogyi zoltan.somogyi at runbox.com
Fri Jan 21 17:17:10 AEDT 2022


2022-01-21 17:10 GMT+11:00 "Peter Wang" <novalazy at gmail.com>:
> tests/debugger/Mmakefile:
>     As above. In particular, the loopcheck test would run indefinitely
>     until killed, generating copious amount of output in the process.

That's fine, though I think we should decide whether we want
to effect such decisions by overwriting the values of some
make variables, like this:

> +ifneq "$(findstring par,$(GRADE))" ""
> +    TABLING_PROGS :=
> +endif

or whether we want to do a case analysis over the set of grades,
and select which sets of test cases get included in PROGS,
as in declarative_debugger/Mmakefile. Doing the same thing
in different ways in different test directies seems inelegant.

Zoltan.


More information about the reviews mailing list