aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fix keyword argument separation warnings in testJeremy Evans2019-08-306-22/+22
* Make the dot-colon method reference frozenMaciej Mensfeld2019-08-301-0/+13
* proc.c: Add UnboundMethod#bind_callYusuke Endoh2019-08-301-0/+9
* Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter2019-08-301-20/+20
* Disallow use of attrset symbols as Struct membersJeremy Evans2019-08-291-0/+4
* Refined warnings against literal in flip-flopNobuyoshi Nakada2019-08-291-3/+21
* Allow non-finalizable objects in ObjectSpace::WeakMapJean Boussier2019-08-291-10/+21
* Freeze method reference operator objectNobuyoshi Nakada2019-08-291-0/+4
* Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada2019-08-291-9/+0
* Show the previous definition location,Nobuyoshi Nakada2019-08-292-8/+12
* Aseert exception at negative step for non-endless range tooNobuyoshi Nakada2019-08-291-0/+1
* Revert "Remove warnings of flip-flop deprecation from tests and specs"Nobuyoshi Nakada2019-08-292-15/+2
* 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