зеркало из https://github.com/github/ruby.git
Skip test_race_exception on MJIT for now
somehow the test fails only on Wercker in CIs triggered by GitHub. Actually rubyci and ci.rvm.jp also have issues too, though.
This commit is contained in:
Родитель
a3188f43a8
Коммит
7a75baa6e2
|
@ -503,6 +503,7 @@ class TestRequire < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_race_exception
|
||||
skip 'require has had a race condition since 5931857281ce45c1c277aa86d1588119ab00a955' if RubyVM::MJIT.enabled?
|
||||
bug5754 = '[ruby-core:41618]'
|
||||
path = nil
|
||||
stderr = $stderr
|
||||
|
|
Загрузка…
Ссылка в новой задаче