summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyvm_mjit.rb
AgeCommit message (Expand)Author
2019-09-26RubyVM::MJIT.pause(wait: true) should waitTakashi Kokubun
2019-07-09Restore support library for only test files.Hiroshi SHIBATA
2019-07-02Adjust jit_support file path.Hiroshi SHIBATA
2018-10-20skip tests if --disable-mjit-support.ko1
2018-10-19mjit.c: don't let MJIT.pause hang on full active unitsk0kubun
2018-10-19test/lib/jit_support.rb: continue to skip test_jitk0kubun
2018-10-19test_rubyvm_mjit.rb: don't use obsoleted methodk0kubun
2018-08-11test_rubyvm_mjit.rb: skip testing MJIT if not supportedk0kubun
2018-08-11test_rubyvm_mjit.rb: dump output on test_pausek0kubun
2018-08-09mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun