Bug#687403: libio-async-loop-epoll-perl: FTBFS: test failed

gregor herrmann gregoa at debian.org
Thu Sep 20 19:08:33 UTC 2012


On Wed, 12 Sep 2012 16:52:34 +0200, gregor herrmann wrote:

[ http://bugs.debian.org/687403 ]

> From staring at the patch:
> 
> http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-perl.git;a=commitdiff;h=c9312eb
> 
> ++# Some Loop implementations do not accurately handle sub-second timers.
> ++# This only matters for unit tests
> ++use constant _CAN_SUBSECOND_ACCURATELY => 1;
> 
> ++   SKIP: {
> ++      skip "Unable to handle sub-second timers accurately", 3 unless $loop->_CAN_SUBSECOND_ACCURATELY;
> 
> 
> Should this be "_CAN_SUBSECOND_ACCURATELY => 0" to turn it off unless
> some loop test explicitly sets it?

Ok, some investigation:
The tests can either be skipped by
- either setting _CAN_SUBSECOND_ACCURATELY to 0 in libio-async-perl
- or in libio-async-loop-epoll-perl

Both patches attached.


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Bettina Wegner: Über den Berg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 687403_libio-async-loop-epoll-perl.diff
Type: text/x-diff
Size: 656 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120920/5512ac55/attachment-0002.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 687403_libio-async-perl.diff
Type: text/x-diff
Size: 496 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120920/5512ac55/attachment-0003.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120920/5512ac55/attachment-0001.pgp>


More information about the pkg-perl-maintainers mailing list