Back
From: metabase:user:e3434da8-b236-11df-85ca-0247c6d74bde
Subject: FAIL Regexp-Assemble-0.34 v5.13.9 GNU/Linux
Date: 2011-01-22T02:45:37Z
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.9, created by CPAN-Reporter-1.1900.
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 /home/tester/vers/perl-5.13.9/bin/perl5.13.9 "-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, 3 wallclock secs ( 0.51 usr 0.05 sys + 2.35 cusr 0.16 csys = 3.07 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:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LC_COLLATE = C
LC_MONETARY = nl_NL.utf8
PATH = /home/tester/perl5/perlbrew/bin:/home/tester/perl5/perlbrew/perls/current/bin:/home/tester/perl5/perlbrew/bin:/home/tester/perl5/perlbrew/perls/current/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/tester/bin:/home/tester/bin
PERL5LIB = /home/tester/cpan/perl-5.13.9/.cpan/build/Env-Sanctify-1.04-0eW4LD/blib/arch:/home/tester/cpan/perl-5.13.9/.cpan/build/Env-Sanctify-1.04-0eW4LD/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 11715
PERL5_CPAN_IS_RUNNING = 11715
PERL5_MINISMOKEBOX = 0.40
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/tester/vers/perl-5.13.9/bin/perl5.13.9
$UID/$EUID = 501 / 501
$GID = 501 501
$EGID = 501 501
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.94_63
Cwd 3.36
ExtUtils::CBuilder 0.280201
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.3607
Module::Signature n/a
Test::Harness 3.22
Test::More 0.97_01
YAML n/a
YAML::Syck 1.17
version 0.88
--
Summary of my perl5 (revision 5 version 13 subversion 9) configuration:
Platform:
osname=linux, osvers=2.6.35.10-68.fc14.x86_64, archname=x86_64-linux-thread-multi-ld
uname='linux firenze.localhost 2.6.35.10-68.fc14.x86_64 #1 smp thu dec 16 21:41:20 utc 2010 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/tester/vers/perl-5.13.9 -Dusethreads -Dusedevel -Duselongdouble -des'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.5.1 20100924 (Red Hat 4.5.1-4)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.12.90'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LONG_DOUBLE USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Jan 21 2011 22:29:12
%ENV:
PERL5LIB="/home/tester/cpan/perl-5.13.9/.cpan/build/Env-Sanctify-1.04-0eW4LD/blib/arch:/home/tester/cpan/perl-5.13.9/.cpan/build/Env-Sanctify-1.04-0eW4LD/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="11715"
PERL5_CPAN_IS_RUNNING="11715"
PERL5_MINISMOKEBOX="0.40"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/tester/cpan/perl-5.13.9/.cpan/build/Env-Sanctify-1.04-0eW4LD/blib/arch
/home/tester/cpan/perl-5.13.9/.cpan/build/Env-Sanctify-1.04-0eW4LD/blib/lib
/home/tester/vers/perl-5.13.9/lib/site_perl/5.13.9/x86_64-linux-thread-multi-ld
/home/tester/vers/perl-5.13.9/lib/site_perl/5.13.9
/home/tester/vers/perl-5.13.9/lib/5.13.9/x86_64-linux-thread-multi-ld
/home/tester/vers/perl-5.13.9/lib/5.13.9
.