mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
tests/declarative_debugger/*.m:
tests/exceptions/*.m:
tests/general/*.m:
tests/grade_subdirs/*.m:
tests/purity/*.m:
tests/submodules/*.m:
tests/typeclasses/*.m:
Update programming style.
tests/declarative_debugger/*.inp:
Update line numbers in breakpoint commands.
tests/declarative_debugger/*.exp:
Update expected line numbers.
tests/exceptions/Mercury.options:
tests/general/Mercury.options:
Disable some warnings that are irrelevant to the test.
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
E1: C1 CALL pred ho5.main/2-0 (cc_multi) ho5.m:14
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> register --quiet
|
|
mdb> break p
|
|
0: + stop interface pred ho5.p/2-0 (det)
|
|
mdb> continue
|
|
E2: C2 CALL pred ho5.p/2-0 (det) ho5.m:22
|
|
mdb> finish
|
|
E3: C2 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24
|
|
mdb> dd -d 3 -n 7
|
|
Call p(1, _)
|
|
Throws zero
|
|
Expected? no
|
|
q(1, 0)
|
|
Valid? yes
|
|
Call r(0, _)
|
|
Throws zero
|
|
Expected? yes
|
|
Found unhandled or incorrect exception:
|
|
p(1, _)
|
|
zero
|
|
Is this a bug? yes
|
|
E3: C2 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24
|
|
mdb> continue
|
|
mdb: warning: reached unknown label
|
|
This may result in some exception events
|
|
being omitted from the trace.
|
|
exception(univ_cons('<<function>>'))
|
|
E4: C3 CALL pred ho5.p/2-0 (det) ho5.m:22
|
|
mdb> finish
|
|
E5: C3 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24
|
|
mdb> dd -d 3 -n 7
|
|
Call p(2, _)
|
|
Throws zero
|
|
Expected? no
|
|
q(2, 0)
|
|
Valid? yes
|
|
Found unhandled or incorrect exception:
|
|
p(2, _)
|
|
zero
|
|
Is this a bug? yes
|
|
E5: C3 EXCP pred ho5.p/2-0 (det) c2; ho5.m:24
|
|
mdb> continue
|
|
mdb: warning: reached unknown label
|
|
This may result in some exception events
|
|
being omitted from the trace.
|
|
exception(univ_cons('<<function>>'))
|