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-18/tests/invalid' /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/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-18/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_res2) --- pragma_qual_error.err_exp2 2026-08-18 21:54:16.000000000 +1000 +++ pragma_qual_error.err 2026-08-19 02:16:38.788087084 +1000 @@ -8,16 +8,24 @@ pragma_qual_error.m:049: error: the mode `not_a_mode'/0 is undefined. pragma_qual_error.m:063: Error: `:- pragma memo' declaration for undeclared pragma_qual_error.m:063: mode of predicate `pragma_qual_error.memoproc'/3. +pragma_qual_error.m:063: Ignoring the `:- pragma memo' declaration for +pragma_qual_error.m:063: predicate `memoproc'/3, because tabling is not +pragma_qual_error.m:063: compatible with parallel execution. pragma_qual_error.m:063: In `:- pragma memo' declaration: pragma_qual_error.m:063: error: the mode `not_a_mode'/0 is undefined. pragma_qual_error.m:074: Error: `:- pragma loop_check' declaration for pragma_qual_error.m:074: undeclared mode of predicate pragma_qual_error.m:074: `pragma_qual_error.loop_check_proc'/2. +pragma_qual_error.m:074: Ignoring the `:- pragma loop_check' declaration for +pragma_qual_error.m:074: predicate `loop_check_proc'/2, because tabling is +pragma_qual_error.m:074: not compatible with parallel execution. pragma_qual_error.m:074: In `:- pragma loop_check' declaration: pragma_qual_error.m:074: error: the mode `not_a_mode'/0 is undefined. pragma_qual_error.m:091: Error: `:- pragma minimal_model_stack_copy' pragma_qual_error.m:091: declaration for undeclared mode of predicate pragma_qual_error.m:091: `pragma_qual_error.tc'/2. +pragma_qual_error.m:091: Error: minimal model tabling is not compatible with +pragma_qual_error.m:091: parallel execution. pragma_qual_error.m:091: Error: minimal model tabling is not compatible with pragma_qual_error.m:091: generating high level code. pragma_qual_error.m:091: In `:- pragma minimal_model' declaration: 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-18/tests/invalid'