Skip Menu |

This queue is for tickets about the Regexp-Compare CPAN distribution.

Report information
The Basics
Id: 19861
Status: resolved
Priority: 0/
Queue: Regexp-Compare

People
Owner: vbarta [...] mangrove.cz
Requestors: agentzh [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: Regexp-Compare-0.03 fails its test suit on Win32 ActivePerl
Regexp::Compare 0.03 fails its test suit on Win32 ActivePerl 5.8.7: DIED. FAILED tests 291, 508-509 Failed 3/509 tests, 99.41% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/Regexp-Compare.t 3 768 509 3 0.59% 291 508-509 Failed 1/1 test scripts, 0.00% okay. 3/509 subtests failed, 99.41% okay. some related outputs are as follows: t/Regexp-Compare....NOK 291# Failed test '/(?:[\w\-_.]+\.)?(?:l(?:so|os)tr)\.[a-z]{2,}/ <= /(?:[\w\-_.]+\.)?(?:l(?:so|os)tr)\.[a-z]{2,}/' # in t/Regexp-Compare.t at line 204. ... t/Regexp-Compare....NOK 508# Failed test in t/Regexp-Compare.t at line 221. t/Regexp-Compare....NOK 509# Failed test in t/Regexp-Compare.t at line 221.
On Tue Jun 13 05:40:09 2006, guest wrote: Show quoted text
> Regexp::Compare 0.03 fails its test suit on Win32 ActivePerl 5.8.7: > t/Regexp-Compare....NOK 291# Failed test > '/(?:[\w\-_.]+\.)?(?:l(?:so|os)tr)\.[a-z]{2,}/ <= > /(?:[\w\-_.]+\.)?(?:l(?:so|os)tr)\.[a-z]{2,}/' > # in t/Regexp-Compare.t at line 204.
This was a symptom of a problem also affecting Linux version; fixed in 0.05 (although there might still be related bugs handling non-trivial character classes). Show quoted text
> t/Regexp-Compare....NOK 508# Failed test in t/Regexp-Compare.t at > line > 221. > > t/Regexp-Compare....NOK 509# Failed test in t/Regexp-Compare.t at > line > 221.
I can't reproduce those (on XP, ActivePerl 5.8.7, VC 2003), so I'm going to ignore them - if you still see them with 0.05, feel free to reopen the ticket...