You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make test
"/home/hakon/perlbrew/perls/5.22.4/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/buildcc
PERL_DL_NONLAZY=1 "/home/hakon/perlbrew/perls/5.22.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/asmdata.t ....... ok
t/assembler.t ..... ok
t/bblock.t ........ ok
t/bytecode.t ...... skipped: -- perl5.22 broke ByteLoader
t/c.t ............. ok
t/c_allow_opts.t .. ok
t/c_argv.t ........ ok
t/c_cross.t ....... ok
t/c_o1.t .......... ok
t/c_o2.t .......... ok
t/c_o3.t .......... ok
t/c_o4.t .......... ok
t/cc.t ............ ok
t/cc_last.t ....... ok
t/cc_o1.t ......... ok
t/cc_o2.t ......... ok
t/e_perlcc.t ...... 65/87 ERROR Invalid bytecode: bad magic (want 0x43424c50 PLBC or 0x434a4c50 PLJC, got 0x2f202123) at pcc.plc line 1.
t/e_perlcc.t ...... ok
t/issue105.t ...... ok
t/issue130.t ...... ok
t/issue141.t ...... ok
t/issue143.t ...... ok
t/issue144.t ...... ok
t/issue148.t ...... ok
t/issue159.t ...... ok
t/issue169.t ...... ok
t/issue172.t ...... ok
t/issue183.t ...... ok
t/issue184.t ...... ok
t/issue185.t ...... ok
t/issue197.t ...... ok
t/issue200.t ...... ok
t/issue201.t ...... ok
t/issue203.t ...... ok
t/issue206.t ...... ok
t/issue208.t ...... ok
t/issue211.t ...... skipped: under harness
t/issue212.t ...... ok
t/issue219.t ...... ok
t/issue220.t ...... ok
t/issue229.t ...... skipped: Only for author
t/issue232.t ...... ok
t/issue234.t ...... ok
t/issue235.t ...... ok
t/issue237.t ...... ok
t/issue238.t ...... ok
t/issue24.t ....... 2/3 blib/script/perlcc: Unexpected compiler output
Warning: Label not found at compile time for "last GETFILE"
Can't undef active subroutine at /home/hakon/perlbrew/perls/5.22.4/lib/5.22.4/x86_64-linux/Cwd.pm line 2.
Attempt to free unreferenced scalar: SV 0x55f2db4b9e28 at /home/hakon/perlbrew/perls/5.22.4/lib/5.22.4/x86_64-linux/Cwd.pm line 2.
Attempt to free unreferenced scalar: SV 0x55f2db4b9e28 at /home/hakon/perlbrew/perls/5.22.4/lib/5.22.4/x86_64-linux/Cwd.pm line 2.
Attempt to free unreferenced scalar: SV 0x55f2db4b9e28 at /home/hakon/perlbrew/perls/5.22.4/lib/5.22.4/x86_64-linux/Cwd.pm line 2.
Attempt to free unreferenced scalar: SV 0x55f2db4b9e28 at /home/hakon/perlbrew/perls/5.22.4/lib/5.22.4/x86_64-linux/Cwd.pm line 2.
Attempt to free unreferenced scalar: SV 0x55f2db4b9e28 at /home/hakon/perlbrew/perls/5.22.4/lib/5.22.4/x86_64-linux/Cwd.pm line 2.
Attempt to free unreferenced scalar: SV 0x55f2db4b9e28 at /home/hakon/perlbrew/perls/5.22.4/lib/5.22.4/x86_64-linux/Cwd.pm line 2.
t/issue24.t ....... 3/3
# Failed test 'CC dbm fixed with r881, XSLoader with 1.32'
# at t/issue24.t line 71.
# got: ''
# expected: 'ok'
# Looks like you failed 1 test of 3.
t/issue24.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
(less 1 skipped subtest: 1 okay)
t/issue240.t ...... ok
t/issue242.t ...... ok
t/issue245.t ...... ok
[...]
The text was updated successfully, but these errors were encountered:
hakonhagland
changed the title
5.24.4 : t/issue24.t : Failed test 'CC dbm fixed with r881, XSLoader with 1.32'
5.22.4 : t/issue24.t : Failed test 'CC dbm fixed with r881, XSLoader with 1.32'
Feb 17, 2021
The text was updated successfully, but these errors were encountered: