aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Raise proper exception when month argument is not a nameNobuyoshi Nakada2021-12-251-1/+4
* [ruby/openssl] Add tast cases to OpenSSL::BN using ractorYusuke Nakamura2021-12-251-0/+25
* [ruby/reline] Escape newline(s) in dynamic promptaycabta2021-12-252-0/+20
* [ruby/reline] Escape newline(s) in promptaycabta2021-12-251-0/+13
* Increase wait timeaycabta2021-12-251-1/+2
* Wait for output results to test correctlyaycabta2021-12-251-1/+1
* Revert "Revert "Replace an deprecated constant with a new one in did_you_mean""Yuki Nishijima2021-12-241-5/+1
* Sync did_you_meanYuki Nishijima2021-12-242-3/+8
* Output log after loading class to testaycabta2021-12-241-1/+1
* Add logging about timeoutaycabta2021-12-241-0/+2
* Kill process before assertion failsaycabta2021-12-241-0/+1
* [ruby/reline] Implement em_kill_lineaycabta2021-12-241-0/+28
* [ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta2021-12-241-0/+28
* [ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta2021-12-241-28/+0
* Move embedded lines outside the here documentNobuyoshi Nakada2021-12-241-7/+6
* Set time limit for waiting for terminating process within a testaycabta2021-12-241-2/+10
* [ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on...Yusuke Endoh2021-12-242-2/+9
* [ruby/csv] test: reduce size for stability on GitHub ActionsSutou Kouhei2021-12-241-1/+1
* [ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei2021-12-241-37/+0
* [ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei2021-12-241-0/+37
* [ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones2021-12-241-0/+29
* [ruby/csv] Fix typos [ci skip] (https://github.com/ruby/csv/pull/224)Nobuyoshi Nakada2021-12-242-2/+2
* [ruby/reline] Add encoding info to an assertion of editing lineaycabta2021-12-241-1/+5
* Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA2021-12-242-27/+33
* [ruby/bigdecimal] Fix the result precision of BigDecimal#divmodKenta Murata2021-12-241-2/+4
* [ruby/bigdecimal] Let BigDecimal#quo accept precisionKenta Murata2021-12-241-0/+24
* [ruby/bigdecimal] Allow passing both float and precision in BigDecimal#divKenta Murata2021-12-241-0/+10
* [ruby/bigdecimal] Add BigDecimal#precision_scaleKenta Murata2021-12-241-0/+11
* [ruby/bigdecimal] Add BigDecimal#scaleKenta Murata2021-12-241-0/+53
* [ruby/bigdecimal] Fix BigDecimal#precision for single DECDIG caseKenta Murata2021-12-241-8/+8
* [ruby/bigdecimal] Fix the precision of the adjusted quotientKenta Murata2021-12-241-0/+4
* [ruby/bigdecimal] Let BigDecimal_DoDivmod use the same precision calculation ...Kenta Murata2021-12-241-0/+7
* [ruby/bigdecimal] Use larger precision in divide for irrational or recurring ...Kenta Murata2021-12-241-2/+15
* [ruby/bigdecimal] Add tests for the issue GH-192Kenta Murata2021-12-243-1/+39
* [ruby/bigdecimal] Use values in RbConfig::LIMITS in testKenta Murata2021-12-241-3/+7
* [ruby/bigdecimal] Fix the style in test/bigdecimal/test_bigdecimal.rbKenta Murata2021-12-241-3/+3
* [ruby/bigdecimal] Fix negative Bignum conversionJean Boussier2021-12-241-0/+10
* [ruby/bigdecimal] Fix test against #196Kenta Murata2021-12-241-2/+2
* [ruby/reline] Add a test for halfwidth kana width dakutenaycabta2021-12-241-0/+16
* Revert "Replace an deprecated constant with a new one in did_you_mean"Yuki Nishijima2021-12-231-1/+5
* Revert the commits for did_you_meanYuki Nishijima2021-12-232-8/+3
* Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA2021-12-235-124/+27
* Remove test that activates Ractor unexpectedlyYuki Nishijima2021-12-231-102/+0
* Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams2021-12-231-0/+57
* Replace an deprecated constant with a new one in did_you_meanYuki Nishijima2021-12-221-5/+1
* * gems/default_gems: Sync did_you_meanYuki Nishijima2021-12-223-3/+110
* Empty and return the buffer if zero size is given [Bug #18421]Nobuyoshi Nakada2021-12-221-0/+21
* Extended interface for IO::Buffer & documentation.Samuel Williams2021-12-221-3/+3
* Revert commits for did_you_meanYuki Nishijima2021-12-213-110/+3
* * gems/default_gems: Fix CI buildsYuki Nishijima2021-12-211-2/+2