mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 20:33:55 +00:00
... in the first few test case directories.
tests/analysis_external/Mmakefile:
tests/analysis_external/ext_1.m:
tests/analysis_external/ext_1_runtest.sh:
tests/analysis_external/ext_2.m:
tests/analysis_external/ext_2_runtest.sh:
Rename the ext and ext2 test cases to ext_1 and ext_2 respectively.
tests/benchmarks/Mmakefile:
tests/benchmarks/deriv_1.exp:
tests/benchmarks/deriv_1.m:
tests/benchmarks/deriv_2.exp:
tests/benchmarks/deriv_2.m:
Rename the deriv and deriv2 test cases to deriv_1 and deriv_2 respectively.
tests/declarative_debugger/Mercury.options:
tests/declarative_debugger/Mmakefile:
tests/declarative_debugger/ho2.exp:
tests/declarative_debugger/ho2.exp2:
tests/declarative_debugger/ho4.exp:
tests/declarative_debugger/ho5.exp2:
tests/declarative_debugger/ho5.exp3:
tests/declarative_debugger/ho_2.exp:
tests/declarative_debugger/ho_2.exp2:
tests/declarative_debugger/ho_2.inp:
tests/declarative_debugger/ho_2.m:
tests/declarative_debugger/ho_3.exp:
tests/declarative_debugger/ho_3.inp:
tests/declarative_debugger/ho_3.m:
tests/declarative_debugger/ho_4.exp:
tests/declarative_debugger/ho_4.inp:
tests/declarative_debugger/ho_4.m:
tests/declarative_debugger/ho_5.exp:
tests/declarative_debugger/ho_5.exp2:
tests/declarative_debugger/ho_5.exp3:
tests/declarative_debugger/ho_5.inp:
tests/declarative_debugger/ho_5.m:
Rename the ho2/ho3/ho4/ho5 test cases to ho_2/ho_3/ho_4/ho_5 respectively.
tests/declarative_debugger/revise_1.exp:
tests/declarative_debugger/revise_1.inp:
tests/declarative_debugger/revise_1.m:
Rename the revise test case to revise_1, due to the existence of
revise_2.
tests/declarative_debugger/shallow.exp:
tests/declarative_debugger/shallow.m:
tests/declarative_debugger/shallow_helper_1.m:
tests/declarative_debugger/shallow_helper_2.m:
Rename shallow_2/shallow_3 to shallow_helper_1/shallow_helper_2
respectively, since they are part of the shallow test case.
tests/declarative_debugger/trust.exp:
tests/declarative_debugger/trust.inp:
tests/declarative_debugger/trust.m:
tests/declarative_debugger/trust_helper_1.m:
tests/declarative_debugger/trust_helper_2.m:
Rename trust_1/trust_2 to trust_helper_1/trust_helper_2
respectively, since they are part of the shallow test case.
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
1: 1 1 CALL pred ho_2.main/2-0 (det) ho_2.m:14
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> register --quiet
|
|
mdb> break p
|
|
0: + stop interface pred ho_2.p/3-0 (det)
|
|
mdb> continue
|
|
2: 2 2 CALL pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:15)
|
|
mdb> finish
|
|
7: 2 2 EXIT pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:15)
|
|
mdb> dd -d 3 -n 7
|
|
p(0, 3, 27)
|
|
Valid? no
|
|
q(lambda_ho_2_m_28(3), 3, 27)
|
|
Valid? yes
|
|
Found incorrect contour:
|
|
q(lambda_ho_2_m_28(3), 3, 27)
|
|
p(0, 3, 27)
|
|
Is this a bug? yes
|
|
7: 2 2 EXIT pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:15)
|
|
mdb> continue
|
|
8: 5 2 CALL pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:16)
|
|
mdb> finish
|
|
13: 5 2 EXIT pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:16)
|
|
mdb> dd -d 3 -n 7
|
|
p(1, 3, 27)
|
|
Valid? no
|
|
Found incorrect contour:
|
|
q(lambda_ho_2_m_28(3), 3, 27)
|
|
p(1, 3, 27)
|
|
Is this a bug? yes
|
|
13: 5 2 EXIT pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:16)
|
|
mdb> continue
|
|
14: 8 2 CALL pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:17)
|
|
mdb> finish
|
|
19: 8 2 EXIT pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:17)
|
|
mdb> dd -d 3 -n 7
|
|
p(2, 4, 64)
|
|
Valid? no
|
|
q(lambda_ho_2_m_28(4), 4, 64)
|
|
Valid? yes
|
|
Found incorrect contour:
|
|
q(lambda_ho_2_m_28(4), 4, 64)
|
|
p(2, 4, 64)
|
|
Is this a bug? yes
|
|
19: 8 2 EXIT pred ho_2.p/3-0 (det) ho_2.m:27 (ho_2.m:17)
|
|
mdb> continue
|
|
27, 27, 64
|