summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-25Raise proper exception when month argument is not a nameNobuyoshi Nakada
2021-12-25[ruby/openssl] Add tast cases to OpenSSL::BN using ractorYusuke Nakamura
2021-12-25[ruby/reline] Escape newline(s) in dynamic promptaycabta
2021-12-25[ruby/reline] Escape newline(s) in promptaycabta
2021-12-25Increase wait timeaycabta
2021-12-25Wait for output results to test correctlyaycabta
2021-12-24Revert "Revert "Replace an deprecated constant with a new one in did_you_mean""Yuki Nishijima
2021-12-24Sync did_you_meanYuki Nishijima
2021-12-24Output log after loading class to testaycabta
2021-12-24Add logging about timeoutaycabta
2021-12-24Kill process before assertion failsaycabta
2021-12-24[ruby/reline] Implement em_kill_lineaycabta
2021-12-24[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta
2021-12-24[ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta
2021-12-24Move embedded lines outside the here documentNobuyoshi Nakada
2021-12-24Set time limit for waiting for terminating process within a testaycabta
2021-12-24[ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on...Yusuke Endoh
2021-12-24[ruby/csv] test: reduce size for stability on GitHub ActionsSutou Kouhei
2021-12-24[ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei
2021-12-24[ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei
2021-12-24[ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones
2021-12-24[ruby/csv] Fix typos [ci skip] (https://github.com/ruby/csv/pull/224)Nobuyoshi Nakada
2021-12-24[ruby/reline] Add encoding info to an assertion of editing lineaycabta
2021-12-24Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA
2021-12-24[ruby/bigdecimal] Fix the result precision of BigDecimal#divmodKenta Murata
2021-12-24[ruby/bigdecimal] Let BigDecimal#quo accept precisionKenta Murata
2021-12-24[ruby/bigdecimal] Allow passing both float and precision in BigDecimal#divKenta Murata
2021-12-24[ruby/bigdecimal] Add BigDecimal#precision_scaleKenta Murata
2021-12-24[ruby/bigdecimal] Add BigDecimal#scaleKenta Murata
2021-12-24[ruby/bigdecimal] Fix BigDecimal#precision for single DECDIG caseKenta Murata
2021-12-24[ruby/bigdecimal] Fix the precision of the adjusted quotientKenta Murata
2021-12-24[ruby/bigdecimal] Let BigDecimal_DoDivmod use the same precision calculation ...Kenta Murata
2021-12-24[ruby/bigdecimal] Use larger precision in divide for irrational or recurring ...Kenta Murata
2021-12-24[ruby/bigdecimal] Add tests for the issue GH-192Kenta Murata
2021-12-24[ruby/bigdecimal] Use values in RbConfig::LIMITS in testKenta Murata
2021-12-24[ruby/bigdecimal] Fix the style in test/bigdecimal/test_bigdecimal.rbKenta Murata
2021-12-24[ruby/bigdecimal] Fix negative Bignum conversionJean Boussier
2021-12-24[ruby/bigdecimal] Fix test against #196Kenta Murata
2021-12-24[ruby/reline] Add a test for halfwidth kana width dakutenaycabta
2021-12-23Revert "Replace an deprecated constant with a new one in did_you_mean"Yuki Nishijima
2021-12-23Revert the commits for did_you_meanYuki Nishijima
2021-12-23Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA
2021-12-23Remove test that activates Ractor unexpectedlyYuki Nishijima
2021-12-23Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams
2021-12-22Replace an deprecated constant with a new one in did_you_meanYuki Nishijima
2021-12-22* gems/default_gems: Sync did_you_meanYuki Nishijima
2021-12-22Empty and return the buffer if zero size is given [Bug #18421]Nobuyoshi Nakada
2021-12-22Extended interface for IO::Buffer & documentation.Samuel Williams
2021-12-21Revert commits for did_you_meanYuki Nishijima
2021-12-21* gems/default_gems: Fix CI buildsYuki Nishijima