-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FAIL 5.7.0 t/op/numconvert.t] Debian Linux/PPC #3354
Comments
From @schwern$ ./perl harness op/numconvert.t op/numconvert.t 1440 68 4.72% 13-14, 25-26, 121-122, 125-126, Here's the complete output: Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration: Linker and Libraries: Characteristics of this binary (from libperl): |
From @nwc10On Sun, Feb 04, 2001 at 05:09:54PM -0500, schwern@pobox.com wrote:
Thanks. Erk. This looks like the HP-UX and IRIX problems, but I'm not What does ./perl -le '$a = e '$a = ~0; $a++; printf "%u\n", $a' give you on PPC? (bleadperl and (5.6 or earlier) If you have time, are you able to re-configure and recompile with -Ud_casti32 Nicholas Clark |
From @schwernOn Sun, Feb 04, 2001 at 10:52:10PM +0000, Nicholas Clark wrote:
I presume you ment perl -wle '$a = ~0; $a++; printf "%u\n", $a'? $ perl5.00503 -wle '$a = ~0; $a++; printf "%u\n", $a' That 5.6.0 is Debian/Woody's. I'll stick the perl -V of it at the end. This is interesting: schwern@blackrider:/usr/local/src/perl-5.6.1-TRIAL2/t$ ./perl harness op/numconvert.t
None handy with 5.7.0 or 5.6.1.
Ok, lemme recompile... op/numconvert.t passes now. But your one-liner $ ./perl -wle '$a = ~0; $a++; printf "%u\n", $a' Here's the Debian 5.6.0 Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Characteristics of this binary (from libperl): 5.6.1-TRIAL2 Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Characteristics of this binary (from libperl): And the recompiled 5.7.0 Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration: Linker and Libraries: Characteristics of this binary (from libperl): |
From @schwern64bit num conversions ok in 5.8.0 |
@schwern - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#5706 (status was 'resolved')
Searchable as RT5706$
The text was updated successfully, but these errors were encountered: