diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 19:27:19 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 19:28:52 +0100 |
| commit | 23c4fb91bf63ec2bea441582124fa465ca02faa9 (patch) | |
| tree | fb33e4c9e058134293ad9aae179aa5d3d53bae8b /main/ruby/test_insns-lower-recursion-depth.patch | |
| parent | 0da910286cb5c33c5a1a9e43ebb12758c7437b83 (diff) | |
| download | aports-23c4fb91bf63ec2bea441582124fa465ca02faa9.tar.bz2 aports-23c4fb91bf63ec2bea441582124fa465ca02faa9.tar.xz | |
main/ruby: lower recursion limit in test
It failed on ppc64le and aarch64
Diffstat (limited to 'main/ruby/test_insns-lower-recursion-depth.patch')
| -rw-r--r-- | main/ruby/test_insns-lower-recursion-depth.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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', <<~'},', ], # { |
