summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-09-30[ruby/ostruct] Protect subclass' methods and our bang methods.Marc-Andre Lafortune
2020-09-30[ruby/ostruct] Avoid calling initializeMarc-Andre Lafortune
2020-09-30Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada
2020-09-30Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA
2020-09-30Fix `Leaked tempfile`sKazuhiro NISHIYAMA
2020-09-30Fix order of operations during `rb_ec_finalize`.Samuel Williams
2020-09-30Fix unsigned int overflow in error message for chrPeter Zhu
2020-09-29test/racc/test_racc_command.rb: prevent a warningYusuke Endoh
2020-09-28Pass ASAN options to child environmentsAaron Patterson
2020-09-28Make Warning.warn accept only category keywordJeremy Evans
2020-09-28Switch conflicting chdir warning to RuntimeErrorJeremy Evans
2020-09-28Remove unnecessary executable bit [ci skip]Kazuhiro NISHIYAMA
2020-09-28[Fixes #137] Improve reportingMarc-Andre Lafortune
2020-09-28[rubygems/rubygems] Add writable check for cache dirxndcn
2020-09-28[rubygems/rubygems] Add test for "gem update --system --silent"Ellen Marie Dash
2020-09-28Disallow downgrades to too old versionsDavid Rodríguez
2020-09-28[rubygems/rubygems] Deprecate --dryrunbronzdoc
2020-09-28[rubygems/rubygems] Make --dry-run flag consistent across rubygems commandsbronzdoc
2020-09-28Added `--platform` option to `build` commandNobuyoshi Nakada
2020-09-27Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...Benoit Daloze
2020-09-26Use Tempfile.create instead of Tempfile.open in test_io.rbBenoit Daloze
2020-09-25Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu
2020-09-26test/net/smtp/test_smtp.rb: Stop io leaksYusuke Endoh
2020-09-25test/ruby/test_enumerator.rb: check the deprecation warningYusuke Endoh
2020-09-25test/ruby/test_memory_view.rb: prevent "assigned but unused variable - members"Yusuke Endoh
2020-09-25test/ruby/test_enumerator.rb: remove capture_io that is no longer neededYusuke Endoh
2020-09-25t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh
2020-09-25freeze all Range objects.v3_0_0_preview1Koichi Sasada
2020-09-25Buffer protocol proposal (#3261)Kenta Murata