aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash2023-10-111-1/+5
* [rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash2023-10-111-1/+1
* [rubygems/rubygems] Update tests to match new implementation of falling back ...Ellen Marie Dash2023-10-111-4/+4
* [rubygems/rubygems] [test_gem_install_update_options.rb] Fix linter warnings.Ellen Marie Dash2023-10-111-3/+3
* [rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash2023-10-111-0/+27
* [ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida2023-10-112-156/+170
* [flori/json] skip TruffleRubyHiroshi SHIBATA2023-10-111-0/+3
* [flori/json] define_method is also private at Ruby 2.3 and 2.4Hiroshi SHIBATA2023-10-111-1/+1
* [flori/json] remove_method of Module is private at Ruby 2.3 and 2.4Hiroshi SHIBATA2023-10-111-3/+3
* Skip test_bug_13526 with High SierraHiroshi SHIBATA2023-10-111-0/+5
* [ruby/prism] Emit error when assigning to a numbered parameterHaldun Bayhantopcu2023-10-061-0/+15
* [ruby/prism] Introduce transparent scopes.Matt Valentine-House2023-10-063-10/+10
* [ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada2023-10-061-8/+6
* [ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada2023-10-061-2/+2
* Use size of `uintptr_t` for `j` and `J` testsNobuyoshi Nakada2023-10-061-17/+21
* Move rbconfig to the topNobuyoshi Nakada2023-10-061-1/+1
* [ruby/prism] Add full_name to ConstantPathNode and ConstantPathTargetNodeVinicius Stock2023-10-061-0/+30
* [ruby/prism] Check for duplicate parameter names in destructured paramsHaldun Bayhantopcu2023-10-051-0/+9
* [ruby/prism] Check for duplicate names in shadow argsHaldun Bayhantopcu2023-10-051-0/+7
* [ruby/prism] Fix parsing shadow args in lambda blocksHaldun Bayhantopcu2023-10-051-0/+10
* [ruby/stringio] StringIO#pread: handle 0 length like IO#preadJean byroot Boussier2023-10-051-0/+7
* [ruby/net-http] Net::HTTPResponse nil checkingBrian Hawley2023-10-051-0/+35
* [Prism] Fix IfNode and ElseNodeMatt Valentine-House2023-10-041-0/+12
* Optimize `Range#count` by using `range_size` if possibleKouhei Yanagita2023-10-051-0/+10
* [ruby/irb] Clear all context usages in RubyLexStan Lo2023-10-042-28/+10
* [rubygems/rubygems] Fix typo: eglible -> eligible.Josef Šimánek2023-10-032-49/+49
* [ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata2023-10-032-6/+6
* YJIT: Fix assert_no_exits (#8579)Takashi Kokubun2023-10-021-7/+7
* `yield` cannot be placed outside methods even in blocksNobuyoshi Nakada2023-10-022-1/+9
* Sync with prism CallNode#name changesBenoit Daloze2023-10-02579-2803/+2803
* [ruby/psych] Add test for code_point_limitCharles Oliver Nutter2023-10-021-0/+19
* [Bug #19906] Add the testNobuyoshi Nakada2023-10-011-0/+10
* Move repeating `matches` and `unmatches` to keyword argumentsNobuyoshi Nakada2023-10-011-46/+48
* Add tests for Unicode age property 15.0Nobuyoshi Nakada2023-10-011-24/+101
* [ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida2023-09-304-3/+5
* [rubygems/rubygems] Update SPDX list and warn on deprecated identifiers.Josef Šimánek2023-09-302-19/+38
* Fix failures when all network interfaces are downNobuyoshi Nakada2023-09-301-1/+1
* YJIT: Chain-guard opt_mult overflow (#8554)Takashi Kokubun2023-09-291-0/+4
* [ruby/zlib] Revert "Workaround: Fix test failures on Ubuntu jammy s390x."Jun Aruga2023-09-291-84/+64
* Handle static array nodesKevin Newton2023-09-291-0/+7
* Compile implicit nodesKevin Newton2023-09-291-0/+3
* Fix up static hash compilationKevin Newton2023-09-291-0/+11
* Fix to replace only `-e` that is a path name in `assert_crash_report`Nobuyoshi Nakada2023-09-291-1/+1
* [ruby/ostruct] Emit a performance warning when OpenStruct is usedJean byroot Boussier2023-09-291-0/+19
* Support local variable targeting in pattern matchingKevin Newton2023-09-281-0/+2
* Support the AlternationPatternNodeKevin Newton2023-09-281-6/+18
* Compile basic pattern matching expressionsKevin Newton2023-09-281-0/+41
* Fix `retry` in nested `rescue` blocksNobuyoshi Nakada2023-09-291-0/+21
* Consolidate regexp options, interpolated match last lineKevin Newton2023-09-281-0/+5
* Move IO#readline to RubyAaron Patterson2023-09-281-0/+104