Subject: | PDL-2.4.2: some errors in test |
I am building PDL-2.4.2 on Solaris 8 (Sparc) with gcc-3.4.3, and the sunmath library, on top of perl-5.8.6 (shared libperl, ithreads).
I still see the error as reported in RT#5045, and also these new ones:
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------
t/limits_keyspecs.t 2 512 12 2 16.67% 8 10
t/limits_normalize_dsets.t 255 65280 21 42 200.00% 1-21
t/slatec.t 37 1 2.70% 37
The first I can't tell what's wrong. For the second, the failure
actually comes from Test::More, because the PDL overload of '=='
does not recognize the 'Does::Not::Exist' class. Fiddling with
Test::More solves the issue - but probably something in PDL and
the overload of '==' has changed, triggering this error.
Let me know if you need more details,
Marek