зеркало из https://github.com/github/ruby.git
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:
Родитель
22c8dcffe1
Коммит
4d932a68ff
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче