aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-29 03:45:23 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-29 03:45:23 +0000
commit7cd052f11e33e18b4cc22eafe782c36b09e4c3aa (patch)
tree553f64a5b4e232d13f242a28b8db7647aecaba85 /test
parent620ca670e12ee7f754af7a8c30ef08ad7147dcd2 (diff)
downloadruby-7cd052f11e33e18b4cc22eafe782c36b09e4c3aa.tar.gz
* test/ruby/test_refinement.rb: skip
test_prepend_after_refine_wb_miss on ARM or MIPS. [ruby-core:76031] [Bug #12491] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_refinement.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ruby/test_refinement.rb b/test/ruby/test_refinement.rb
index 1984d2c2af..c9de8e83e5 100644
--- a/test/ruby/test_refinement.rb
+++ b/test/ruby/test_refinement.rb
@@ -785,6 +785,9 @@ class TestRefinement < Test::Unit::TestCase
eval PrependAfterRefine_CODE
def test_prepend_after_refine_wb_miss
+ if /\A(arm|mips)/ =~ RUBY_PLATFORM
+ skip "too slow cpu"
+ end
assert_normal_exit %Q{
GC.stress = true
10.times{