summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2020-06-27Suppress "assigned but unused variable" warningsKazuki Tsujimoto
2020-06-27Add #deconstruct cache to find patternVladimir Dementyev
2020-06-27Optimize array pattern matching by caching #deconstruct valueVladimir Dementyev
2020-06-25Collect insns from a child processTakashi Kokubun
2020-06-26test/ruby/test_settracefunc.rb: Suppress a warningYusuke Endoh
2020-06-26fix return event and opt_invokebuiltin_delegate_leave (#3256)Koichi Sasada
2020-06-24Do not JIT inline builtin methodsTakashi Kokubun
2020-06-24Run a TracePoint test in an insolated processTakashi Kokubun
2020-06-25Drop token info for endless method definitionNobuyoshi Nakada
2020-06-24Fix a random test failure by TracePointTakashi Kokubun
2020-06-23Trace :return of builtin methodsTakashi Kokubun
2020-06-21test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh
2020-06-20Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun
2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun
2020-06-19Implement Proc#== and #eql?Jeremy Evans
2020-06-19test/ruby/test_refinement.rb: suppress warning yb $VEROBSE = nilYusuke Endoh
2020-06-18Allow refining a frozen classJeremy Evans
2020-06-18Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans
2020-06-18Dup splat array in certain cases where there is a block argumentJeremy Evans
2020-06-18Make Module#prepend affect the iclasses of the moduleJeremy Evans
2020-06-18Add Hash#except ENV#except [Feature #15822]Timo Schilling
2020-06-17Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun
2020-06-16Check argument to ObjectSpace._id2refNobuyoshi Nakada
2020-06-14Introduce find pattern [Feature #16828]Kazuki Tsujimoto
2020-06-12prevent memory allocation for GC testsKoichi Sasada
2020-06-11Prohibit setting class variable on frozen module through inheritanceAlan Wu
2020-06-11Warn when passing a non-literal block to Kernel#lambdaJeremy Evans
2020-06-10Make proc/Proc.new without block an error instead of warningJeremy Evans
2020-06-10ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada
2020-06-09Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans
2020-06-09disable GC on a testKoichi Sasada
2020-06-07Differentiate `...` in lambda argumentsNobuyoshi Nakada
2020-06-06Add leading arguments support to arguments forwardingJeremy Evans
2020-06-06Make test for no method error more reliableYuki Nishijima
2020-06-04Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada
2020-06-04Properly resolve refinements in defined? on method call [Bug #16932]Nobuyoshi Nakada
2020-06-03Ensure origins for all included, prepended, and refined modulesJeremy Evans
2020-06-02Fixed `defined?` against protected method callNobuyoshi Nakada
2020-06-02Split test_defined_methodNobuyoshi Nakada
2020-05-30test/ruby/test_process.rb: GID.from_name may raise Errno:ESRCHYusuke Endoh
2020-05-26Test for [Feature #16832]Nobuyoshi Nakada
2020-05-26cause SEGV for the test.Koichi Sasada
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-05-22Revert "Fix origin iclass pointer for modules"Jeremy Evans
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-05-22Run major GC three times to make sure the minor GC reasonYusuke Endoh
2020-05-21test/ruby/test_optimization.rb: Proc creation test should count :T_DATAYusuke Endoh
2020-05-17Removed useless implementation testsNobuyoshi Nakada
2020-05-17Removed PRNG implementation details from the testNobuyoshi Nakada
2020-05-15Fixed argument forwarding in reserved word method [Bug #16854]Nobuyoshi Nakada