aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Inspect dynamic symbol as well as static symbolNobuyoshi Nakada2019-08-251-0/+4
* Enable more Time TZ tests on OpenBSDJeremy Evans2019-08-201-1/+1
* Use the original require for test_race_exceptionHiroshi SHIBATA2019-08-171-2/+2
* Search refinement module along nested usingsNobuyoshi Nakada2019-08-171-0/+28
* Fixed heap-use-after-freeNobuyoshi Nakada2019-08-151-0/+6
* Make Range#=== operate like cover? instead of include? for string rangesJeremy Evans2019-08-141-0/+8
* Implement Range#minmaxJeremy Evans2019-08-141-0/+21
* Remove support for nil::ConstantJeremy Evans2019-08-141-0/+6
* Don't accidentally name anonymous module/classAlan Wu2019-08-141-0/+18
* change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada2019-08-141-2/+2
* UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada2019-08-132-3/+3
* Add another test for frame omitted inliningTakashi Kokubun2019-08-121-0/+16
* Fix parsing of mutiple assignment with rescue modifierJeremy Evans2019-08-091-0/+5
* restore timeoutKoichi Sasada2019-08-091-3/+1
* extend timeout to debug.Koichi Sasada2019-08-091-1/+3
* introduce RCLASS_CLONED flag for inline cache.Koichi Sasada2019-08-092-9/+46
* Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu2019-08-091-0/+10
* Should require without wrapper moduleNobuyoshi Nakada2019-08-091-0/+13
* Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada2019-08-081-2/+2
* solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada2019-08-081-1/+7
* solve "duplicate :raise event" [Bug #15877]Koichi Sasada2019-08-081-0/+13
* Removing duplicated assertions on test_array.rb - MINUS methodEspartaco Palma2019-08-061-4/+0
* Give up stabilizing TestProcess on Travis osxTakashi Kokubun2019-08-061-2/+2
* Check if signaledNobuyoshi Nakada2019-08-051-2/+4
* Refined assertion messagesNobuyoshi Nakada2019-08-051-11/+9
* Fixed assertionNobuyoshi Nakada2019-08-051-1/+1
* Extend sleep before sending USR1 in TestProcessTakashi Kokubun2019-08-041-1/+1
* Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun2019-08-041-1/+0
* Defer skip to avoid errors on ensureTakashi Kokubun2019-08-041-1/+1
* Skip test_race_exception on MJIT for nowTakashi Kokubun2019-08-041-0/+1
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-031-0/+11
* Revert "Remove opt_nil_p test to remove warning for now"Yusuke Endoh2019-08-021-0/+7
* Remove opt_nil_p test to remove warning for nowTakashi Kokubun2019-08-021-7/+0
* Fix uplevelNobuyoshi Nakada2019-08-021-4/+4
* Make attr* methods define public methods if self in caller is not same as rec...Jeremy Evans2019-08-011-0/+26
* Extend sleep before sending USR1 in TestProcessTakashi Kokubun2019-08-011-1/+1
* Add a test for opt_nil_pTakashi Kokubun2019-08-011-1/+8
* Compact ensure clause and rename variables to fix alignmentKazuhiro NISHIYAMA2019-08-011-23/+19
* check hash_hint is different.Koichi Sasada2019-08-011-1/+10
* test/ruby/test_hash.rb: remove a unused vribleYusuke Endoh2019-07-311-1/+1
* check SystemStackErrorKoichi Sasada2019-07-311-6/+10
* test/ruby/test_float.rb: suppress an overflow warningYusuke Endoh2019-07-311-1/+6
* test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitlyYusuke Endoh2019-07-311-41/+56
* test/ruby/test_file_exhaustive.rb: suppress method-redefined warningYusuke Endoh2019-07-311-0/+1
* remove RHash::iter_lev.Koichi Sasada2019-07-311-0/+25
* Do not change IO.pipe encodings if encodings explicitly givenJeremy Evans2019-07-301-28/+44
* Passing `binmode: true` to `IO.pipe` should behave like `binmode`Aaron Patterson2019-07-301-0/+32
* Do not always taint the result of File#pathJeremy Evans2019-07-301-0/+17
* Separate test_set_lineno_getsNobuyoshi Nakada2019-07-301-14/+16
* Revert "Do not always taint the result of File#path"Jeremy Evans2019-07-291-16/+0