aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_jit.rb
Commit message (Expand)AuthorAgeFilesLines
* Check MJIT support in one placeTakashi Kokubun2019-12-011-2/+0
* pack is not using invokebuiltin anymoreTakashi Kokubun2019-11-181-6/+3
* Revert "Method reference operator"Nobuyoshi Nakada2019-11-121-7/+0
* Fix uplevel of test_jitTakashi Kokubun2019-11-101-3/+3
* Test opt_invokebuiltin_delegate_leave in test_jitTakashi Kokubun2019-11-091-0/+9
* Support RB_BUILTIN in ISeq#to_aTakashi Kokubun2019-11-091-2/+2
* Test invokebuiltin in test_jitTakashi Kokubun2019-11-091-5/+15
* Extend sleep duration for SolarisTakashi Kokubun2019-11-091-1/+1
* Check frozen flag on MJIT setinstancevariableTakashi Kokubun2019-09-041-0/+22
* Stop testing inexistent instructionsTakashi Kokubun2019-09-031-9/+5
* Add insn tests for newarraykwsplatTakashi Kokubun2019-09-031-0/+4
* Fix opt_regexpmatch1 referencesTakashi Kokubun2019-09-021-4/+1
* Revert "Remove warnings of flip-flop deprecation from tests and specs"Nobuyoshi Nakada2019-08-291-3/+0
* Add another test for frame omitted inliningTakashi Kokubun2019-08-121-0/+16
* Revert "Remove opt_nil_p test to remove warning for now"Yusuke Endoh2019-08-021-0/+7
* Remove opt_nil_p test to remove warning for nowTakashi Kokubun2019-08-021-7/+0
* Fix uplevelNobuyoshi Nakada2019-08-021-4/+4
* Add a test for opt_nil_pTakashi Kokubun2019-08-011-1/+8
* MJIT Support for getblockparamproxyTakashi Kokubun2019-07-141-2/+12
* Restore support library for only test files.Hiroshi SHIBATA2019-07-091-1/+1
* Just disable inlining with local varaible for nowTakashi Kokubun2019-07-031-0/+14
* Revert "Avoid corrupting VM stack on inlined setlocal"Koichi Sasada2019-07-031-14/+0
* Avoid corrupting VM stack on inlined setlocalTakashi Kokubun2019-07-021-0/+14
* Adjust jit_support file path.Hiroshi SHIBATA2019-07-021-1/+1
* Prefer uintptr_t over ptrdiff_t for i686k0kubun2019-04-141-6/+0
* Revert "Try to set false explicitly"k0kubun2019-04-141-0/+6
* Revert "Skip recompiling tests on i686 Linux"k0kubun2019-04-141-6/+0
* Fix typo in platform matcherk0kubun2019-04-141-2/+2
* Skip recompiling tests on i686 Linuxk0kubun2019-04-141-0/+6
* Recompile JIT-ed code without optimizationk0kubun2019-04-141-2/+3
* Cover all insns in test_jit againk0kubun2019-04-061-5/+24
* Suppress unnecessary warnings in test_jitk0kubun2019-04-061-6/+6
* Resurrect a test dropped in r67442k0kubun2019-04-061-0/+12
* add definemethod/definesmethod insn.ko12019-04-051-14/+5
* Show retry's stdout as wellk0kubun2019-03-211-2/+4
* Explain why cl.exe needs --jit-verbose=2 [ci skip]k0kubun2019-03-211-0/+2
* Insert --jit-verbose=2 logs for mswin debuggingk0kubun2019-03-211-1/+4
* test_jit.rb: change format of test error outputk0kubun2019-01-101-1/+1
* test_jit.rb: test methodref insnk0kubun2019-01-011-0/+7
* test_jit.rb: suppress random test failurek0kubun2018-12-291-7/+3
* test_jit.rb: prevent mixing outputs by race conditionk0kubun2018-12-291-0/+1
* test_jit.rb: suppress random failure on RubyCIk0kubun2018-12-281-2/+2
* test_jit.rb: show debug info for success_count testk0kubun2018-12-211-3/+1
* Speed up hash literals by dupingtenderlove2018-12-061-2/+2
* test_jit.rb: skip a test for Windows for nowk0kubun2018-11-261-1/+5
* process.c: finish MJIT prior to #execk0kubun2018-11-261-0/+12
* test_jit.rb: loosen output checkk0kubun2018-11-181-2/+1
* test_jit.rb: dump information to debug test failurek0kubun2018-11-181-4/+5
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-2/+38
* test_jit.rb: fix typo [ci skip]k0kubun2018-11-181-1/+1