Skip Menu |

This queue is for tickets about the Net-Pcap CPAN distribution.

Report information
The Basics
Id: 125352
Status: open
Priority: 0/
Queue: Net-Pcap

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.18
Fixed in: (no value)



Subject: t/09-error.t: fails on perl-5.27.11 on FreeBSD-11.1
cpanm build log (gzipped) attached.
Subject: Net-Pcap-0.18.build.log.gz
Download Net-Pcap-0.18.build.log.gz
application/gzip 2.7k

Message body not shown because it is not plain text.

On 2018-05-19 18:46:50, JKEENAN wrote: Show quoted text
> cpanm build log (gzipped) attached.
Probably a duplicate of https://rt.cpan.org/Ticket/Display.html?id=117831 (unfortunately that issue has a wrong subject, it's also about 09-error.t).
On Sat May 19 18:46:50 2018, JKEENAN wrote: Show quoted text
> cpanm build log (gzipped) attached.
Also observed on FreeBSD-12 with perl-5.31.0. ##### [Net-Pcap-0.18] $ thisprove -vb t/09-error.t t/09-error.t .. 1..10 ok 1 - compile() with an invalid filter string ok 2 - - result must not be null: -1 ok 3 - geterr() not ok 4 - - $err must not be null: syntax error in filter expression: syntax error ok 5 - compile() with a valid filter string ok 6 - - result must be null: 0 ok 7 - geterr() ok 8 - - $err must be null ok 9 - strerror() ok 10 - - $err must not be null # Failed test ' - $err must not be null: syntax error in filter expression: syntax error' # at t/09-error.t line 25. # 'syntax error in filter expression: syntax error' # doesn't match '/^(?:parse|syntax) error$/' # Looks like you failed 1 test of 10. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/10 subtests Test Summary Report ------------------- t/09-error.t (Wstat: 256 Tests: 10 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=1, Tests=10, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.08 cusr 0.05 csys = 0.19 CPU) Result: FAIL ##### Can you investigate? Thank you very much. Jim Keenan