From 23c4fb91bf63ec2bea441582124fa465ca02faa9 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 26 Dec 2017 19:27:19 +0100 Subject: main/ruby: lower recursion limit in test It failed on ppc64le and aarch64 --- main/ruby/test_insns-lower-recursion-depth.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/ruby/test_insns-lower-recursion-depth.patch') diff --git a/main/ruby/test_insns-lower-recursion-depth.patch b/main/ruby/test_insns-lower-recursion-depth.patch index 77d827997b..48e88dfd60 100644 --- a/main/ruby/test_insns-lower-recursion-depth.patch +++ b/main/ruby/test_insns-lower-recursion-depth.patch @@ -41,7 +41,7 @@ so we hit SystemStackError sooner than on other platforms. }/ox end - x = once(128); x = once(7); x = once(16); -+ x = once(64); x = once(7); x = once(16); ++ x = once(32); x = once(7); x = once(16); x =~ "true" && $~ }, [ 'once', <<~'},', ], # { -- cgit v1.2.3