Bug#720776: weird results with perl 5.18

2013-08-29 Thread olivier.sal...@codeless.fr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08/26/2013 08:54 PM, gregor herrmann wrote: On Mon, 26 Aug 2013 12:56:16 +0200, olivier.sal...@codeless.fr wrote: As following tests take first element of array, it explains why sometimes it succeed, sometimes it fails Now I don't know

Bug#720776: weird results with perl 5.18

2013-08-26 Thread olivier.sal...@codeless.fr
I see a test failing in t/Ontology/IO/obo.t line 47 at is (scalar(@terms), 5), used to work in a previous perl release: Code of test: my $parser = Bio::OntologyIO-new( -format= obo, ^I^I -file = test_input_file('so.obo')); my $ont = $parser-next_ontology();

Bug#720776: [Debian-med-packaging] Bug#720776: weird results with perl 5.18

2013-08-26 Thread olivier.sal...@codeless.fr
Running several times *perl t/Ontology/IO/obo.t* leads to different results We sometimes have 1 or 6 or 7 failing tests -- gpg key id: 4096R/326D8438 (keyring.debian.org) Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438 -- To UNSUBSCRIBE, email to

Bug#720776: weird results with perl 5.18

2013-08-26 Thread olivier.sal...@codeless.fr
It appears that: (in obo ontology test) my @terms = $ont-get_child_terms($roots[0]); @terms array order is not always the same. As following tests take first element of array, it explains why sometimes it succeed, sometimes it fails Now I don't know why order is different -- To

Bug#720776: weird results with perl 5.18

2013-08-26 Thread gregor herrmann
On Mon, 26 Aug 2013 12:56:16 +0200, olivier.sal...@codeless.fr wrote: As following tests take first element of array, it explains why sometimes it succeed, sometimes it fails Now I don't know why order is different Hash randomization: