mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Resurrect test_jit_debug.rb
Revert "Temporarily drop test_jit_debug.rb"
This reverts commit 5437d7c879
.
Skipped some CIs which were failing previously.
This commit is contained in:
parent
6e405b2611
commit
67fbc122fb
1 changed files with 13 additions and 0 deletions
13
test/ruby/test_jit_debug.rb
Normal file
13
test/ruby/test_jit_debug.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require_relative 'test_jit'
|
||||
|
||||
return unless defined?(TestJIT)
|
||||
return if ENV.key?('APPVEYOR')
|
||||
return if ENV.key?('RUBYCI_NICKNAME')
|
||||
return if ENV['RUBY_DEBUG']&.include?('ci') # ci.rvm.jp
|
||||
|
||||
class TestJITDebug < TestJIT
|
||||
def setup
|
||||
# let `#eval_with_jit` use --jit-debug
|
||||
@jit_debug = true
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue