1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

spec: skip Process wait specs on MJIT

until [Bug #14867] is fixed. I want to start running CI with MJIT
enabled before fixing the problem.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-06-23 08:29:20 +00:00
parent ea0cede5aa
commit 359dd59db2
5 changed files with 125 additions and 112 deletions

View file

@ -49,4 +49,5 @@ class MSpecScript
MSpec.enable_feature :fiber_library
MSpec.enable_feature :fork if respond_to?(:fork, true)
MSpec.enable_feature :encoding
MSpec.enable_feature :mjit if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
end