[前][次][番号順一覧][スレッド一覧]

ruby-changes:57322

From: usa <ko1@a...>
Date: Tue, 27 Aug 2019 18:05:10 +0900 (JST)
Subject: [ruby-changes:57322] usa: e58106592e (ruby_2_5): Skip test_gc_stress_at_startup because it causes SEGV on some platforms

https://git.ruby-lang.org/ruby.git/commit/?id=e58106592e

From e58106592eddd383c9eda4cb637188cd628435c0 Mon Sep 17 00:00:00 2001
From: usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Tue, 27 Aug 2019 09:04:54 +0000
Subject: Skip test_gc_stress_at_startup because it causes SEGV on some
 platforms

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 8873813..b3528dd 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -384,6 +384,7 @@ class TestGc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc.rb#L384
   end
 
   def test_gc_stress_at_startup
+    skip # it'll be fixed later
     assert_in_out_err([{"RUBY_DEBUG"=>"gc_stress"}], '', [], [], '[Bug #15784]', success: true)
   end
 
diff --git a/version.h b/version.h
index 17bb5c8..12dcb6d 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L1
 #define RUBY_VERSION "2.5.6"
 #define RUBY_RELEASE_DATE "2019-08-27"
-#define RUBY_PATCHLEVEL 196
+#define RUBY_PATCHLEVEL 197
 
 #define RUBY_RELEASE_YEAR 2019
 #define RUBY_RELEASE_MONTH 8
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]