aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada2020-04-151-0/+8
* This test is not testing attr_writerTakashi Kokubun2020-04-141-5/+5
* Invalidate fastpath when calling attr_reader by superTakashi Kokubun2020-04-141-1/+28
* Invalidate fastpath when calling attr_writer by superTakashi Kokubun2020-04-141-0/+30
* Disallow line-continuation before R-assignNobuyoshi Nakada2020-04-151-1/+0
* Fix logic to detect vs120Takashi Kokubun2020-04-131-2/+2
* Add missing call in 70b7304f03Takashi Kokubun2020-04-131-1/+1
* Ignore AppVeyor vs120's pdb corruptionTakashi Kokubun2020-04-131-0/+12
* Allow simple R-assign in endless defNobuyoshi Nakada2020-04-131-0/+1
* Relaxed of R-assign value to argNobuyoshi Nakada2020-04-121-0/+1
* Assertions for basic use of `encoding:` optionNobuyoshi Nakada2020-04-111-0/+14
* Assertions for enumerators of DirNobuyoshi Nakada2020-04-111-0/+12
* Removed unnecessary `to_a` callNobuyoshi Nakada2020-04-111-1/+1
* Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada2020-04-111-0/+18
* Endless method definition [Feature #16746]Nobuyoshi Nakada2020-04-101-0/+7
* Rightward-assign by ASSOCNobuyoshi Nakada2020-04-101-0/+7
* [ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA2020-04-081-2/+2
* [ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA2020-04-081-1/+1
* Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada2020-04-081-0/+7
* Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada2020-04-071-0/+13
* `Dir.glob` always returns an arrayNobuyoshi Nakada2020-04-011-10/+5
* Fix helper to not assume glibcPaul Jordan2020-04-011-3/+16
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-302-8/+35
* [rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez2020-03-301-0/+111
* [rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez2020-03-3021-73/+73
* [rubygems/rubygems] Remove weird spacing from error messagesDavid Rodríguez2020-03-307-40/+40
* [rubygems/rubygems] Remove weird spacing between receiver and methodDavid Rodríguez2020-03-307-43/+43
* [rubygems/rubygems] Consistently left align tokenizer test columnsDavid Rodríguez2020-03-301-118/+118
* [rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez2020-03-3037-284/+284
* Clear all trace events during teardownAlan Wu2020-03-291-0/+4
* Clean up /tmp leftovers in ci.rvm.jpTakashi Kokubun2020-03-281-5/+20
* Set external encoding correctly for File.open('f', FILE::BINARY) on WindowsJeremy Evans2020-03-271-0/+12
* [ruby/reline] Suppress $/ warningsNobuyoshi Nakada2020-03-271-1/+8
* test/digest/test_digest.rb: Apply EnvUtil.apply_timeout_scale to timeoutYusuke Endoh2020-03-271-4/+4
* Added implictily require for URI::HTTPHiroshi SHIBATA2020-03-261-0/+1
* [ruby/uri] Add support for WebSocketsMatt Muller2020-03-261-0/+70
* [ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta2020-03-261-1/+3
* [ruby/reline] Rename test suite name of yamatanooroti testaycabta2020-03-261-1/+3
* [ruby/reline] Add yamatanooroti rendering testaycabta2020-03-261-0/+37
* [ruby/reline] Suppress error in case INPUTRC env is emptyaycabta2020-03-261-0/+9
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-0/+9
* [ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta2020-03-261-0/+7
* Ignore test_getbinaryfile for --jit-waitTakashi Kokubun2020-03-251-0/+2
* Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada2020-03-251-0/+9
* Fixed crash when argument array is modifiedNobuyoshi Nakada2020-03-251-0/+12
* Skip a test that attempts to remove the current directory on SolarisYusuke Endoh2020-03-241-0/+1
* test/rubygems: Try not only /usr/bin/env but also /bin/envYusuke Endoh2020-03-243-18/+19
* Sync rubygems with current master (#2889)David Rodríguez2020-03-2417-310/+289
* test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh2020-03-242-13/+3
* test/ruby/test_m17n.rb: Update the debugging code to get C stacktraceYusuke Endoh2020-03-231-22/+3