summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-01-04[ruby/error_highlight] Fix the spurious TypeError.Christian Boos
2022-01-04[ruby/error_highlight] Reproduce the error seen when calling .to_s in embedde...Christian Boos
2022-01-04Fix the previous commitYusuke Endoh
2022-01-04test/ruby/test_method.rb: Fix a random failure during `make COVERAGE=1`Yusuke Endoh
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2022-01-04[ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans
2022-01-03[ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta
2022-01-02[ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta
2022-01-02[ruby/reline] Add test_tigetstr_with_erroraycabta
2022-01-02[ruby/reline] Implement Reline::Terminfo.tigetnumaycabta
2022-01-01[ruby/reline] Consolidate tests that were unnecessarily dividedaycabta
2022-01-01[ruby/reline] Implement Reline::Terminfo.tigetflagaycabta
2022-01-01Remove deprecated Random::DEFAULT [Feature #17351]Nobuyoshi Nakada
2021-12-30Add support for anonymous rest and keyword rest argument forwardingJeremy Evans
2021-12-30[ruby/win32ole] Undefine allocator of WIN32OLE_VARIABLE to get rid of warningNobuyoshi Nakada
2021-12-30[ruby/reline] Omit a test on Ruby 2.6aycabta
2021-12-30[ruby/reline] Use ripper_lex_without_warningaycabta
2021-12-30[ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi
2021-12-29[ruby/reline] Use omit instead of skipHiroshi SHIBATA
2021-12-29Use omit instead of skip: test/ruby/enc/**/*.rbHiroshi SHIBATA
2021-12-29Sync io-console gem.Samuel Williams
2021-12-28Use omit instead of skip: test/-ext-/**/*.rbHiroshi SHIBATA
2021-12-28Use omit instead of skip: test/socket/**/*.rbHiroshi SHIBATA
2021-12-28Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2021-12-27Fix test_rubyoptions for MinGW (#5363)Takashi Kokubun
2021-12-27[rubygems/rubygems] Don't crash when updating to an unsupported `rubygems-upd...David Rodríguez
2021-12-27Now YJIT can be enabled on mswin64U.Nakamura
2021-12-26Initialize Struct by calling with keyword argumentsNobuyoshi Nakada
2021-12-26Remove Refinement#include and Refinement#prependNobuyoshi Nakada
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-12-26Make RubyVM::AST.of work with code written in `-e` command-line optionYusuke Endoh
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