1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

skip unresolved issue.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-06-20 05:34:33 +00:00
parent 22c8dcffe1
commit 4d932a68ff

View file

@ -19,13 +19,13 @@ class Test_TypedData < Test::Unit::TestCase
end
def test_deferred_free
skip 'not solved'
assert_ruby_status([], "#{<<-"begin;"}\n#{<<-"end;"}")
require "-test-/typeddata"
begin;
n = 1 << 20
Bug::TypedData.make(n)
end;
rescue MiniTest::Assertion => e
skip e.message
end
end