# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #123234] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123234 >
There is a failing test in S12-subset/subtypes.t: $ perl6-p -e 'use Test; my subset Int::Even of Int where { $^num % 2 == 0 }; ok EVAL(q[!try { my Int::Even $d }]), "lexically declared subtype went out of scope"' get_bool() not implemented in class 'Int::Even' in sub prefix:<!> at gen/parrot/CORE.setting:4283 in sub prefix:<!> at gen/parrot/CORE.setting:4281 in block <unit> at EVAL_0:1 in any <unit-outer> at EVAL_0:1 in sub EVAL at gen/parrot/CORE.setting:785 in sub EVAL at gen/parrot/CORE.setting:776 in block <unit> at -e:1 For the time being, I'm going to fudge ('skip') that test for rakudo.parrot.