aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [lib/ostruct] Fix Marshal loadingMarc-Andre Lafortune2020-10-061-0/+6
* Remove system method for E2E testing because depends on ruby commandaycabta2020-10-051-54/+75
* Show stdout and stderr when history tests failaycabta2020-10-051-32/+31
* Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA2020-10-031-1/+1
* Remove known use-after-poison bugNobuyoshi Nakada2020-10-031-0/+4
* Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA2020-10-031-7/+14
* Ensure that the comparison succeeded [Bug #17205]Nobuyoshi Nakada2020-10-021-0/+21
* Refined assertions for better failure messagesNobuyoshi Nakada2020-10-011-4/+4
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-10-011-1/+1
* Remove `Thread.scheduler` from public interface.Samuel Williams2020-10-011-7/+6
* Raise an exception if the scheduler was already closed.Samuel Williams2020-10-011-0/+2
* Don't call `Scheduler#close` if it doesn't exist.Samuel Williams2020-10-011-0/+8
* stop Ractor test in test-allKoichi Sasada2020-10-011-0/+3
* [ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune2020-09-301-0/+21
* [ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareableMarc-Andre Lafortune2020-09-301-0/+11
* [ruby/ostruct] Protect subclass' methods and our bang methods.Marc-Andre Lafortune2020-09-301-1/+23
* [ruby/ostruct] Avoid calling initializeMarc-Andre Lafortune2020-09-301-0/+9
* Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada2020-09-301-1/+1
* Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA2020-09-301-6/+4
* Fix `Leaked tempfile`sKazuhiro NISHIYAMA2020-09-301-15/+3
* Fix order of operations during `rb_ec_finalize`.Samuel Williams2020-09-301-0/+14
* Fix unsigned int overflow in error message for chrPeter Zhu2020-09-301-0/+1
* test/racc/test_racc_command.rb: prevent a warningYusuke Endoh2020-09-291-1/+1
* Pass ASAN options to child environmentsAaron Patterson2020-09-281-0/+1
* Make Warning.warn accept only category keywordJeremy Evans2020-09-281-2/+2
* Switch conflicting chdir warning to RuntimeErrorJeremy Evans2020-09-281-2/+28
* Remove unnecessary executable bit [ci skip]Kazuhiro NISHIYAMA2020-09-282-0/+0
* [Fixes #137] Improve reportingMarc-Andre Lafortune2020-09-282-0/+29
* [rubygems/rubygems] Add writable check for cache dirxndcn2020-09-281-0/+3
* [rubygems/rubygems] Add test for "gem update --system --silent"Ellen Marie Dash2020-09-281-0/+28
* Disallow downgrades to too old versionsDavid Rodríguez2020-09-281-0/+20
* [rubygems/rubygems] Deprecate --dryrunbronzdoc2020-09-281-0/+11
* [rubygems/rubygems] Make --dry-run flag consistent across rubygems commandsbronzdoc2020-09-281-1/+1
* Added `--platform` option to `build` commandNobuyoshi Nakada2020-09-281-4/+28
* Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...Benoit Daloze2020-09-271-1/+2
* Use Tempfile.create instead of Tempfile.open in test_io.rbBenoit Daloze2020-09-261-6/+11
* Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu2020-09-251-0/+5
* test/net/smtp/test_smtp.rb: Stop io leaksYusuke Endoh2020-09-261-9/+17
* test/ruby/test_enumerator.rb: check the deprecation warningYusuke Endoh2020-09-251-1/+9
* test/ruby/test_memory_view.rb: prevent "assigned but unused variable - members"Yusuke Endoh2020-09-251-1/+1
* test/ruby/test_enumerator.rb: remove capture_io that is no longer neededYusuke Endoh2020-09-251-3/+1
* t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh2020-09-251-1/+1
* freeze all Range objects.v3_0_0_preview1Koichi Sasada2020-09-252-3/+3
* Buffer protocol proposal (#3261)Kenta Murata2020-09-251-0/+249
* Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA2020-09-251-1/+2
* assert_true is not provided by test-unitHiroshi SHIBATA2020-09-251-1/+1
* Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune2020-09-254-0/+4
* [test] properly 'skip' test on JRubyKarol Bucek2020-09-251-2/+1
* [flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett2020-09-251-0/+56
* Add an option to escape forward slash characterJean Boussier2020-09-252-0/+11