Subject: | t/ptracer.t fail with recent linux |
$ make -j24 test
PERL_DL_NONLAZY=1 /usr/bin/perl5.16.0 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-use.t ........ ok
t/02-constants.t .. ok
t/capabilities.t .. ok
t/capbset.t ....... ok
t/dumpable.t ...... ok
t/endian.t ........ ok
t/fpemu.t ......... ok
t/fpexc.t ......... ok
t/mce_kill.t ...... ok
t/name.t .......... ok
t/pdeathsig.t ..... ok
# Failed test 'Setting ptracer to 1 (init)'
# at t/ptracer.t line 9.
# got: '-1'
# expected: '0'
# Looks like you failed 1 test of 2.
t/ptracer.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/secbits.t ....... ok
t/seccomp.t ....... ok
t/timerslack.t .... ok
t/timing.t ........ ok
t/tsc.t ........... ok
t/unalign.t ....... ok
Test Summary Report
-------------------
t/ptracer.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=18, Tests=510, 1 wallclock secs ( 0.09 usr 0.04 sys + 0.38 cusr
0.05 csys = 0.56 CPU)
Result: FAIL
Failed 1/18 test programs. 1/510 subtests failed.
make: *** [test_dynamic] Error 255