Subject: | multiple failures on perl 5.19.10 |
Date: | Fri, 21 Mar 2014 14:44:59 +0000 |
To: | bug-Class-Std [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
On Perl 5.19.10:
t/00.load.t ............ 1/1 # Testing Class::Std 0.011
t/00.load.t ............ ok
t/access.t ............. 1/?
# Failed test 'Derived call failed'
# at t/access.t line 34.
# Failed test '...with correct error message'
# at t/access.t line 35.
# ''
# doesn't match '(?^:Can't call private method MyDer::personal\(\) from class MyBase)'
# Failed test 'External family failed as expected'
# at t/access.t line 40.
# Failed test '...with correct error message'
# at t/access.t line 41.
# ''
# doesn't match '(?^:Can't call restricted method MyBase::family\(\) from class main)'
# Failed test 'External personal failed as expected'
# at t/access.t line 44.
# Failed test '...with correct error message'
# at t/access.t line 46.
# ''
# doesn't match '(?^:Can't call private method MyBase::personal\(\) from class main)'
# Failed test 'External derived family failed as expected'
# at t/access.t line 50.
# Failed test '...with correct error message'
# at t/access.t line 51.
# ''
# doesn't match '(?^:Can't call restricted method MyDer::family\(\) from class main)'
# Failed test 'External derived personal failed as expected'
# at t/access.t line 54.
# Failed test '...with correct error message'
# at t/access.t line 56.
# ''
# doesn't match '(?^:Can't call private method MyDer::personal\(\) from class main)'
# Looks like you failed 10 tests of 18.
t/access.t ............. Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/18 subtests
t/access_automethod.t .. 1/?
# Failed test 'Restricted AUTOMETHOD inaccessible'
# at t/access_automethod.t line 68.
# Failed test 'Restricted AUTOMETHOD error msg'
# at t/access_automethod.t line 69.
# ''
# doesn't match '(?^:Can't call restricted)'
# Looks like you failed 2 tests of 3.
t/access_automethod.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
t/access_name.t ........ ok
t/automethod.t ......... 1/?
# Failed test 'Direct Bar foo()'
# at t/automethod.t line 62.
# got: 'Common::foo()'
# expected: 'Bar::foo()'
# Failed test 'Indirect Bar foo()'
# at t/automethod.t line 63.
# got: 'Common::foo()'
# expected: 'Bar::foo()'
# Failed test 'Direct Baz foo()'
# at t/automethod.t line 75.
# got: 'Common::foo()'
# expected: 'Bar::foo()'
# Failed test 'Indirect Baz foo()'
# at t/automethod.t line 76.
# got: 'Common::foo()'
# expected: 'Bar::foo()'
# Looks like you failed 4 tests of 23.
t/automethod.t ......... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/23 subtests
t/begin-coercion.t ..... ok
t/can.t ................ ok
t/coercions.t .......... ok
t/cumulative.t ......... ok
t/dump.t ............... ok
t/perlattrs.t .......... ok
t/pod-coverage.t ....... ok
t/pod.t ................ ok
t/runtime.t ............ ok
t/simple.t ............. ok
t/start.t .............. ok
-zefram