aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_jit_debug.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-10-16 00:11:05 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-10-16 00:11:41 -0700
commit5437d7c879585fbdb0c294298eb76cc563e01c69 (patch)
treeb96beb4358516d74daaea80e0125c3a6262823f7 /test/ruby/test_jit_debug.rb
parentd70855c72584f303228b7821889c0b68813ec06f (diff)
downloadruby-5437d7c879585fbdb0c294298eb76cc563e01c69.tar.gz
Temporarily drop test_jit_debug.rb
Still some CIs are failing: https://ci.appveyor.com/project/ruby/ruby/builds/28141041/job/v4hfc99sjefqabkk http://ci.rvm.jp/results/trunk-vm-asserts@silicon-docker/2317313 I'll fix them later.
Diffstat (limited to 'test/ruby/test_jit_debug.rb')
-rw-r--r--test/ruby/test_jit_debug.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ruby/test_jit_debug.rb b/test/ruby/test_jit_debug.rb
deleted file mode 100644
index 8b1414011b..0000000000
--- a/test/ruby/test_jit_debug.rb
+++ /dev/null
@@ -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