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

Failing tests in S03-operators/arith.t: X::TypeCheck::Return exception produced no message #4762

Closed
p6rt opened this issue Nov 18, 2015 · 6 comments
Labels
JVM Related to Rakudo-JVM

Comments

@p6rt
Copy link

p6rt commented Nov 18, 2015

Migrated from rt.perl.org#126673 (status was 'resolved')

Searchable as RT126673$

@p6rt
Copy link
Author

p6rt commented Nov 18, 2015

From @usev6

On rakudo.jvm the following code does not die with 'X​::Numeric​::DivideByZero' -- as expected by the three tests in S03-operators/arith.t​:

$ perl6-j -e 'say 3 % 0'
X​::TypeCheck​::Return exception produced no message
  in block <unit> at -e​:1

@p6rt
Copy link
Author

p6rt commented Nov 18, 2015

From @peschwa

On Wed Nov 18 05​:41​:45 2015, bartolin@​gmx.de wrote​:

On rakudo.jvm the following code does not die with
'X​::Numeric​::DivideByZero' -- as expected by the three tests in S03-
operators/arith.t​:

$ perl6-j -e 'say 3 % 0'
X​::TypeCheck​::Return exception produced no message
in block <unit> at -e​:1

Behavior after rakudo commit 019bf1b​:

$ ./perl6-j -e'say 3 % 0'
Attempt to divide 3 by zero using infix​:<%>
  in block <unit> at -e​:1

Actually thrown at​:
  in block <unit> at -e​:1

@p6rt
Copy link
Author

p6rt commented Nov 18, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 21, 2015

From @usev6

Great. I unfudged the tests with commit Raku/roast@e2174a8adf.

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Nov 21, 2015

From @usev6

Great. I unfudged the tests with commit Raku/roast@e2174a8adf.

I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented Nov 21, 2015

@usev6 - Status changed from 'open' to 'resolved'

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

No branches or pull requests

1 participant