# New Ticket Created by  Simon Glover 
# Please include the string:  [perl #20707]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=20707 >



 A fresh check-out of parrot from CVS is giving me a huge number of
 failing tests:

Failed Test        Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/op/arithmetics.t   17  4352    26   17  65.38%  7-14 18-26
t/op/hacks.t          1   256     3    1  33.33%  2
t/op/ifunless.t       2   512     6    2  33.33%  2 5
t/op/integer.t        1   256    38    1   2.63%  4
t/op/jitn.t           1   256     9    1  11.11%  9
t/op/number.t        33  8448    37   33  89.19%  1-29 31 34-36
t/op/stacks.t         6  1536    35    6  17.14%  5 26-27 33-35
t/op/string.t         2   512    99    2   2.02%  89 97
t/op/time.t           1   256     4    1  25.00%  2
t/op/trans.t         18  4608    18   18 100.00%  1-18
t/pmc/array.t         2   512     7    2  28.57%  2-3
t/pmc/boolean.t       1   256     6    1  16.67%  2
t/pmc/perlarray.t     8  2048    22    8  36.36%  2-3 5-6 11-12 16-17
t/pmc/perlhash.t      6  1536    24    6  25.00%  1 11 13-15 18
t/pmc/perlint.t       2   512     5    2  40.00%  4-5
t/pmc/perlstring.t    3   768     8    3  37.50%  1 3 7
t/pmc/pmc.t          46 11776    80   46  57.50%  12-28 31-32 36 39-42 44-47
                                                  50-51 55-56 60-64 69 72-78 80
t/src/sprintf.t       1   256     2    1  50.00%  1


 This seems to be packfile-related, since the consistent theme is the
 error message:  'Constant_unpack: Unrecognized type '' during unpack!'

 Also, the bug is apparently related to the fact that I'm using a perl
 compiled with -Duselongdouble; if I use the system perl, which was
 compiled with -Uuselongdouble, then all the tests pass. [Note, however,
 that my perl is 5.8.0, whereas the system perl is 5.6.0 -- I don't think
 this has anything to do with the difference, but I can't rule it out].

 Other than the above, I'm on a pretty standard Linux/x86 system - I can
 provide more details if required.

 Simon



Reply via email to