Bug#679135: FTBFS on several architectures: Failed 2/4 subtests
Dominique Dumont
dod at debian.org
Tue Jun 26 15:44:22 UTC 2012
On Tuesday 26 June 2012 17:34:01 Luca Falavigna wrote:
> t/Sys-CPU.t (Wstat: 0 Tests: 4 Failed: 2)
> Failed tests: 3, 5
> Parse errors: Tests out of sequence. Found (5) but expected (4)
t/Sys-CPU.t contains old style test code:
$type = &Sys::CPU::cpu_type();
if (defined($type)) {
print "ok 4 (CPU Type : $type)\n";
} else {
print "not ok 5 (cpu_type unavailable)\n";
}
The last print should be "not ok 4" ...
All the best
--
https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org
More information about the pkg-perl-maintainers
mailing list