aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-08 14:38:22 +0000
committerheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-08 14:38:22 +0000
commitcc6e91432c4a8618b4261bd44348e329b81d3302 (patch)
treeff4c5e5fd358aef32242ad520546fb19e5ae01aa /ChangeLog
parent0bbaa95c10324c4ea95ab7c145d26767b0634cdc (diff)
downloadruby-cc6e91432c4a8618b4261bd44348e329b81d3302.tar.gz
test/ruby/test_array.rb: split permute + stack error tests out.
* test/ruby/test_array.rb: split out the test for no stack error on large input for test_permutation, test_repeated_permutation, and test_repeated_combination, and make them all timeout:30. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27cd19daba..4a9d305339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Mar 8 23:37:07 2016 Charles Oliver Nutter <headius@headius.com>
+
+ * test/ruby/test_array.rb: split out the test for no stack error
+ on large input for test_permutation, test_repeated_permutation,
+ and test_repeated_combination, and make them all timeout:30.
+
Tue Mar 8 17:20:21 2016 NARUSE, Yui <naruse@ruby-lang.org>
* intern.h (rb_divmod): assume compilers `/` and `%` comply C99