summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2019-08-30Fix keyword argument separation warnings in testJeremy Evans
2019-08-30Make the dot-colon method reference frozenMaciej Mensfeld
2019-08-30proc.c: Add UnboundMethod#bind_callYusuke Endoh
2019-08-30Move pread + pwrite tests out of RUBY_ENGINE blockCharles Oliver Nutter
2019-08-29Disallow use of attrset symbols as Struct membersJeremy Evans
2019-08-29Refined warnings against literal in flip-flopNobuyoshi Nakada
2019-08-29Allow non-finalizable objects in ObjectSpace::WeakMapJean Boussier
2019-08-29Freeze method reference operator objectNobuyoshi Nakada
2019-08-29Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada
2019-08-29Show the previous definition location,Nobuyoshi Nakada
2019-08-29Aseert exception at negative step for non-endless range tooNobuyoshi Nakada
2019-08-29Revert "Remove warnings of flip-flop deprecation from tests and specs"Nobuyoshi Nakada
2019-08-25Inspect dynamic symbol as well as static symbolNobuyoshi Nakada
2019-08-20Enable more Time TZ tests on OpenBSDJeremy Evans
2019-08-17Use the original require for test_race_exceptionHiroshi SHIBATA
2019-08-17Search refinement module along nested usingsNobuyoshi Nakada
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