summaryrefslogtreecommitdiff
path: root/spec/ruby/default.mspec
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-23 08:29:20 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-23 08:29:20 +0000
commit359dd59db2512d801bb983f98bede4fc598f139a (patch)
treee6f548316191bbd4997c6a7224ba698f824bd1f8 /spec/ruby/default.mspec
parentea0cede5aa04ac22837befe5a690756e06ae195c (diff)
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
Diffstat (limited to 'spec/ruby/default.mspec')
-rw-r--r--spec/ruby/default.mspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ruby/default.mspec b/spec/ruby/default.mspec
index 90f4c1ccaa..2bc50869c8 100644
--- a/spec/ruby/default.mspec
+++ b/spec/ruby/default.mspec
@@ -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