summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-08-24test/-ext-/eval/test_eval.rb: Prevent "assigned but unused variable"Yusuke Endoh
2022-08-23[ruby/fileutils] FileUtils.rm* methods swallows only Errno::ENOENT when force...Yusuke Endoh
2022-08-23[ruby/fileutils] Narrow the scope of ensureYusuke Endoh
2022-08-23[ruby/fileutils] Fix the test permission of "test_rm_rf"Yusuke Endoh
2022-08-23omit all assertions at TestIO_Console#test_intr when running with FreeBSDHiroshi SHIBATA
2022-08-23[rubygems/rubygems] Implement extra rules for libc versioningDavid Rodríguez
2022-08-23[rubygems/rubygems] Fix `gem install` still choosing musl incorrectlyDavid Rodríguez
2022-08-23[rubygems/rubygems] Remove unnecessary variablesDavid Rodríguez
2022-08-23[rubygems/rubygems] Handle non-gnu libc on linux platforms in RubyGemsDavid Rodríguez
2022-08-23[rubygems/rubygems] Test platform parsing stabilityLoic Nageleisen
2022-08-23[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-08-23[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-08-22[Bug #18937] Coerce non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-08-22[ruby/fileutils] Fix mkdir_p hanging on Windows when trying to create a file ...David Rodríguez
2022-08-21Add invalid hexadecimal float testsNobuyoshi Nakada
2022-08-20Drop mswin support of MJIT (#6265)Takashi Kokubun
2022-08-20Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze
2022-08-20Make Object#method and Module#instance_method not skip ZSUPER methodsJeremy Evans
2022-08-20[Bug #18964] Add test for `rb_econv_append`Nobuyoshi Nakada
2022-08-19Rename mjit_exec to jit_exec (#6262)Takashi Kokubun
2022-08-19Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans
2022-08-20[Bug #18958] format string must be ASCII compatibleNobuyoshi Nakada
2022-08-20[Bug #18956] Negative codepoints are invalid charactersNobuyoshi Nakada
2022-08-20[Bug #18955] format single character for `%c`Nobuyoshi Nakada
2022-08-20[Bug #18955] Check length of argument for `%c` in proper encodingNobuyoshi Nakada
2022-08-19Harden SizedQueue#push timeout testNobuyoshi Nakada
2022-08-18rb_str_resize: Only clear coderange on truncationJean Boussier
2022-08-18Implement SizedQueue#push(timeout: sec)Jean Boussier
2022-08-17Fix flaky test for GC thrashingPeter Zhu
2022-08-16[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`Jean Boussier
2022-08-16Update the excluding message for Psych [ci skip]Nobuyoshi Nakada
2022-08-15Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn
2022-08-15Add test for GC thrashing of young object creationPeter Zhu
2022-08-15[ruby/rinda] Handle situations where IPv4 multicast is not availableJeremy Evans
2022-08-12[Bug #18962] Do not read again once reached EOFNobuyoshi Nakada
2022-08-12Remove Numeric#ceildivKouhei Yanagita
2022-08-12Add Numeric#ceildiv and Integer#ceildivKouhei Yanagita
2022-08-12Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada
2022-08-11Fix inspect for unicode codepoint 0x85Jeremy Evans
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-10Revert "Add {Method,UnboundMethod}#{public?,private?,protected?}"Jeremy Evans
2022-08-10[ruby/error_highlight] Make backtrace_location keyword workYusuke Endoh
2022-08-10[ruby/error_highlight] Make ErrorHighlight.spot accept Exception (https://git...Yusuke Endoh
2022-08-09Merge rubygems/bundler HEAD.Hiroshi SHIBATA
2022-08-09[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-08-09Tentatively exclude the test that triggers ruby/psych#572Nobuyoshi Nakada
2022-08-09[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-08-09[ruby/psych] Raise specific error when an anchor isn't definedAlexander Momchilov
2022-08-09[ruby/psych] Update to squiggly heredocs in the fileAlexander Momchilov
2022-08-09[ruby/psych] Add test for missing anchorAlexander Momchilov