ruby-changes:60772
From: Takashi <ko1@a...>
Date: Tue, 14 Apr 2020 15:12:09 +0900 (JST)
Subject: [ruby-changes:60772] e667750364 (master): Add missing call in 70b7304f03
https://git.ruby-lang.org/ruby.git/commit/?id=e667750364 From e667750364acde6db8a27108cf88ff83b63cf53a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 13 Apr 2020 23:11:44 -0700 Subject: Add missing call in 70b7304f03 diff --git a/test/lib/jit_support.rb b/test/lib/jit_support.rb index c9cbde2..cc101d6 100644 --- a/test/lib/jit_support.rb +++ b/test/lib/jit_support.rb @@ -54,7 +54,7 @@ module JITSupport https://github.com/ruby/ruby/blob/trunk/test/lib/jit_support.rb#L54 return @supported if defined?(@supported) @supported = UNSUPPORTED_COMPILERS.all? do |regexp| !regexp.match?(RbConfig::CONFIG['MJIT_CC']) - end && RbConfig::CONFIG["MJIT_SUPPORT"] != 'no' && !PENDING_RUBYCI_NICKNAMES.include?(ENV['RUBYCI_NICKNAME']) + end && RbConfig::CONFIG["MJIT_SUPPORT"] != 'no' && !PENDING_RUBYCI_NICKNAMES.include?(ENV['RUBYCI_NICKNAME']) && !vs120_pdb_corrupted? end # AppVeyor's Visual Studio 2013 is known to spuriously generate broken pch / pdb, like: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/