From 359dd59db2512d801bb983f98bede4fc598f139a Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 23 Jun 2018 08:29:20 +0000 Subject: 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 --- spec/ruby/default.mspec | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/ruby/default.mspec') 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 -- cgit v1.2.3