Subject: | fails tests for me on 5.16.0 |
I get the failure below when running 'make test' on 5.16.0 under x86_64-linux. This is after installing requisites below. installing with same requisites on 5.18.2 it passes all tests.
Keyword-Simple-0.04.tar.gz
PPR-0.000014.tar.gz
Scalar-List-Utils-1.49.tar.gz
make test
PERL_DL_NONLAZY=1 /global/common/genepool/usg/languages/perl/5.16.0/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/default.t ......... Keyword::Simple: internal error: $^H{'Keyword::Simple/keywords'} not a hashref: HASH(0x18becb0) at (re_eval 238) line 1.
Compilation failed in regexp at t/default.t line 20.
t/default.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/export.t .......... Keyword::Simple: internal error: $^H{'Keyword::Simple/keywords'} not a hashref: HASH(0x1c48b20) at (re_eval 281) line 1.
Compilation failed in regexp at tlib/Keyword/Export/Test.pm line 17.
t/export.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/junctive_types.t .. ok
t/keytype.t ......... ok
t/lexical.t ......... ok
t/literal_types.t ... Keyword::Simple: internal error: $^H{'Keyword::Simple/keywords'} not a hashref: HASH(0x15aeba8) at (re_eval 114) line 1.
Compilation failed in regexp at t/literal_types.t line 24.
t/literal_types.t ... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/named_types.t ..... ok
t/prefer.t .......... ok
t/quantifier.t ...... Keyword::Simple: internal error: $^H{'Keyword::Simple/keywords'} not a hashref: HASH(0x23d22e0) at (re_eval 317) line 1.
Compilation failed in regexp at t/quantifier.t line 55.
t/quantifier.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/recursive.t ....... ok
t/regex_types.t ..... Keyword::Simple: internal error: $^H{'Keyword::Simple/keywords'} not a hashref: HASH(0x1f58bd8) at (re_eval 114) line 1.
Compilation failed in regexp at t/regex_types.t line 24.
t/regex_types.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/simple.t .......... ok
t/then.t ............ ok
Test Summary Report
-------------------
t/default.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/export.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/literal_types.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/quantifier.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/regex_types.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=13, Tests=49, 2 wallclock secs ( 0.04 usr 0.03 sys + 1.36 cusr 0.24 csys = 1.67 CPU)
Result: FAIL
Failed 5/13 test programs. 0/49 subtests failed.
make: *** [test_dynamic] Error 255