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:
parent
d70855c725
commit
5437d7c879
1 changed files with 0 additions and 11 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue