MERCURY_OPTIONS= --deep-random-write=25 --deep-std-name --mdb-disable-progress gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-17/tests/invalid' /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-17/stage2/scripts/mmc --make-interface --grade hlc.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --color-diagnostics \ pragma_qual_error.m > pragma_qual_error.int_err 2>&1; if /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-17/stage2/scripts/mmc --errorcheck-only --grade hlc.par.gc --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --color-diagnostics \ pragma_qual_error.m > pragma_qual_error.err 2>&1; \ then false; \ else true; \ fi Comparing pragma_qual_error.err with pragma_qual_error.err_exp*, results in pragma_qual_error.err_res ** pragma_qual_error.err did not match the expected error output ** (closest match was pragma_qual_error.err_res1) --- pragma_qual_error.err_exp 2026-08-17 22:15:08.000000000 +1000 +++ pragma_qual_error.err 2026-08-18 09:53:15.356579948 +1000 @@ -10,11 +10,19 @@ pragma_qual_error.m:060: mode of predicate `pragma_qual_error.memoproc'/3. pragma_qual_error.m:060: In `:- pragma memo' declaration: pragma_qual_error.m:060: error: the mode `not_a_mode'/0 is undefined. +pragma_qual_error.m:062: Ignoring the `:- pragma memo' declaration for +pragma_qual_error.m:062: predicate `memoproc'/3, because tabling is is not +pragma_qual_error.m:062: compatible with parallel execution. pragma_qual_error.m:071: Error: `:- pragma loop_check' declaration for pragma_qual_error.m:071: undeclared mode of predicate pragma_qual_error.m:071: `pragma_qual_error.loop_check_proc'/2. +Error: minimal model tabling is is not compatible with parallel execution. +Error: minimal model tabling is not compatible with generating high level code. pragma_qual_error.m:071: In `:- pragma loop_check' declaration: pragma_qual_error.m:071: error: the mode `not_a_mode'/0 is undefined. +pragma_qual_error.m:073: Ignoring the `:- pragma loop_check' declaration for +pragma_qual_error.m:073: predicate `loop_check_proc'/2, because tabling is is +pragma_qual_error.m:073: not compatible with parallel execution. pragma_qual_error.m:088: Error: `:- pragma minimal_model_stack_copy' pragma_qual_error.m:088: declaration for undeclared mode of predicate pragma_qual_error.m:088: `pragma_qual_error.tc'/2. gmake[3]: *** [../Mmake.common:170: pragma_qual_error.err_res] Error 1 gmake[3]: Target 'pragma_qual_error.runtest' not remade because of errors. gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-17/tests/invalid'