ruby-changes:60505
From: Takashi <ko1@a...>
Date: Thu, 26 Mar 2020 14:55:03 +0900 (JST)
Subject: [ruby-changes:60505] ba04678c98 (master): Ignore test_getbinaryfile for --jit-wait
https://git.ruby-lang.org/ruby.git/commit/?id=ba04678c98 From ba04678c9820613e19fc485e66363c62726e5797 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Wed, 25 Mar 2020 22:52:51 -0700 Subject: Ignore test_getbinaryfile for --jit-wait To fix this properly, we'd need to configure timeout for the server and the client because waiting for compilation takes time. Until we figure out how to do it, let me skip this. diff --git a/test/net/ftp/test_ftp.rb b/test/net/ftp/test_ftp.rb index 4684a31..3f86d16 100644 --- a/test/net/ftp/test_ftp.rb +++ b/test/net/ftp/test_ftp.rb @@ -735,6 +735,8 @@ class FTPTest < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/net/ftp/test_ftp.rb#L735 end def test_getbinaryfile + # http://ci.rvm.jp/logfiles/brlog.trunk-mjit-wait.20200326-025942 + skip 'This has been too unstable with --jit-wait' if RubyVM::MJIT.enabled? commands = [] binary_data = (0..0xff).map {|i| i.chr}.join * 4 * 3 server = create_ftp_server { |sock| -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/