summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans2022-01-051-2/+2
* test/ruby/test_refinement.rb: Remove "assigned but unused variable"Yusuke Endoh2022-01-051-2/+0
* Add Module#refinements and Refinement#refined_class [Feature #12737]Shugo Maeda2022-01-051-0/+29
* Add Module.used_refinementsShugo Maeda2022-01-051-0/+17
* Fix `Leaked file descriptor: TestIO_Console#test_console_kw`Kazuhiro NISHIYAMA2022-01-051-1/+3
* [rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez2022-01-051-16/+0
* Don't segfault if Warning.warn is undefinedJeremy Evans2022-01-041-0/+8
* [Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu2022-01-041-0/+66
* [ruby/error_highlight] Add a test to check if it is robust against a spoofed ...Yusuke Endoh2022-01-041-0/+17
* [ruby/error_highlight] Fix the spurious TypeError.Christian Boos2022-01-041-3/+0
* [ruby/error_highlight] Reproduce the error seen when calling .to_s in embedde...Christian Boos2022-01-041-0/+16
* Fix the previous commitYusuke Endoh2022-01-041-1/+1
* test/ruby/test_method.rb: Fix a random failure during `make COVERAGE=1`Yusuke Endoh2022-01-041-1/+1
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-0432-112/+112
* [ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans2022-01-041-1/+1
* [ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta2022-01-031-12/+0
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-021-0/+3
* [ruby/reline] Add test_tigetstr_with_erroraycabta2022-01-021-0/+4
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-021-0/+11
* [ruby/reline] Consolidate tests that were unnecessarily dividedaycabta2022-01-011-3/+0
* [ruby/reline] Implement Reline::Terminfo.tigetflagaycabta2022-01-011-0/+14
* Remove deprecated Random::DEFAULT [Feature #17351]Nobuyoshi Nakada2022-01-011-3/+3
* Add support for anonymous rest and keyword rest argument forwardingJeremy Evans2021-12-304-10/+46
* [ruby/win32ole] Undefine allocator of WIN32OLE_VARIABLE to get rid of warningNobuyoshi Nakada2021-12-301-0/+4
* [ruby/reline] Omit a test on Ruby 2.6aycabta2021-12-301-0/+1
* [ruby/reline] Use ripper_lex_without_warningaycabta2021-12-301-1/+1
* [ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi2021-12-301-0/+22
* [ruby/reline] Use omit instead of skipHiroshi SHIBATA2021-12-292-5/+5
* Use omit instead of skip: test/ruby/enc/**/*.rbHiroshi SHIBATA2021-12-294-4/+4
* Sync io-console gem.Samuel Williams2021-12-291-0/+8
* Use omit instead of skip: test/-ext-/**/*.rbHiroshi SHIBATA2021-12-284-6/+6
* Use omit instead of skip: test/socket/**/*.rbHiroshi SHIBATA2021-12-286-11/+11
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2021-12-281-2/+6
* Fix test_rubyoptions for MinGW (#5363)Takashi Kokubun2021-12-273-3/+9
* [rubygems/rubygems] Don't crash when updating to an unsupported `rubygems-upd...David Rodríguez2021-12-271-0/+25
* Now YJIT can be enabled on mswin64U.Nakamura2021-12-271-2/+2
* Initialize Struct by calling with keyword argumentsNobuyoshi Nakada2021-12-261-3/+2
* Remove Refinement#include and Refinement#prependNobuyoshi Nakada2021-12-261-139/+14
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-262-26/+0
* Make RubyVM::AST.of work with code written in `-e` command-line optionYusuke Endoh2021-12-261-0/+5
* 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