Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: FAIL Regexp-Assemble-0.34 v5.13.10 Windows (Cygwin)
Date: 2011-03-07T20:37:52Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear David Landgren,
This is a computer-generated report for Regexp-Assemble-0.34
on perl 5.13.10, created by CPAN-Reporter-1.1902.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/bin/perl5.13.10.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# testing Regexp::Assemble v0.34
t/00_basic.t ...... ok
t/01_insert.t ..... ok
t/02_reduce.t ..... ok
# Failed test 'add (^a) (ma)'
# at t/03_str.t line 207.
# got: '(?^:(?:^|m)a)'
# expected: '(?-xism:(?:^|m)a)'
# Failed test 'add (^a) (ma) (wa)'
# at t/03_str.t line 207.
# got: '(?^:(?:[mw]|^)a)'
# expected: '(?-xism:(?:[mw]|^)a)'
# Failed test 'add (^a) (\^a)'
# at t/03_str.t line 207.
# got: '(?^:(?:^|\^)a)'
# expected: '(?-xism:(?:^|\^)a)'
# Failed test 'add (^a) (0a)'
# at t/03_str.t line 207.
# got: '(?^:(?:^|0)a)'
# expected: '(?-xism:(?:^|0)a)'
# Failed test 'add (^a) (ma) (\^a)'
# at t/03_str.t line 207.
# got: '(?^:(?:[m^]|^)a)'
# expected: '(?-xism:(?:[m^]|^)a)'
# Failed test 'add (^a) (maa)'
# at t/03_str.t line 207.
# got: '(?^:(?:ma|^)a)'
# expected: '(?-xism:(?:ma|^)a)'
# Failed test 'add (a.+)'
# at t/03_str.t line 207.
# got: '(?^:a.+)'
# expected: '(?-xism:a.+)'
# Failed test 'add ([b]?)'
# at t/03_str.t line 207.
# got: '(?^:b?)'
# expected: '(?-xism:b?)'
# Failed test 'add ([.])'
# at t/03_str.t line 207.
# got: '(?^:\.)'
# expected: '(?-xism:\.)'
# Failed test 'add ([.]+)'
# at t/03_str.t line 207.
# got: '(?^:\.+)'
# expected: '(?-xism:\.+)'
# Failed test 'add ([\.]+)'
# at t/03_str.t line 207.
# got: '(?^:\.+)'
# expected: '(?-xism:\.+)'
# Failed test 'add ([\^]+)'
# at t/03_str.t line 207.
# got: '(?^:\^+)'
# expected: '(?-xism:\^+)'
# Failed test 'add ([%])'
# at t/03_str.t line 207.
# got: '(?^:%)'
# expected: '(?-xism:%)'
# Failed test 'add ([\%])'
# at t/03_str.t line 207.
# got: '(?^:%)'
# expected: '(?-xism:%)'
# Failed test 'add ([!])'
# at t/03_str.t line 207.
# got: '(?^:!)'
# expected: '(?-xism:!)'
# Failed test 'add ([\!])'
# at t/03_str.t line 207.
# got: '(?^:!)'
# expected: '(?-xism:!)'
# Failed test 'add ([@])'
# at t/03_str.t line 207.
# got: '(?^:@)'
# expected: '(?-xism:@)'
# Failed test 'add ([\@])'
# at t/03_str.t line 207.
# got: '(?^:@)'
# expected: '(?-xism:@)'
# Failed test 'add (a|[bc])'
# at t/03_str.t line 207.
# got: '(?^:a|[bc])'
# expected: '(?-xism:a|[bc])'
# Failed test 'add (ad?|[bc])'
# at t/03_str.t line 207.
# got: '(?^:ad?|[bc])'
# expected: '(?-xism:ad?|[bc])'
# Failed test 'add (b$) (be)'
# at t/03_str.t line 207.
# got: '(?^:b(?:$|e))'
# expected: '(?-xism:b(?:$|e))'
# Failed test 'add (b$) (be) (ba)'
# at t/03_str.t line 207.
# got: '(?^:b(?:[ae]|$))'
# expected: '(?-xism:b(?:[ae]|$))'
# Failed test 'add (b$) (b\$)'
# at t/03_str.t line 207.
# got: '(?^:b(?:$|\$))'
# expected: '(?-xism:b(?:$|\$))'
# Failed test 'add (^ab) (^ac) (de)'
# at t/03_str.t line 207.
# got: '(?^:(?:^a[bc]|de))'
# expected: '(?-xism:(?:^a[bc]|de))'
# Failed test 'add (/) {flags => i}'
# at t/03_str.t line 207.
# got: '(?^:(?i:/))'
# expected: '(?-xism:(?i:/))'
# Failed test 'add (^ab) (^ac) (de) {flags => i}'
# at t/03_str.t line 207.
# got: '(?^:(?i:(?:^a[bc]|de)))'
# expected: '(?-xism:(?i:(?:^a[bc]|de)))'
# Failed test 'add (^ab) (^ac) (de) {flags => im}'
# at t/03_str.t line 207.
# got: '(?^:(?im:(?:^a[bc]|de)))'
# expected: '(?-xism:(?im:(?:^a[bc]|de)))'
# Failed test 'add (a\%d) (a\=b) (a\%e) (a\=c)'
# at t/03_str.t line 207.
# got: '(?^:a(?:%[de]|=[bc]))'
# expected: '(?-xism:a(?:%[de]|=[bc]))'
# Failed test 'add (\^\:) (\^\,)'
# at t/03_str.t line 207.
# got: '(?^:\^[,:])'
# expected: '(?-xism:\^[,:])'
# Failed test 'add (a\=) (a\*) (a\-)'
# at t/03_str.t line 207.
# got: '(?^:a[-*=])'
# expected: '(?-xism:a[-*=])'
# Failed test 'add (lit) (limit)'
# at t/03_str.t line 207.
# got: '(?^:l(?:im)?it)'
# expected: '(?-xism:l(?:im)?it)'
# Failed test 'add (amz) (adnz) (aenz) (agrwz) (agqwz) (ahwz)'
# at t/03_str.t line 207.
# got: '(?^:a(?:(?:g[qr]|h)w|[de]n|m)z)'
# expected: '(?-xism:a(?:(?:g[qr]|h)w|[de]n|m)z)'
# Failed test 'add (adktwz) (aeftwz) (aeguwz) (aehuwz) (afwz) (agmvz) (ahnvz) (aijmvz)'
# at t/03_str.t line 207.
# got: '(?^:a(?:(?:e(?:[gh]u|ft)|dkt|f)w|(?:(?:ij|g)m|hn)v)z)'
# expected: '(?-xism:a(?:(?:e(?:[gh]u|ft)|dkt|f)w|(?:(?:ij|g)m|hn)v)z)'
# Failed test 'add (bcktx) (bckx) (bdix) (bdktx) (bdkx)'
# at t/03_str.t line 207.
# got: '(?^:b(?:d(?:kt?|i)|ckt?)x)'
# expected: '(?-xism:b(?:d(?:kt?|i)|ckt?)x)'
# Failed test 'add (dldrt) (dndrt) (dldt) (dndt) (dx)'
# at t/03_str.t line 207.
# got: '(?^:d(?:[ln]dr?t|x))'
# expected: '(?-xism:d(?:[ln]dr?t|x))'
# Failed test 'add (dldt) (dndt) (dlpt) (dnpt) (dx)'
# at t/03_str.t line 207.
# got: '(?^:d(?:[ln][dp]t|x))'
# expected: '(?-xism:d(?:[ln][dp]t|x))'
# Failed test 'add (dldrt) (dndrt) (dldmt) (dndmt) (dlprt) (dnprt) (dlpmt) (dnpmt) (dx)'
# at t/03_str.t line 207.
# got: '(?^:d(?:[ln][dp][mr]t|x))'
# expected: '(?-xism:d(?:[ln][dp][mr]t|x))'
# Failed test 'add (\*mens) (\(scan) (\[mail)'
# at t/03_str.t line 207.
# got: '(?^:(?:\(scan|\*mens|\[mail))'
# expected: '(?-xism:(?:\(scan|\*mens|\[mail))'
# Failed test 'add (\Qa[b[c)'
# at t/03_str.t line 207.
# got: '(?^:a\[b\[c)'
# expected: '(?-xism:a\[b\[c)'
# Failed test 'add (\Qa]b]c)'
# at t/03_str.t line 207.
# got: '(?^:a\]b\]c)'
# expected: '(?-xism:a\]b\]c)'
# Failed test 'add (\Qa(b(c)'
# at t/03_str.t line 207.
# got: '(?^:a\(b\(c)'
# expected: '(?-xism:a\(b\(c)'
# Failed test 'add (\Qa)b)c)'
# at t/03_str.t line 207.
# got: '(?^:a\)b\)c)'
# expected: '(?-xism:a\)b\)c)'
# Failed test 'add (\Qa(b) (\Qa[b) (\Qa+b)'
# at t/03_str.t line 207.
# got: '(?^:a[(+[]b)'
# expected: '(?-xism:a[(+[]b)'
# Failed test 'add (\Qa^b) (\Qa-b) (\Qa+b)'
# at t/03_str.t line 207.
# got: '(?^:a[-+^]b)'
# expected: '(?-xism:a[-+^]b)'
# Failed test 'add (car) (carrot) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:car(?:rot)?)'
# expected: '(?-xism:car(?:rot)?)'
# Failed test 'add (car) (cart) (card) (carp) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:car[dpt]?)'
# expected: '(?-xism:car[dpt]?)'
# Failed test 'add (bane) (bare) (cane) (care) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:[bc]a[nr]e)'
# expected: '(?-xism:[bc]a[nr]e)'
# Failed test 'add (refuse) (use) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:(?=[ru])(?:ref)?use)'
# expected: '(?-xism:(?=[ru])(?:ref)?use)'
# Failed test 'add (bird) (cat) (dog) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:(?=[bcd])(?:bird|cat|dog))'
# expected: '(?-xism:(?=[bcd])(?:bird|cat|dog))'
# Failed test 'add (seahorse) (season) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:sea(?=[hs])(?:horse|son))'
# expected: '(?-xism:sea(?=[hs])(?:horse|son))'
# Failed test 'add (car) (card) (carrot) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:car(?:(?=[dr])(?:rot|d))?)'
# expected: '(?-xism:car(?:(?=[dr])(?:rot|d))?)'
# Failed test 'add (looked) (choked) (hooked) (stoked) (toked) (baked) (faked)'
# at t/03_str.t line 207.
# got: '(?^:(?:(?:[hl]o|s?t|ch)o|[bf]a)ked)'
# expected: '(?-xism:(?:(?:[hl]o|s?t|ch)o|[bf]a)ked)'
# Failed test 'add (faction) (reaction) (transaction) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:(?=[frt])(?:trans|re|f)action)'
# expected: '(?-xism:(?=[frt])(?:trans|re|f)action)'
# Failed test 'add (card) (caret) (corn) (corpse) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:c(?=[ao])(?:or(?=[np])(?:pse|n)|ar(?=[de])(?:et|d)))'
# expected: '(?-xism:c(?=[ao])(?:or(?=[np])(?:pse|n)|ar(?=[de])(?:et|d)))'
# Failed test 'add (car) (cart) (card) (carp) (carion) (caring) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:car(?:(?=[dipt])(?:[dpt]|i(?=[no])(?:ng|on)))?)'
# expected: '(?-xism:car(?:(?=[dipt])(?:[dpt]|i(?=[no])(?:ng|on)))?)'
# Failed test 'add (faction) (reaction) (transaction) (direction) (section) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:(?=[dfrst])(?:(?=[frt])(?:trans|re|f)a|(?=[ds])(?:dir|s)e)ction)'
# expected: '(?-xism:(?=[dfrst])(?:(?=[frt])(?:trans|re|f)a|(?=[ds])(?:dir|s)e)ction)'
# Failed test 'add (caret) (caress) (careful) (careless) (caring) (carion) (carry) (carried) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:car(?=[eir])(?:e(?=[flst])(?:(?=[ls])(?:le)?ss|ful|t)|i(?=[no])(?:ng|on)|r(?=[iy])(?:ied|y)))'
# expected: '(?-xism:car(?=[eir])(?:e(?=[flst])(?:(?=[ls])(?:le)?ss|ful|t)|i(?=[no])(?:ng|on)|r(?=[iy])(?:ied|y)))'
# Failed test 'add (unimprison) (unison) (unpoison) (unprison) (unreason) (unseason) (unson) (urson) (venison) (ventrimeson) (vison) {lookahead => 1}'
# at t/03_str.t line 207.
# got: '(?^:(?=[uv])(?:u(?=[nr])(?:n(?=[iprs])(?:(?=[ip])(?:(?:p[or]|impr))?i|(?:sea)?|rea)|r)|v(?=[ei])(?:en(?=[it])(?:trime|i)|i))son)'
# expected: '(?-xism:(?=[uv])(?:u(?=[nr])(?:n(?=[iprs])(?:(?=[ip])(?:(?:p[or]|impr))?i|(?:sea)?|rea)|r)|v(?=[ei])(?:en(?=[it])(?:trime|i)|i))son)'
# Failed test 'add (abcd) (abd) (bcd) (bd) (d)'
# at t/03_str.t line 207.
# got: '(?^:(?:a?bc?)?d)'
# expected: '(?-xism:(?:a?bc?)?d)'
# Failed test 'add (abcd) (abd) (bcd) (bd) (cd)'
# at t/03_str.t line 207.
# got: '(?^:(?:a?bc?|c)d)'
# expected: '(?-xism:(?:a?bc?|c)d)'
# Failed test 'add (abcd) (abd) (bcd) (bd) (c) (d)'
# at t/03_str.t line 207.
# got: '(?^:(?:(?:a?bc?)?d|c))'
# expected: '(?-xism:(?:(?:a?bc?)?d|c))'
# Failed test 'add (abcd) (abd) (bcd) (bd) (c) (cd) (d)'
# at t/03_str.t line 207.
# got: '(?^:(?:(?:a?bc?)?d|cd?))'
# expected: '(?-xism:(?:(?:a?bc?)?d|cd?))'
# Failed test 'add (abcd) (abd) (acd) (ad) (bcd) (bd) (d)'
# at t/03_str.t line 207.
# got: '(?^:(?:(?:ab?|b)c?)?d)'
# expected: '(?-xism:(?:(?:ab?|b)c?)?d)'
# Failed test 'add (abcde) (abce) (cde) (ce) (e)'
# at t/03_str.t line 207.
# got: '(?^:(?:(?:ab)?cd?)?e)'
# expected: '(?-xism:(?:(?:ab)?cd?)?e)'
# Failed test 'add (abcd) (abd) (acd) (ad) (bcd) (bd) (c) (d)'
# at t/03_str.t line 207.
# got: '(?^:(?:(?:(?:ab?|b)c?)?d|c))'
# expected: '(?-xism:(?:(?:(?:ab?|b)c?)?d|c))'
# Failed test 'add (abcd) (abd) (acd) (ad) (bcd) (bd) (c) (cd) (d)'
# at t/03_str.t line 207.
# got: '(?^:(?:(?:(?:ab?|b)c?)?d|cd?))'
# expected: '(?-xism:(?:(?:(?:ab?|b)c?)?d|cd?))'
# Failed test 'add (^ab$) (^bc$) (^bcd$) (^c$) (^cd$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:b?cd?|ab)$)'
# expected: '(?-xism:^(?:b?cd?|ab)$)'
# Failed test 'add (^abc$) (^abce$) (^ac$) (^ace$) (^c$) (^cd$) (^cde$) (^ce$) (^e$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:(?:ab?c|cd?)e?|e)$)'
# expected: '(?-xism:^(?:(?:ab?c|cd?)e?|e)$)'
# Failed test 'add (^abc$) (^abce$) (^bcd$) (^bcde$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:abc|bcd)e?$)'
# expected: '(?-xism:^(?:abc|bcd)e?$)'
# Failed test 'add (^abcdef$) (^abcdefh$) (^bcdefg$) (^bcdefgh$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:abcdef|bcdefg)h?$)'
# expected: '(?-xism:^(?:abcdef|bcdefg)h?$)'
# Failed test 'add (^abcd$) (^abcdh$) (^bcdefg$) (^bcdefgh$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:bcdefg|abcd)h?$)'
# expected: '(?-xism:^(?:bcdefg|abcd)h?$)'
# Failed test 'add (^abcdef$) (^abcdefh$) (^bcd$) (^bcdh$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:abcdef|bcd)h?$)'
# expected: '(?-xism:^(?:abcdef|bcd)h?$)'
# Failed test 'add (^abcd$) (^abcde$) (^ac$) (^acd$) (^acde$) (^ace$) (^e$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bcd|cd?)e?|e)$)'
# expected: '(?-xism:^(?:a(?:bcd|cd?)e?|e)$)'
# Failed test 'add (^bcd$) (^bcde$) (^c$) (^cd$) (^cde$) (^ce$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:bcd|cd?)e?$)'
# expected: '(?-xism:^(?:bcd|cd?)e?$)'
# Failed test 'add (^abc$) (^abcde$) (^b$) (^bc$) (^bcde$) (^bde$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:abc|bc?)(?:de)?$)'
# expected: '(?-xism:^(?:abc|bc?)(?:de)?$)'
# Failed test 'add (^abd$) (^abde$) (^b$) (^bcd$) (^bcde$) (^be$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:b(?:cd)?|abd)e?$)'
# expected: '(?-xism:^(?:b(?:cd)?|abd)e?$)'
# Failed test 'add (^a$) (^ad$) (^ade$) (^ae$) (^bcd$) (^bcde$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:ad?|bcd)e?$)'
# expected: '(?-xism:^(?:ad?|bcd)e?$)'
# Failed test 'add (^abcd$) (^abcde$) (^ac$) (^acd$) (^acde$) (^ace$) (^de$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bcd|cd?)e?|de)$)'
# expected: '(?-xism:^(?:a(?:bcd|cd?)e?|de)$)'
# Failed test 'add (^a$) (^abcde$) (^bcde$) (^bce$) (^bde$) (^be$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bcde)?|bc?d?e)$)'
# expected: '(?-xism:^(?:a(?:bcde)?|bc?d?e)$)'
# Failed test 'add (^a$) (^ab$) (^abc$) (^abd$) (^bdef$) (^bdf$) (^bef$) (^bf$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:b[cd]?)?|bd?e?f)$)'
# expected: '(?-xism:^(?:a(?:b[cd]?)?|bd?e?f)$)'
# Failed test 'add (^a$) (^ab$) (^abc$) (^add$) (^bdef$) (^bdf$) (^bef$) (^bf$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bc?|dd)?|bd?e?f)$)'
# expected: '(?-xism:^(?:a(?:bc?|dd)?|bd?e?f)$)'
# Failed test 'add (^a$) (^ab$) (^abc$) (^ade$) (^bcdf$) (^bcf$) (^bdf$) (^bf$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bc?|de)?|bc?d?f)$)'
# expected: '(?-xism:^(?:a(?:bc?|de)?|bc?d?f)$)'
# Failed test 'add (^a$) (^ab$) (^abc$) (^ade$) (^cdef$) (^cdf$) (^cef$) (^cf$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bc?|de)?|cd?e?f)$)'
# expected: '(?-xism:^(?:a(?:bc?|de)?|cd?e?f)$)'
# Failed test 'add (^a$) (^ab$) (^abc$) (^ae$) (^bcdef$) (^bcdf$) (^bdef$) (^bdf$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bc?|e)?|bc?de?f)$)'
# expected: '(?-xism:^(?:a(?:bc?|e)?|bc?de?f)$)'
# Failed test 'add (^a$) (^ab$) (^abc$) (^ae$) (^bcdef$) (^bcdf$) (^bef$) (^bf$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:a(?:bc?|e)?|b(?:cd)?e?f)$)'
# expected: '(?-xism:^(?:a(?:bc?|e)?|b(?:cd)?e?f)$)'
# Failed test 'add (^a$) (^ab$) (^abc$) (^ae$) (^bcdef$) (^bcdf$) (^bdef$) (^bef$)'
# at t/03_str.t line 207.
# got: '(?^:^(?:b(?:cde?|d?e)f|a(?:bc?|e)?)$)'
# expected: '(?-xism:^(?:b(?:cde?|d?e)f|a(?:bc?|e)?)$)'
# Failed test 'add (ab) (cd) (ce) {anchor_word => 1}'
# at t/03_str.t line 207.
# got: '(?^:\b(?:c[de]|ab)\b)'
# expected: '(?-xism:\b(?:c[de]|ab)\b)'
# Failed test 'add (ab) (cd) (ce) {anchor_word_begin => 1}'
# at t/03_str.t line 207.
# got: '(?^:\b(?:c[de]|ab))'
# expected: '(?-xism:\b(?:c[de]|ab))'
# Failed test 'add (ab) (cd) (ce) {anchor_line => 1}'
# at t/03_str.t line 207.
# got: '(?^:^(?:c[de]|ab)$)'
# expected: '(?-xism:^(?:c[de]|ab)$)'
# Failed test 'add (ab) (cd) (ce) {anchor_line => 0}'
# at t/03_str.t line 207.
# got: '(?^:(?:c[de]|ab))'
# expected: '(?-xism:(?:c[de]|ab))'
# Failed test 'add (ab) (cd) (ce) {anchor_line_end => 1}'
# at t/03_str.t line 207.
# got: '(?^:(?:c[de]|ab)$)'
# expected: '(?-xism:(?:c[de]|ab)$)'
# Failed test 'add (ab) (cd) (ce) {anchor_string => 1}'
# at t/03_str.t line 207.
# got: '(?^:\A(?:c[de]|ab)\Z)'
# expected: '(?-xism:\A(?:c[de]|ab)\Z)'
# Failed test 'add (ab) (cd) (ce) {anchor_string => 0}'
# at t/03_str.t line 207.
# got: '(?^:(?:c[de]|ab))'
# expected: '(?-xism:(?:c[de]|ab))'
# Failed test 'add (x[[:punct:]]y) (x[[:punct:]]z)'
# at t/03_str.t line 207.
# got: '(?^:x[[:punct:]][yz])'
# expected: '(?-xism:x[[:punct:]][yz])'
# Failed test 'de'
# at t/03_str.t line 213.
# got: '(?^:de)'
# expected: '(?-xism:de)'
# Failed test 'de again'
# at t/03_str.t line 215.
# got: '(?^:de)'
# expected: '(?-xism:de)'
# Looks like you failed 96 tests of 210.
t/03_str.t ........
Dubious, test returned 96 (wstat 24576, 0x6000)
Failed 96/210 subtests
t/04_match.t ...... ok
t/05_hostmatch.t .. ok
t/06_general.t .... ok
t/07_warning.t .... ok
t/08_track.t ...... ok
# Failed test 'time debug'
# at t/09_debug.t line 307.
# got: '(?^:th(?:at|is))'
# expected: '(?-xism:th(?:at|is))'
# Failed test 'deferred time debug'
# at t/09_debug.t line 313.
# got: '(?^:th(?:ose|at|is))'
# expected: '(?-xism:th(?:ose|at|is))'
# Looks like you failed 2 tests of 68.
t/09_debug.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/68 subtests
Test Summary Report
-------------------
t/03_str.t (Wstat: 24576 Tests: 210 Failed: 96)
Failed tests: 58-153
Non-zero exit status: 96
t/09_debug.t (Wstat: 512 Tests: 68 Failed: 2)
Failed tests: 59-60
Non-zero exit status: 2
Files=10, Tests=2949, 19 wallclock secs ( 1.47 usr 0.22 sys + 6.33 cusr 3.65 csys = 11.66 CPU)
Result: FAIL
Failed 2/10 test programs. 98/2949 subtests failed.
make: *** [test_dynamic] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- -------
ExtUtils::MakeMaker 0 6.57_05
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTHOR_TESTING = 1
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 4
PATH = /opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/bin:/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/bin:/usr/local/bin:/usr/bin
PERL5LIB = /opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/site_perl:/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/perl5:/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 5468
PERL5_CPAN_IS_RUNNING = 5468
PERL_EXTUTILS_AUTOINSTALL = 1
PERL_MM_USE_DEFAULT = 1
PERL_TEST_CRITIC = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel
TEMP = /cygdrive/c/DOCUME~1/ospja/LOKALE~1/Temp
TERM = cygwin
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/bin/perl5.13.10
$UID/$EUID = 22755 / 22755
$GID = 10513 544 545 555 43588 44771 44776 47153 45205 10513 51781 18818 43044 30568 43061 36594 18761 56667 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 50556 23333 65644 65646 51916 51926 51837 45099 30321 49625 31369 45094
$EGID = 10513 544 545 555 43588 44771 44776 47153 45205 10513 51781 18818 43044 30568 43061 36594 18761 56667 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 50556 23333 65644 65646 51916 51926 51837 45099 30321 49625 31369 45094
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.94_65
Cwd 3.37
ExtUtils::CBuilder 0.280202
ExtUtils::Command 1.16
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.57_05
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2209
File::Spec 3.33
Module::Build 0.37_05
Module::Signature 0.66
Test::Harness 3.23
Test::More 0.98
YAML 0.70
YAML::Syck 1.17
version 0.88
--
Summary of my perl5 (revision 5 version 13 subversion 10) configuration:
Platform:
osname=cygwin, osvers=1.7.7(0.23053), archname=cygwin-thread-multi-64int
uname='cygwin_nt-5.1 los116 1.7.7(0.23053) 2010-08-31 09:58 i686 cygwin '
config_args='-de -Dcc=gcc -Dprefix=/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int -Dperladmin=pjacklam@online.no -Dusedevel -Dmksymlinks -Dusethreads -Dusemultiplicity -Duse64bitint'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=y, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.3.4 20090804 (release) 1', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
perllibs=-ldl -lcrypt
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_13_10.dll
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY MYMALLOC PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under cygwin
Compiled at Feb 26 2011 09:12:57
%ENV:
PERL5LIB="/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/site_perl:/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/perl5:/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="5468"
PERL5_CPAN_IS_RUNNING="5468"
PERL_EXTUTILS_AUTOINSTALL="1"
PERL_MM_USE_DEFAULT="1"
PERL_TEST_CRITIC="1"
CYGWIN="codepage:utf8 nodosfilewarning"
@INC:
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/site_perl/5.13.10/cygwin-thread-multi-64int
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/site_perl/5.13.10
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/site_perl
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/perl5/cygwin-thread-multi-64int
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/perl5
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/5.13.10/cygwin-thread-multi-64int
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib/5.13.10
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/local/lib
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/lib/site_perl/5.13.10/cygwin-thread-multi-64int
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/lib/site_perl/5.13.10
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/lib/5.13.10/cygwin-thread-multi-64int
/opt/perl/inst/perl-5.13.10-cygwin-thread-multi-64int/lib/5.13.10
.