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:
parent
22c8dcffe1
commit
4d932a68ff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue