зеркало из https://github.com/github/ruby.git
Another attempt to skip test_ractor on ci.rvm.jp
This reverts commit 8d31a60f47
.
This commit is contained in:
Родитель
8d31a60f47
Коммит
4782bb352e
|
@ -1673,7 +1673,7 @@ assert_equal '30', %q{
|
|||
}
|
||||
|
||||
# Selector#wait can support dynamic addition
|
||||
yjit_enabled = defined?(RubyVM::YJIT) && RubyVM::YJIT.enabled?
|
||||
yjit_enabled = ENV.key?('RUBY_YJIT_ENABLE') || ENV.fetch('RUN_OPTS', '').include?('yjit') || BT.ruby.include?('yjit')
|
||||
assert_equal '600', %q{
|
||||
RN = 100
|
||||
s = Ractor::Selector.new
|
||||
|
|
Загрузка…
Ссылка в новой задаче