Skip to content
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

1**Inf = NaN on OpenSolaris #1328

Closed
p6rt opened this issue Sep 29, 2009 · 5 comments
Closed

1**Inf = NaN on OpenSolaris #1328

p6rt opened this issue Sep 29, 2009 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 29, 2009

Migrated from rt.perl.org#69464 (status was 'rejected')

Searchable as RT69464$

@p6rt
Copy link
Author

p6rt commented Sep 29, 2009

From @carbin

The spectest for this, t/spec/S03-operators/arith.t #​163 (line 352),
fails on OpenSolaris because it expects 1**Inf to return 1, but
instead it returns NaN.

say 1**Inf
NaN
$ uname -a
SunOS aethon 5.11 snv_111b i86pc i386 i86pc Solaris

It returns 1 on my Ubuntu box and my Haiku box.

say 1**Inf
1
$ uname -a
Linux cerberus 2.6.28-15-generic #​49-Ubuntu SMP Tue Aug 18 19​:25​:34
UTC 2009 x86_64 GNU/Linux

say 1**Inf
1
~/rakudo> uname -a
Haiku muse 1 r33109 Sep 12 2009 17​:45​:45 BePC Haiku

All three are Rakudo 0331d6 / Parrot 41447.

--
Carlin

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Sep 11, 2011

From @bbkr

2​:07
bbkr
Can OpenSolaris tickets #​69466, #​69464 and #​69480 be closed if
OpenSolaris system has been discontinued on 2010-08-13? I doubt that
someone wants to install abandoned OS to check if those bugs are fixed.

2​:08
tadzik
I remember asking that question some time ago :)
2​:08
masak
bbkr​: if you ask me, then yes.
bbkr​: but it might be one of those where pmichaud has a say.

2​:10
bbkr
masak​: I agree, those are zombie tickets. but I'll wait for pmichaud
opinion.

@p6rt
Copy link
Author

p6rt commented Feb 21, 2014

From @coke

Sorry about the delay.

With OpenSolaris discontinued several years ago, I'm going to reject this ticket.

Thanks for the report; please feel free to resbumit if you can duplicate it against a current OS.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Feb 21, 2014

@coke - Status changed from 'open' to 'rejected'

@p6rt p6rt closed this as completed Feb 21, 2014
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant