aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-03 11:06:21 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-03 11:06:21 +0000
commit41d77571ff4cb3e6ccf238cf63bfdc3c50fc1564 (patch)
treefca50e34cb900cf7042513c4989a9a40eca378fa /ChangeLog
parent010b6e6a38540f5e2e98c9f6053ae0f550d09af6 (diff)
downloadruby-41d77571ff4cb3e6ccf238cf63bfdc3c50fc1564.tar.gz
* test/ruby/test_objectspace.rb: skip RuntimeError
which says a message "can't modify frozen File". Is that correct behavior? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38162 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 af6a72118c..223e82b5a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Dec 3 20:03:38 2012 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_objectspace.rb: skip RuntimeError
+ which says a message "can't modify frozen File".
+ Is that correct behavior?
+
Mon Dec 03 20:00:19 2012 Koichi Sasada <ko1@atdot.net>
* vm_exec.c: vm_analysis_insn should be static.