summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Chect what remains in TMPDIR"Yusuke Endoh2022-08-291-12/+7
* Chect what remains in TMPDIRYusuke Endoh2022-08-291-7/+12
* [Bug #18963] Separate string contents by here document terminatorNobuyoshi Nakada2022-08-281-0/+10
* Pass wait: false to avoid a timeoutTakashi Kokubun2022-08-271-1/+1
* Try to prevent the failure of FileUtils.rm_rfTakashi Kokubun2022-08-271-5/+7
* Ignore rm -rf failureTakashi Kokubun2022-08-271-1/+1
* Try rm -rf instead of FileUtils.rm_rfTakashi Kokubun2022-08-261-1/+6
* Convert catch_except_t to stdboolTakashi Kokubun2022-08-251-3/+3
* Raise ArgumentError for IO.foreach with limit of 0Jeremy Evans2022-08-251-0/+2
* Skip running a DRb test on MinGWTakashi Kokubun2022-08-253-1/+6
* Make sure super is called and fix teardownTakashi Kokubun2022-08-252-0/+3
* Skip flaky mkmf tests on AppVeyorTakashi Kokubun2022-08-251-0/+6
* test/-ext-/eval/test_eval.rb: Prevent "assigned but unused variable"Yusuke Endoh2022-08-241-2/+2
* [ruby/fileutils] FileUtils.rm* methods swallows only Errno::ENOENT when force...Yusuke Endoh2022-08-231-0/+20