From: Chris Marshall
Sent: Wednesday, September 30, 2015 2:51 AM
To: perldl
Subject: [Pdl-general] CHM/PDL-2.013_01.tar.gz uploaded to CPAN
> ...and should be appearing at a mirror near you soon.
The serious problem is that t/bigmem.t is failing on all of my Windows
perls. (OS is Windows 7.)
With most of those perls it's either a "panic" or "Out of Memory!" error
but, on my x64 perl-5.12.0, running that test script froze my computer.
There's also a small error in t/unpdl.t that requires the following patch:
#######################################################
--- unpdl.t_orig 2015-09-30 10:22:27 +1000
+++ unpdl.t 2015-09-30 10:27:55 +1000
@@ -19,7 +19,7 @@
SKIP:
{
- skip("your perl hasn't 64bit int support", 1) if $Config{ivsize} < 8;
+ skip("your perl hasn't 64bit int support", 1), 5 if $Config{ivsize} < 8;
my $input = [
-9223372036854775808, #min int64
-9000000000000000001,
#######################################################
Without that patch the test fails on perls that don't have a 64-bit IV -
because 7 tests are planned, but only 2 are run.
Haven't found any other problems.
Cheers,
Rob
------------------------------------------------------------------------------
_______________________________________________
pdl-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdl-general