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

ruby-changes:60377

From: Takashi <ko1@a...>
Date: Fri, 13 Mar 2020 10:44:54 +0900 (JST)
Subject: [ruby-changes:60377] a90117c8c9 (master): Skip test_abort_tls with --jit-wait for now

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

From a90117c8c90134994bac3146d282a6f73dd17416 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Thu, 12 Mar 2020 18:43:01 -0700
Subject: Skip test_abort_tls with --jit-wait for now

Perhaps the server blocks for an unexpectedly long time by waiting for
JIT. As it's usually passing, I don't think it's detecting a bug.

diff --git a/test/net/ftp/test_ftp.rb b/test/net/ftp/test_ftp.rb
index 2504a48..4684a31 100644
--- a/test/net/ftp/test_ftp.rb
+++ b/test/net/ftp/test_ftp.rb
@@ -2183,6 +2183,8 @@ EOF https://github.com/ruby/ruby/blob/trunk/test/net/ftp/test_ftp.rb#L2183
 
   def test_abort_tls
     return unless defined?(OpenSSL)
+    # http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2789353
+    skip 'This is unstable with --jit-wait. TODO: debug it' if RubyVM::MJIT.enabled?
 
     commands = []
     server = create_ftp_server { |sock|
-- 
cgit v0.10.2


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

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