mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
Estimated hours taken: 0.5 Branches: main Fix a bunch of test cases that are failing in the debug or minimal model grades either because of my recent change to the standard library or Zoltan's recent change to the code generator. tests/debugger/breakpoints.exp2: tests/debugger/loopcheck2.exp2: tests/debugger/queens.exp2: Update the expected outputs for these test cases. (These are the versions for the debug grades - the non-debug grade versions have already been updated.) tests/general/string_format/string_format_lib.m: tests/hard_coded/one_member.m: tests/tabling/consumer_in_solutions.m: tests/tabling/rotate2.m: tests/tabling/sg.m: Conform to the recent break up of std_util.
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
1: 1 1 CALL pred loopcheck.main/2-0 (det) loopcheck.m:13
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> context nextline
|
|
Contexts will be printed on the next line.
|
|
mdb> continue -a
|
|
2: 2 2 CALL pred loopcheck.loop/1-0 (det)
|
|
loopcheck.m:20 (from loopcheck.m:14)
|
|
3: 3 3 CALL pred loopcheck.loop/1-0 (det)
|
|
loopcheck.m:20 (from loopcheck.m:21)
|
|
4: 4 4 CALL pred require.error/1-0 (erroneous)
|
|
require.m:NNNN (from loopcheck.m:21)
|
|
5: 4 4 EXCP pred require.error/1-0 (erroneous)
|
|
require.m:NNNN (from loopcheck.m:21)
|
|
6: 3 3 EXCP pred loopcheck.loop/1-0 (det)
|
|
loopcheck.m:21 (from loopcheck.m:21)
|
|
7: 2 2 EXCP pred loopcheck.loop/1-0 (det)
|
|
loopcheck.m:21 (from loopcheck.m:14)
|
|
8: 1 1 EXCP pred loopcheck.main/2-0 (det)
|
|
loopcheck.m:14
|
|
Uncaught Mercury exception:
|
|
Software Error: detected infinite recursion in pred loopcheck.loop/1
|
|
Last trace event was event #8.
|
|
Last trace event before the unhandled exception was event #4.
|