summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams
2022-09-25[Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn
2022-09-26[ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (https://github.co...Yuichiro Kaneko
2022-09-23Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh
2022-09-22[ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-22Enable coverage for eval.Samuel Williams
2022-09-22[ruby/irb] Update expected colorize result that were uncolored beforetompng
2022-09-22[ruby/irb] Scan every single characters in IRB::Color.scantompng
2022-09-21[ruby/irb] Fix completion testsStan Lo
2022-09-21[ruby/irb] Handle non-String $LOAD_PATH values more carefullyst0012
2022-09-21backup IRBRC environmental variable. It's used by test methods when it's defi...Hiroshi SHIBATA
2022-09-21Fix the missing locale errorHiroshi SHIBATA
2022-09-20Ignore EPERM which means already being process-leaderNobuyoshi Nakada
2022-09-19Add another test for `Process.daemon`Nobuyoshi Nakada
2022-09-17Skip test_wait on MinGW CITakashi Kokubun
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-09-16Omit a DRb test on MinGWTakashi Kokubun
2022-09-15[rubygems/rubygems] Mask the file mode when extracting filesKevin Newton
2022-09-15[ruby/irb] Refine assertion for failuresNobuyoshi Nakada
2022-09-15[ruby/irb] `Dir.mktmpdir` creates a directory including the process IDNobuyoshi Nakada
2022-09-14[ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans
2022-09-12Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze
2022-09-11[Win32] Negative length `IO#sysread`Jeremy Bopp
2022-09-11[ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...Takashi Kokubun
2022-09-10Deprecate Encoding#replicateBenoit Daloze
2022-09-10Enable deprecation warnings for test-allBenoit Daloze
2022-09-09[rubygems/rubygems] Fix resolution on non-musl platformsDavid Rodríguez
2022-09-09Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-09-07Now Psych uses the proleptic Gregorian calendarNobuyoshi Nakada
2022-09-07[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada
2022-09-07fixup 8cd6f2a0872e74c6cc089d2a4f8140483080c67aHiroshi SHIBATA
2022-09-07[rubygems/rubygems] Fix: Gem info bug with version flagAntonio Paulino
2022-09-06omit random failure tests with FreeBSDHiroshi SHIBATA
2022-09-06Skip test_redefinition_mismatch on trunk-mjit for nowTakashi Kokubun
2022-09-05Stop testing MJIT on s390xTakashi Kokubun
2022-09-05Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA
2022-09-02Consider Complex from Complex casesNobuyoshi Nakada
2022-09-02[Bug #18937] Coerce non-real non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-09-01[ruby/did_you_mean] Fixed correction duplicates in VariableNameCheckerImir Kiyamov
2022-09-01[ruby/reline] Support dumb terminalNobuyoshi Nakada
2022-09-01[rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき
2022-08-31[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit charNobuyoshi Nakada
2022-08-30[rubygems/rubygems] Let `Dir.tmpdir` use the standard pathDavid Rodríguez
2022-08-29Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)Takashi Kokubun
2022-08-29A64 Linux reports aarach64 in RUBY_PLATFORMAlan Wu
2022-08-29Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)Takashi Kokubun