summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-264-7/+183
* Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams2022-09-261-4/+46
* [Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn2022-09-251-0/+7
* [ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (https://github.co...Yuichiro Kaneko2022-09-261-4/+4
* Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh2022-09-231-0/+6
* [ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos2022-09-221-5/+1
* [ruby/reline] PR changesOtávio Schwanck dos Santos2022-09-221-0/+12
* Enable coverage for eval.Samuel Williams2022-09-221-1/+16
* [ruby/irb] Update expected colorize result that were uncolored beforetompng2022-09-221-3/+11
* [ruby/irb] Scan every single characters in IRB::Color.scantompng2022-09-221-0/+2
* [ruby/irb] Fix completion testsStan Lo2022-09-211-3/+6
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-0/+42
* backup IRBRC environmental variable. It's used by test methods when it's defi...Hiroshi SHIBATA2022-09-211-0/+2
* Fix the missing locale errorHiroshi SHIBATA2022-09-211-0/+1
* Ignore EPERM which means already being process-leaderNobuyoshi Nakada2022-09-201-2/+4
* Add another test for `Process.daemon`Nobuyoshi Nakada2022-09-191-0/+20
* Skip test_wait on MinGW CITakashi Kokubun2022-09-171-0/+1
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-171-0/+45
* Omit a DRb test on MinGWTakashi Kokubun2022-09-161-2/+3
* [rubygems/rubygems] Mask the file mode when extracting filesKevin Newton2022-09-152-0/+15
* [ruby/irb] Refine assertion for failuresNobuyoshi Nakada2022-09-151-1/+1
* [ruby/irb] `Dir.mktmpdir` creates a directory including the process IDNobuyoshi Nakada2022-09-151-2/+2
* [ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans2022-09-141-0/+22
* Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze2022-09-122-38/+16
* [Win32] Negative length `IO#sysread`Jeremy Bopp2022-09-111-0/+8
* [ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...Takashi Kokubun2022-09-111-0/+37
* Deprecate Encoding#replicateBenoit Daloze2022-09-101-2/+3
* Enable deprecation warnings for test-allBenoit Daloze2022-09-101-1/+1
* [rubygems/rubygems] Fix resolution on non-musl platformsDavid Rodríguez2022-09-091-0/+33
* Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto2022-09-091-0/+12
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-0813-154/+154
* Now Psych uses the proleptic Gregorian calendarNobuyoshi Nakada2022-09-071-4/+0
* [ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-09-071-0/+20
* fixup 8cd6f2a0872e74c6cc089d2a4f8140483080c67aHiroshi SHIBATA2022-09-071-3/+1
* [rubygems/rubygems] Fix: Gem info bug with version flagAntonio Paulino2022-09-071-0/+26
* omit random failure tests with FreeBSDHiroshi SHIBATA2022-09-062-0/+3
* Skip test_redefinition_mismatch on trunk-mjit for nowTakashi Kokubun2022-09-061-0/+1
* Stop testing MJIT on s390xTakashi Kokubun2022-09-051-15/+9
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-051-7/+0
* Consider Complex from Complex casesNobuyoshi Nakada2022-09-021-1/+1
* [Bug #18937] Coerce non-real non-Numeric into Complex at comparisonsNobuyoshi Nakada2022-09-021-3/+7
* New constant caching insn: opt_getconstant_pathJohn Hawthorn2022-09-012-7/+7
* [ruby/did_you_mean] Fixed correction duplicates in VariableNameCheckerImir Kiyamov2022-09-011-0/+12
* [ruby/reline] Support dumb terminalNobuyoshi Nakada2022-09-011-0/+6
* [rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき2022-09-011-0/+32
* [Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit charNobuyoshi Nakada2022-08-311-0/+3
* [rubygems/rubygems] Let `Dir.tmpdir` use the standard pathDavid Rodríguez2022-08-301-2/+0
* Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)Takashi Kokubun2022-08-291-0/+3
* A64 Linux reports aarach64 in RUBY_PLATFORMAlan Wu2022-08-291-1/+1
* Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)Takashi Kokubun2022-08-291-1/+1