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

ruby-changes:72331

From: Takashi <ko1@a...>
Date: Mon, 27 Jun 2022 13:00:50 +0900 (JST)
Subject: [ruby-changes:72331] 232e2f5981 (master): Skip TupleSpaceProxyTest on MINGW64 too

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

From 232e2f598103c8eda37d08913665b72b6f787e3f Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 26 Jun 2022 21:00:03 -0700
Subject: Skip TupleSpaceProxyTest on MINGW64 too

It wasn't specific to UCRT64

https://github.com/ruby/ruby/runs/7062992464
---
 test/rinda/test_rinda.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index 85df8e2b9e..d8340e0fc4 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -496,7 +496,7 @@ class TupleSpaceProxyTest < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L496
   include TupleSpaceTestModule
 
   def setup
-    if RUBY_PLATFORM.match?(/mingw/) && ENV['MSYSTEM'] == 'UCRT64'
+    if RUBY_PLATFORM.match?(/mingw/)
       @omitted = true
       omit 'This test seems to randomly hang on GitHub Actions MinGW UCRT64'
     end
-- 
cgit v1.2.1


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

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