summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-10-28Add Thread.ignore_deadlock accessorJeremy Evans
2020-10-28test/ruby/test_rational.rb: Prevent "assigned but unused variable"Yusuke Endoh
2020-10-27Revert "Fixed typo"Nobuyoshi Nakada
2020-10-27Fixed typoHiroshi SHIBATA
2020-10-26Allow non-argument endless-def with a space instead of parenthesesNobuyoshi Nakada
2020-10-26rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...Kenta Murata
2020-10-26Assoc pattern matching (#3703)Nobuyoshi Nakada
2020-10-23numeric.c, range.c: prohibit zero stepKenta Murata
2020-10-22rational.c: try converting by to_int in Rational() (#3684)Kenta Murata
2020-10-21test/json/json_parser_test.rb: suppress warningsYusuke Endoh
2020-10-21Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata
2020-10-20strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-20Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...Chris Seaton
2020-10-20Implement a freeze: parser optionJean Boussier
2020-10-20range.c: Fix an exception message in rb_range_beg_lenKenta Murata
2020-10-19Add a Ripper.lex test of :on_embexpr_endTakashi Kokubun
2020-10-17Revert "test/rinda/test_rinda.rb: try debugging TestRingServer#test_do_reply"Yusuke Endoh
2020-10-17Revert "test/rinda/test_rinda.rb: Add more debugging code"Yusuke Endoh
2020-10-17test/rinda/test_rinda.rb: Prevent a callback Proc from being GC'edYusuke Endoh
2020-10-16keep proc on the stack so it does not moveAaron Patterson
2020-10-17test/rinda/test_rinda.rb: Add more debugging codeYusuke Endoh
2020-10-16test/rinda/test_rinda.rb: try debugging TestRingServer#test_do_replyYusuke Endoh
2020-10-16test/ruby/test_syntax.rb: avoid "warning: assigned but unused variable"Yusuke Endoh
2020-10-16Adjust sp for `if true or ...`/`if false and ...`wanabe
2020-10-16Adjust sp for `x = false; y = (return until x unless x)` [Bug #16695]wanabe
2020-10-15Check encoding name to replicateNobuyoshi Nakada
2020-10-15Merge rubygems-3.2.0.rc.2Hiroshi SHIBATA
2020-10-14remove uneffective testKoichi Sasada
2020-10-14ruby_vm_global_method_state is no longer needed.Koichi Sasada
2020-10-13test/ruby/test_fiber.rb: Suppress "assigned but unused variable" warningsYusuke Endoh
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada
2020-10-12Make the test suite pass on real Android/Termux environmentYusuke Endoh
2020-10-12bignum.c (rb_int_powm): Integer#pow(0, 1) should return 0Yusuke Endoh
2020-10-12Prohibit setter method names in all kinds of endless methodsNobuyoshi Nakada
2020-10-11[ruby/io-console] Fix timeout type error (#18)Nobuyoshi Nakada
2020-10-06[lib/ostruct] Fix Marshal loadingMarc-Andre Lafortune
2020-10-05Remove system method for E2E testing because depends on ruby commandaycabta
2020-10-05Show stdout and stderr when history tests failaycabta
2020-10-03Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA
2020-10-03Remove known use-after-poison bugNobuyoshi Nakada
2020-10-03Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA
2020-10-02Ensure that the comparison succeeded [Bug #17205]Nobuyoshi Nakada
2020-10-01Refined assertions for better failure messagesNobuyoshi Nakada
2020-10-01strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-01Remove `Thread.scheduler` from public interface.Samuel Williams
2020-10-01Raise an exception if the scheduler was already closed.Samuel Williams
2020-10-01Don't call `Scheduler#close` if it doesn't exist.Samuel Williams
2020-10-01stop Ractor test in test-allKoichi Sasada
2020-09-30[ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune
2020-09-30[ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareableMarc-Andre Lafortune