# New Ticket Created by  Christian Bartolomaeus 
# Please include the string:  [perl #127949]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127949 >


This ticket is about two (skipped) tests in S02-literals/allomorphic.t which 
die on rakudo-j.

The (somewhat) golfed code is:

$ perl6-j -e 'say < 8+9i > eqv ComplexStr.new(<8+9i>, "8+9i")'   # True with 
rakudo-m
Attribute '$!re' is not a native num
  in block <unit> at -e line 1

$ perl6-j --ll-exception -e 'say < 8+9i > eqv ComplexStr.new(<8+9i>, "8+9i")'
Attribute '$!re' is not a native num
  in re (gen/jvm/CORE.setting)
  in infix:<==> (gen/jvm/CORE.setting:20489)
  in infix:<==> (gen/jvm/CORE.setting:8092)
  in infix:<eqv> (gen/jvm/CORE.setting:7877)
  in infix:<eqv> (gen/jvm/CORE.setting:1489)
  in <unit> (-e:1)
  in <unit-outer> (-e:1)
  in eval (gen/jvm/stage2/NQPHLL.nqp:1198)
  in eval (src/Perl6/Compiler.nqp:161)
  in  (gen/jvm/stage2/NQPHLL.nqp:1288)
  in command_eval (gen/jvm/stage2/NQPHLL.nqp:1285)
  in command_eval (src/Perl6/Compiler.nqp:29)
  in command_line (gen/jvm/stage2/NQPHLL.nqp:1269)
  in MAIN (gen/jvm/main.nqp:37)
  in <mainline> (gen/jvm/main.nqp:33)
  in  (gen/jvm/main.nqp)

Reply via email to