summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-01-11[ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta
2022-01-10YJIT: Support kwargs for cfuncJohn Hawthorn
2022-01-08Do not run the same tests twiceNobuyoshi Nakada
2022-01-08Run an old fixed bug in the same processNobuyoshi Nakada
2022-01-08Run the tests on a subclass of StringNobuyoshi Nakada
2022-01-07[ruby/pathname] Make Pathname#each_entry return enumerator if called without ...Jeremy Evans
2022-01-06Update test/ruby/test_module.rbJeremy Evans
2022-01-06Allow include before calling Module#initializeJeremy Evans
2022-01-06[rubygems/rubygems] Fix suggestions flagximenasandoval
2022-01-06[rubygems/rubygems] Let fetch understand gem:version syntaxximenasandoval
2022-01-06[rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez
2022-01-06[ruby/reline] windows: test_yamatanooroti fixYO4
2022-01-05Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans
2022-01-05test/ruby/test_refinement.rb: Remove "assigned but unused variable"Yusuke Endoh
2022-01-05Add Module#refinements and Refinement#refined_class [Feature #12737]Shugo Maeda
2022-01-05Add Module.used_refinementsShugo Maeda
2022-01-05Fix `Leaked file descriptor: TestIO_Console#test_console_kw`Kazuhiro NISHIYAMA
2022-01-05[rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez
2022-01-04Don't segfault if Warning.warn is undefinedJeremy Evans
2022-01-04[Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu
2022-01-04[ruby/error_highlight] Add a test to check if it is robust against a spoofed ...Yusuke Endoh
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