ruby/test/net
normal 0783fd9366 test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite looper
It is possible for Mutex#sleep (via ConditionVariable#wait)
to prematurely wake up under MJIT (because Mutex#sleep can't
handle spurious wakeups).  This affects @idle_done_cond in
Net::IMAP#idle and means the response handler may never
set `in_idle' to `true`.

In any case, ensure the infinite looping `raiser' thread
stops running when the test is done.

Will work on reducing the effect of spurious wakeups from
MJIT...

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-08-16 03:37:14 +00:00
..
fixtures net/http: don't use OpenSSL::TestUtils from test code 2016-11-29 15:48:45 +00:00
ftp net/http, net/ftp: skip SSL/TLS session resumption tests 2018-08-09 10:00:19 +00:00
http net/http, net/ftp: skip SSL/TLS session resumption tests 2018-08-09 10:00:19 +00:00
imap test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite looper 2018-08-16 03:37:14 +00:00
pop net/pop: make modified strings mutable 2018-01-30 00:22:22 +00:00
protocol Introduce write_timeout to Net::HTTP [Feature #13396] 2018-06-06 08:03:47 +00:00
smtp skip openssl related tests. 2017-05-16 04:23:10 +00:00