Tonight I again had failures in 3 files in t/tools/ops2pmutils/.
t/tools/ops2pmutils/09-prepare_real_ops........ok 1/38op get_all_eh_p:
sequence mismatch: ops.num 168 vs. core.ops 1215 at
/home/jimk/work/parrot/lib/Parrot/Ops2pm/Utils.pm line 454.
# Looks like you planned 38 tests but only ran 16.
# Looks like your test died just after 16.
t/tools/ops2pmutils/09-prepare_real_ops........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 17-38
Failed 22/38 tests, 42.11% okay
t/tools/ops2pmutils/10-print_module............ok 1/42op get_all_eh_p:
sequence mismatch: ops.num 168 vs. core.ops 1215 at
/home/jimk/work/parrot/lib/Parrot/Ops2pm/Utils.pm line 454.
# Looks like you planned 42 tests but only ran 16.
# Looks like your test died just after 16.
t/tools/ops2pmutils/10-print_module............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 17-42
Failed 26/42 tests, 38.10% okay
t/tools/ops2pmutils/11-print_h.................ok 1/23op get_all_eh_p:
sequence mismatch: ops.num 168 vs. core.ops 1215 at
/home/jimk/work/parrot/lib/Parrot/Ops2pm/Utils.pm line 454.
# Looks like you planned 23 tests but only ran 16.
# Looks like your test died just after 16.
t/tools/ops2pmutils/11-print_h.................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 17-23
Failed 7/23 tests, 69.57% okay
Failed Test Stat Wstat Total Fail List of
Failed
-------------------------------------------------------------------------------
t/tools/ops2pmutils/09-prepare_real_ops.t 255 65280 38 44 17-38
t/tools/ops2pmutils/10-print_module.t 255 65280 42 52 17-42
t/tools/ops2pmutils/11-print_h.t 255 65280 23 14 17-23
1 test skipped.
Failed 3/36 test scripts. 55/1103 subtests failed.
Files=36, Tests=1103, 30 wallclock secs (14.35 cusr + 1.65 csys = 16.00
CPU)
Failed 3/36 test programs. 55/1103 subtests failed.
Post-configuration and build tools tests did not complete successfully;
running 'make' might be dubious. at lib/Parrot/Configure/Options/Test.pm
line 68.
I again had to implement Coke's suggestion and run: make -f
tools/dev/ops_renum.mak
This renumbered the ops in src/ops/ops.num. This could have been
avoided if make buildtools_tests had been run.
Thank you very much.
kid51