aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/stringio] Fix the result of `StringIO#truncate` so compatible with `File`Nobuyoshi Nakada2022-07-011-2/+2
* [rubygems/rubygems] Prevent a warning: `*' interpreted as argument prefixYusuke Endoh2022-06-301-2/+2
* [Bug #18877] Let `lex_ctxt` not to eat escaped whitespaceNobuyoshi Nakada2022-06-301-0/+4
* Refactor tests for moving strings with compactionPeter Zhu2022-06-291-28/+22
* [Bug #18884] `class` cannot be just followed by modifiersNobuyoshi Nakada2022-06-291-0/+7
* [rubygems/rubygems] Support ruby 2.3 and 2.4Ian Ker-Seymer2022-06-294-10/+10
* [rubygems/rubygems] Upgrade rb-sys to 0.9.14Ian Ker-Seymer2022-06-296-334/+44
* [rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`David Rodríguez2022-06-291-0/+22
* [rubygems/rubygems] Add missing test for user installation directoryDavid Rodríguez2022-06-291-0/+2
* [ruby/irb] Properly reset USE_COLORIZE after changing it in testsst00122022-06-291-106/+118
* [rubygems/rubygems] Fix test_install_location_extra_slash on alpineTomas Volf2022-06-281-3/+1
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-18/+28
* [ruby/rdoc] Support attributes defined by `rb_struct_define`Nobuyoshi Nakada2022-06-281-0/+14
* [ruby/rdoc] Parse also InitVM-prefixed functionsNobuyoshi Nakada2022-06-281-0/+17
* [ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari2022-06-271-0/+15
* [rubygems/rubygems] Improve error message when `operating_system.rb` fails to...David Rodríguez2022-06-271-6/+9
* Skip TupleSpaceProxyTest on MINGW64 tooTakashi Kokubun2022-06-261-1/+1
* Fix Rinda test teardown for omitted testsAlan Wu2022-06-261-0/+4
* Try skipping TupleSpaceProxyTest on MinGW UCRT64Takashi Kokubun2022-06-251-0/+3
* [ruby/irb] Set prompt mode explictlyNobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Require stringio to use StringIONobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-261-4/+12
* [rubygems/rubygems] Clean up temporary directory after generate_index --updateTomas Volf2022-06-262-0/+10
* [ruby/io-wait] Fix usage of `assert_raises` -> `assert_raise`. (https://githu...Samuel Williams2022-06-251-2/+2
* * remove trailing spaces. [ci skip]git2022-06-251-2/+2
* [ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is de...Samuel Williams2022-06-251-0/+28
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-2417-110/+284
* Fix infinite loop when b_return TracePoint throwsAlan Wu2022-06-221-0/+27
* Include JIT information in crash reportsChris Seaton2022-06-202-3/+1
* test_instrumentation_api.rb: Allow one less exitJean Boussier2022-06-201-7/+5
* [Feature #18788] Support options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+17
* Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+6
* Prevent a warning "possibly useless use of a literal in void context"Yusuke Endoh2022-06-201-0/+6
* Prevent a warning "Expected ... to define AutoloadTest but it didn't"Yusuke Endoh2022-06-201-0/+3
* Scale the time to wait native threads to run hookNobuyoshi Nakada2022-06-191-2/+6
* [Bug #18813] Warn when autoload has to lookup in parent namespaceJean Boussier2022-06-181-0/+17
* Debug TestThreadInstrumentationJean Boussier2022-06-171-4/+14
* GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier2022-06-171-1/+3
* Skip failing test on FreeBSD [ci skip]Nobuyoshi Nakada2022-06-171-1/+3
* Allow calling protected methods from refinementsJohn Hawthorn2022-06-161-0/+35
* Respect the encoding of the source [Bug #18827]Nobuyoshi Nakada2022-06-172-0/+22
* ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada2022-06-171-0/+8
* Added tests for setting ivars on frozen objsJemma Issroff2022-06-161-0/+30
* Adding more clone tests, and adding dup testsJemma Issroff2022-06-162-0/+156
* [ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi2022-06-161-0/+21
* Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada2022-06-161-10/+0
* HTTPHeader.content_range throws error on non-byte unitsShishir Joshi2022-06-161-0/+10
* MJIT: Handle JIT failure properlyTakashi Kokubun2022-06-151-0/+12
* Remove MJIT worker thread (#6006)Takashi Kokubun2022-06-151-1/+5
* MJIT: Add a test for Process.waitall handlingTakashi Kokubun2022-06-141-0/+13