mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
IBF works only on x86 platforms now
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d0b207ee1b
commit
8bad3e6b9d
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ class TestISeq < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_to_binary_with_objects
|
||||
skip "does not work on other than x86" unless /x(?:86|64)|i\d86/ =~ RUBY_PLATFORM
|
||||
code = "[]"+100.times.map{|i|"<</#{i}/"}.join
|
||||
iseq = RubyVM::InstructionSequence.compile(code)
|
||||
bin = assert_nothing_raised do
|
||||
|
|
Loading…
Add table
Reference in a new issue