summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2019-08-15Fixed heap-use-after-freeNobuyoshi Nakada
2019-08-14Make Range#=== operate like cover? instead of include? for string rangesJeremy Evans
2019-08-14Implement Range#minmaxJeremy Evans
2019-08-14Remove support for nil::ConstantJeremy Evans
2019-08-14Don't accidentally name anonymous module/classAlan Wu
2019-08-14change Proc#to_s format ('@...' -> ' ...') (#2362)Koichi Sasada
2019-08-13UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada
2019-08-12Add another test for frame omitted inliningTakashi Kokubun
2019-08-09Fix parsing of mutiple assignment with rescue modifierJeremy Evans
2019-08-09restore timeoutKoichi Sasada
2019-08-09extend timeout to debug.Koichi Sasada
2019-08-09introduce RCLASS_CLONED flag for inline cache.Koichi Sasada
2019-08-09Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu
2019-08-09Should require without wrapper moduleNobuyoshi Nakada
2019-08-08Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada
2019-08-08solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada
2019-08-08solve "duplicate :raise event" [Bug #15877]Koichi Sasada
2019-08-06Removing duplicated assertions on test_array.rb - MINUS methodEspartaco Palma
2019-08-06Give up stabilizing TestProcess on Travis osxTakashi Kokubun
2019-08-05Check if signaledNobuyoshi Nakada
2019-08-05Refined assertion messagesNobuyoshi Nakada
2019-08-05Fixed assertionNobuyoshi Nakada
2019-08-04Extend sleep before sending USR1 in TestProcessTakashi Kokubun
2019-08-04Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun
2019-08-04Defer skip to avoid errors on ensureTakashi Kokubun
2019-08-04Skip test_race_exception on MJIT for nowTakashi Kokubun
2019-08-03Fix dangling path name from fstringNobuyoshi Nakada
2019-08-02Revert "Remove opt_nil_p test to remove warning for now"Yusuke Endoh
2019-08-02Remove opt_nil_p test to remove warning for nowTakashi Kokubun
2019-08-02Fix uplevelNobuyoshi Nakada
2019-08-01Make attr* methods define public methods if self in caller is not same as rec...Jeremy Evans
2019-08-01Extend sleep before sending USR1 in TestProcessTakashi Kokubun
2019-08-01Add a test for opt_nil_pTakashi Kokubun
2019-08-01Compact ensure clause and rename variables to fix alignmentKazuhiro NISHIYAMA
2019-08-01check hash_hint is different.Koichi Sasada
2019-07-31test/ruby/test_hash.rb: remove a unused vribleYusuke Endoh
2019-07-31check SystemStackErrorKoichi Sasada
2019-07-31test/ruby/test_float.rb: suppress an overflow warningYusuke Endoh
2019-07-31test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitlyYusuke Endoh
2019-07-31test/ruby/test_file_exhaustive.rb: suppress method-redefined warningYusuke Endoh
2019-07-31remove RHash::iter_lev.Koichi Sasada
2019-07-30Do not change IO.pipe encodings if encodings explicitly givenJeremy Evans
2019-07-30Passing `binmode: true` to `IO.pipe` should behave like `binmode`Aaron Patterson
2019-07-30Do not always taint the result of File#pathJeremy Evans
2019-07-30Separate test_set_lineno_getsNobuyoshi Nakada
2019-07-29Revert "Do not always taint the result of File#path"Jeremy Evans
2019-07-29Do not always taint the result of File#pathJeremy Evans
2019-07-29Warn if using return at top-level with an argumentJeremy Evans
2019-07-29Removed unused variables and methodsNobuyoshi Nakada
2019-07-27Occupy match dataNobuyoshi Nakada