Files
mercury/tests/declarative_debugger/dependency2.exp
Zoltan Somogyi 33eb3028f5 Clean up the tests in half the test directories.
tests/accumulator/*.m:
tests/analysis_*/*.m:
tests/benchmarks*/*.m:
tests/debugger*/*.{m,exp,inp}:
tests/declarative_debugger*/*.{m,exp,inp}:
tests/dppd*/*.m:
tests/exceptions*/*.m:
tests/general*/*.m:
tests/grade_subdirs*/*.m:
tests/hard_coded*/*.m:
    Make these tests use four-space indentation, and ensure that
    each module is imported on its own line. (I intend to use the latter
    to figure out which subdirectories' tests can be executed in parallel.)

    These changes usually move code to different lines. For the debugger tests,
    specify the new line numbers in .inp files and expect them in .exp files.
2015-02-14 20:14:03 +11:00

35 lines
1.0 KiB
Plaintext

1: 1 1 CALL pred dependency2.main/2-0 (cc_multi) dependency2.m:21
mdb> echo on
Command echo enabled.
mdb> register --quiet
mdb> break dependency2__test
0: + stop interface pred dependency2.test/1-0 (cc_multi)
mdb> continue
4: 3 2 CALL pred dependency2.test/1-0 (cc_multi) dependency2.m:29 (dependency2.m:23)
mdb> finish
18: 3 2 EXIT pred dependency2.test/1-0 (cc_multi) dependency2.m:29 (dependency2.m:23)
mdb> dd -d 3 -n 7
test([1, 3, 6, 1, 3])
Valid? browse 1
browser> ^2^1
browser> mark
Origin: output(r, any_head_var_from_back(1), [1])
r(1, [3, 4], 3 - 4)
Valid? browse 2
browser> print
[3, 4]
browser> mark
Origin: origin_primitive_op("dependency2.m", 39, primop_unification)
p(1)
Valid? yes
Origin: origin_primitive_op("dependency2.m", 39, primop_unification)
q(no)
Valid? yes
Found inadmissible call:
Parent test(_)
Call r(1, [3, 4], _)
Is this a bug? yes
18: 3 2 EXIT pred dependency2.test/1-0 (cc_multi) dependency2.m:29 (dependency2.m:23)
mdb> continue
[1, 3, 6, 1, 3].