summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2021-04-16Add Array#intersect?Travis Hunter
2021-04-09test/ruby/test_gc_compact.rb: Use assert_separately for debuggingYusuke Endoh
2021-04-07[Bug #17780] Fix Method#super_method for module aliasPeter Zhu
2021-04-05Get rid of multibyte prefix to tmpdirNobuyoshi Nakada
2021-04-04test/ruby/test_lambda.rb: Remove "warning: assigned but unused variable"Yusuke Endoh
2021-04-02fix return from orphan Proc in lambdaKoichi Sasada
2021-03-29Add more tests for defined? with method callsJeremy Evans
2021-03-28Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya
2021-03-28Fix segmentation fault when `Module#name` returns non string value [Bug #17754]Kenichi Kamiya
2021-03-27Fix Enumerable#tally with some arguments pattern [Feature #17744]Kenichi Kamiya
2021-03-26Enumerable#tally with the resulting hash [Feature #17744]Nobuyoshi Nakada
2021-03-24Change heap walking to be safe for object allocationPeter Zhu
2021-03-24Ensure that caller respects the start argumentJeremy Evans
2021-03-23Ignore useless separators preceding a file encoding commentNobuyoshi Nakada
2021-03-23Assertion for colon-separated encoding pragmaNobuyoshi Nakada
2021-03-23Refined failure messages in TestFileExhaustive#test_testNobuyoshi Nakada
2021-03-23test/ruby/test_fiber.rb: relax timeout on SolarisYusuke Endoh
2021-03-22Hash#transform_values! ensures receiver modifiable in block [Bug #17736]Kenichi Kamiya
2021-03-21Pattern matching pin operator against expression [Feature #17411]Kazuki Tsujimoto
2021-03-21Ensure the receiver hash modifiable before updating [Bug #17736]Nobuyoshi Nakada
2021-03-21Add Hash#{update, merge!} test to ensure receiver modifiable in blockKenichi Kamiya
2021-03-20Some Hash destructive methods ensure the receiver modifiable [Bug #17736]Kenichi Kamiya
2021-03-20Ensure the receiver is modifiable before shrinking [Bug #17736]Nobuyoshi Nakada
2021-03-19Fix Enumerable#inject with high negative fixnums [Bug #17731]Marc-Andre Lafortune
2021-03-19Fix infinite loop at illegal sequence [Bug #17729]Nobuyoshi Nakada
2021-03-18Avoid rehashing in Hash#replace/dup/initialize_copy [Bug #16996]Marc-Andre Lafortune
2021-03-18Avoid rehashing in Hash#select/reject [Bug #16996]Marc-Andre Lafortune
2021-03-16Skip refined method when exporting methods with changed visibilityJeremy Evans
2021-03-16test/ruby/test_regexp.rb: Avoid "ambiguity between regexp and two divisions"Yusuke Endoh
2021-03-15File.dirname optional levelNobuyoshi Nakada
2021-03-15Check backref number buffer overrun [Bug #16376]xtkoba (Tee KOBAYASHI)
2021-03-12Fix integer/float remainder with infinity argument of opposite signJeremy Evans
2021-03-11Create the test file under the created temporary directoryNobuyoshi Nakada
2021-03-10Remove cvar overtaken classes at end of test methodsJeremy Evans
2021-03-10Add cvar overtaken testseileencodes
2021-03-08test/ruby/test_string.rb: make GitHub syntax-highlight correctlyYusuke Endoh
2021-03-06Undef Enumerator::Chain#{feed,next,next_values,peek,peek_values}Jeremy Evans
2021-03-06Make Enumerator#{+,chain} create lazy chain if any included enumerator is lazyJeremy Evans
2021-03-06Fix calling enumerator methods such as with_index on Enumerator::ChainJeremy Evans
2021-02-25Revert "Add tests for bug 17652"Aaron Patterson
2021-02-25Add tests for bug 17652Peter Zhu
2021-02-24Reverting PR #4221Aaron Patterson
2021-02-24Add tests for bug 17652Peter Zhu
2021-02-22Check for cyclic prepend before making originAlan Wu
2021-02-22Send :fiber_switch event for almost every fiber_switch (#4207)nicholas a. evans
2021-02-20Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans
2021-02-19Fix backtrace to not skip frames with iseq without pcJeremy Evans
2021-02-19invalidate negative cache any time.Koichi Sasada
2021-02-16Parse "-00:00" as UTC for the round-trip [Feature #17544]Nobuyoshi Nakada
2021-02-16UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada