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


S32-temporal/Date.t, S32-temporal/DateTime-Instant-Duration.t,
S32-temporal/DateTime.t,

These tests started failing with rakudo commit: 98c32aaa8b2219

commit 98c32aaa8b2219da8f992f4e21038f2861c8a1fe
Author: TimToady <la...@wall.org>
Date:   Wed Aug 27 16:00:57 2014 -0700

    div and % throw for division by 0 on native int

    When used on native integer types, div and % need to be very fast and jittab
    Returning failure interferes with this, so for these low-level ops, we rely
    the hardware to throw an exception.  Use something higher-level if you want
    higher-level semantics.



-- 
Will "Coke" Coleda

Reply via email to