summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2020-05-15fix for multi-run test.Koichi Sasada
2020-05-14Endless method definition including `rescue` modifierNobuyoshi Nakada
2020-05-14Removed trailing spaces [ci skip]Nobuyoshi Nakada
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams
2020-05-12numeric.c: optimize `float ** 2` case by fastpathYusuke Endoh
2020-05-11Remove the 65 size limit for name_err_mesg_to_strJean Boussier
2020-05-10Run rb_syswait on exec failureTakashi Kokubun
2020-05-08Classes made from Struct should have default `new` singleton method.Marc-Andre Lafortune
2020-05-08Fix typo in test namePeter Zhu
2020-05-08Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-05-07Suffixed memory leak tests as "memory_leak"Nobuyoshi Nakada
2020-05-07Cut down warm-up loops and gain main/warm-up ratioNobuyoshi Nakada