From 7b88a9207b97b94bc3c3be35084c742296f4aff2 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 14 Apr 2019 05:48:39 +0000 Subject: Revert "Skip recompiling tests on i686 Linux" This reverts commit 19513c88d5f923abb7f226520192aef9f3fcc1c7. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_jit.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index 700497c497..50bfcefac7 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -529,9 +529,6 @@ class TestJIT < Test::Unit::TestCase print block.call(obj) end; - if RUBY_PLATFORM =~ /i686/ - skip 'recompilation is not happening on i686' - end # send call -> optimized call (send JIT) -> optimized call assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", stdout: '122', success_count: 2, min_calls: 2) begin; @@ -708,9 +705,6 @@ class TestJIT < Test::Unit::TestCase end def test_inlined_undefined_ivar - if RUBY_PLATFORM =~ /i686/ - skip 'recompilation is not happening on i686' - end assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", stdout: "bbb", success_count: 3, min_calls: 3) begin; class Foo -- cgit v1.2.3