From 12bde2dfabc3492d490e6c53628cf8cdf04495ff Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 16 Nov 2011 00:59:56 +0000 Subject: * lib/minitest/unit.rb (assert_raises): experimental fix to run correctly on chkbuild over 64bit linux. call exception_details only when the detail is really needed to avoid create needless inspect under ulimit-ed environment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39f066f188..c137bc431d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 16 09:39:27 2011 NARUSE, Yui + + * lib/minitest/unit.rb (assert_raises): experimental fix to run + correctly on chkbuild over 64bit linux. call exception_details only + when the detail is really needed to avoid create needless inspect + under ulimit-ed environment. + Wed Nov 16 06:34:30 2011 Tanaka Akira * test/ruby/test_thread.rb (test_condvar_timed_wait): use -- cgit v1.2.3