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

Temporarily drop test_jit_debug.rb

Still some CIs are failing:
28141041/job/v4hfc99sjefqabkk
http://ci.rvm.jp/results/trunk-vm-asserts@silicon-docker/2317313

I'll fix them later.
This commit is contained in:
Takashi Kokubun 2019-10-16 00:11:05 -07:00
parent d70855c725
commit 5437d7c879
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -1,11 +0,0 @@
require_relative 'test_jit'
return unless defined?(TestJIT)
return if RbConfig::CONFIG['CPPFLAGS'].include?('-DVM_CHECK_MODE')
class TestJITDebug < TestJIT
def setup
# let `#eval_with_jit` use --jit-debug
@jit_debug = true
end
end