From 22c59edd71f7050365d8941c57e9d705018cf00b Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Tue, 25 Sep 2018 00:19:00 +0000 Subject: [PATCH] Cover coredump in math Closes https://github.com/rakudo/rakudo/issues/2280 R#2280 MVM Fix: https://github.com/MoarVM/MoarVM/commit/ad3a80cb6e615b191b741a311616e00a4a2d3f12 NQP Bump: https://github.com/perl6/nqp/commit/58011e6a9c Rak Bump: https://github.com/rakudo/rakudo/commit/b96f60ff71 --- MISC/bug-coverage.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MISC/bug-coverage.t b/MISC/bug-coverage.t index 48c4c54ca8..9c9d9ffaa2 100644 --- a/MISC/bug-coverage.t +++ b/MISC/bug-coverage.t @@ -6,7 +6,11 @@ use Test::Util; # This file is for random bugs that don't really fit well in other places. # Feel free to move the tests to more appropriate places. -plan 12; +plan 13; + +# https://github.com/rakudo/rakudo/issues/2280 +is-deeply (11**5, */-2 … 0)[31], <-161051/2147483648>, + 'thou shall not coredump'; subtest '.count-only/.bool-only for iterated content' => { plan 25;