aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-14 17:02:56 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-14 17:02:56 +0000
commit44c193383dc148bad840b12065666ef41908102c (patch)
treee6e7a9bc352f4f97a69f4259033d177bd8164e4e /ChangeLog
parent6df041b11375b29c94da408e060d348f3e25e6b2 (diff)
downloadruby-44c193383dc148bad840b12065666ef41908102c.tar.gz
* test/objspace/test_objspace.rb
(test_trace_object_allocations_start_stop_clear): clear object allocation table first to get rid of erronous detection for obj3. [ruby-dev:49095] [Bug #11271] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e0a6e95c3..20e480fe08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Oct 15 01:57:03 2015 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
+
+ * test/objspace/test_objspace.rb
+ (test_trace_object_allocations_start_stop_clear): clear object
+ allocation table first to get rid of erronous detection for obj3.
+ [ruby-dev:49095] [Bug #11271]
+
Thu Oct 15 01:53:38 2015 Benoit Daloze <eregontp@gmail.com>
* test/ostruct/test_ostruct.rb: Add tests for OpenStruct#respond_to.