aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Stop testing inexistent instructionsTakashi Kokubun2019-09-031-9/+5
* Try extending timeout of IO.selectTakashi Kokubun2019-09-031-1/+2
* Examine TestIO#test_select_exceptfds on Solaris with 1 byte dataNaohisa Goto2019-09-031-3/+5
* test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh2019-09-031-1/+3
* Make Array#uniq return subclass instance if called on subclass instanceJeremy Evans2019-09-021-0/+25
* Add insn tests for newarraykwsplatTakashi Kokubun2019-09-031-0/+4
* Drop unstable Travis osx in favor of GitHub ActionsTakashi Kokubun2019-09-034-17/+0
* Merge pull request #2418 from jeremyevans/array-empty-kwsplatJeremy Evans2019-09-021-0/+27
* test/drb/drbtest.rb: Skip test_06_timeout on Solaris10sYusuke Endoh2019-09-021-6/+9
* Do not clear backtrace in Exception#exceptionNobuyoshi Nakada2019-09-021-0/+12
* Rewrote using assert_separatelyNobuyoshi Nakada2019-09-021-16/+8
* Prohibit nul-separated glob pattern [Feature #14643] (#2419)Nobuyoshi Nakada2019-09-021-3/+2
* Add Net::FTP#features and Net::FTP#optionShugo Maeda2019-09-021-0/+96
* Revert "Make Enumerator::Lazy#with_index be lazy"Jeremy Evans2019-09-011-22/+0
* Fix opt_regexpmatch1 referencesTakashi Kokubun2019-09-021-4/+1
* Make Enumerator::Lazy#with_index be lazyJeremy Evans2019-09-011-0/+22
* Skip POINTOPOINT of IPv4 too instead of IPv6 onlyKazuhiro NISHIYAMA2019-09-021-5/+4
* Fix method name in test to not override existing method nameJeremy Evans2019-09-011-1/+1
* Fix keyword argument separation warning in method_missingJeremy Evans2019-09-011-0/+73
* test/drb/drbtest.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-09-011-1/+1
* Revert "Revert "Revert "Skip BUGs on Solaris"""Yusuke Endoh2019-09-012-3/+1
* Revert "Revert "Skip BUGs on Solaris""Yusuke Endoh2019-09-012-1/+3
* Make pattern matching support **nil syntaxKazuki Tsujimoto2019-09-011-0/+38
* Automatically detect missing symbolsTakashi Kokubun2019-09-011-0/+1
* test/ruby/test_keyword.rb: Add remove_method before method redefinitionYusuke Endoh2019-09-011-0/+10
* Revert "Skip BUGs on Solaris"Yusuke Endoh2019-09-012-3/+1
* Fix keyword argument separation warning when using sendJeremy Evans2019-08-311-0/+68
* Don't pass an empty keyword hash when double splatting empty hash when callin...Jeremy Evans2019-08-311-0/+138
* Split warning messages for tag-jumpNobuyoshi Nakada2019-09-012-21/+21
* Don't pass an empty keyword hash when double splatting empty hashJeremy Evans2019-08-301-0/+49
* Use more accurate source location in keyword argument separation warningsJeremy Evans2019-08-301-4/+4
* Warn for keyword to last hash parameter when method has no optional/rest para...Jeremy Evans2019-08-301-2/+23
* Remove a verbose warning that is no longer neededJeremy Evans2019-08-301-3/+3
* Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans2019-08-304-23/+47
* Make Method/Proc#parameters handle **nil syntaxJeremy Evans2019-08-301-0/+6
* Make RubyVM::AbstractSyntaxTree handle **nil syntaxJeremy Evans2019-08-301-0/+13
* Make ripper support **nil syntaxJeremy Evans2019-08-301-0/+10
* Support **nil syntax for specifying a method does not accept keyword argumentsJeremy Evans2019-08-302-0/+44
* Restore splitting of hashes into positional and keyword arguments, add warningJeremy Evans2019-08-301-0/+24
* Fix test after keyword argument separationJeremy Evans2019-08-301-1/+1
* Update tests to fix warning message changesJeremy Evans2019-08-301-4/+4
* Fix keyword argument separation warnings in testJeremy Evans2019-08-309-31/+31
* 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-292-11/+0