mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Do not test --jit-debug on -DVM_CHECK_MODE
This commit is contained in:
parent
eef25f95b7
commit
c15856d76d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
require_relative 'test_jit'
|
require_relative 'test_jit'
|
||||||
|
|
||||||
|
return unless defined?(TestJIT)
|
||||||
|
return if RbConfig::CONFIG['CPPFLAGS'].include?('-DVM_CHECK_MODE')
|
||||||
|
|
||||||
class TestJITDebug < TestJIT
|
class TestJITDebug < TestJIT
|
||||||
def setup
|
def setup
|
||||||
# let `#eval_with_jit` use --jit-debug
|
# let `#eval_with_jit` use --jit-debug
|
||||||
|
|
Loading…
Reference in a new issue