summaryrefslogtreecommitdiff
path: root/ruby/test
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-06-29 14:54:40 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-06-29 14:56:23 +0900
commit34a29cd0a50eea4a0e008fe3947c86179d536540 (patch)
tree55f0effd5ca124c95f1d2b8d0e1eaf3a6bda0bb0 /ruby/test
parent9fffa9800ae4b09180d2b892f1f70215534a874b (diff)
downloadmsgpack-python-34a29cd0a50eea4a0e008fe3947c86179d536540.tar.gz
ruby: fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark.
Diffstat (limited to 'ruby/test')
-rw-r--r--ruby/test/test_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/test/test_helper.rb b/ruby/test/test_helper.rb
index 19226ef..bf9fee8 100644
--- a/ruby/test/test_helper.rb
+++ b/ruby/test/test_helper.rb
@@ -5,3 +5,4 @@ rescue LoadError
require File.dirname(__FILE__) + '/../lib/msgpack'
end
+GC.stress = true