aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not always taint the result of File#pathJeremy Evans2019-07-291-0/+16
* Warn if using return at top-level with an argumentJeremy Evans2019-07-291-0/+4
* Removed unused variables and methodsNobuyoshi Nakada2019-07-291-5/+1
* Occupy match dataNobuyoshi Nakada2019-07-271-0/+3
* Initialize DST flagNobuyoshi Nakada2019-07-271-16/+64
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-0/+3
* should not free local hook_list here.Koichi Sasada2019-07-241-0/+17
* Make Object#singleton_methods work correctly for singleton classes of objectsJeremy Evans2019-07-231-0/+23
* Removed duplicate highlightingNobuyoshi Nakada2019-07-151-0/+3
* add tests for orphan/not-orphan proc/lambda.Tanaka Akira2019-07-152-0/+54
* add tests for "break" in lambda.Tanaka Akira2019-07-151-0/+15
* Check the result of String#-@Nobuyoshi Nakada2019-07-141-3/+5
* MJIT Support for getblockparamproxyTakashi Kokubun2019-07-141-2/+12
* Method#inspect with source location.Koichi Sasada2019-07-142-9/+9
* add encoding conversion from/to CESU-8Martin Dürst2019-07-141-0/+22
* Relaxed delta of nanosec from Float timeNobuyoshi Nakada2019-07-131-1/+1
* Fixed duplicate test nameNobuyoshi Nakada2019-07-121-1/+1
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-115-0/+36
* Revert "parse.y: Deprecate flip-flops"Nobuyoshi Nakada2019-07-111-2/+0
* $LOAD_PATH.resolve_feature_pathNobuyoshi Nakada2019-07-111-3/+3
* Restore support library for only test files.Hiroshi SHIBATA2019-07-093-3/+3
* Check indent of `end` against `else` if presentNobuyoshi Nakada2019-07-081-5/+6