summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-10-11[flori/json] define_method is also private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-10-11[flori/json] remove_method of Module is private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-10-11Skip test_bug_13526 with High SierraHiroshi SHIBATA
2023-10-06[ruby/prism] Emit error when assigning to a numbered parameterHaldun Bayhantopcu
2023-10-06[ruby/prism] Introduce transparent scopes.Matt Valentine-House
2023-10-06[ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada
2023-10-06[ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada
2023-10-06Use size of `uintptr_t` for `j` and `J` testsNobuyoshi Nakada
2023-10-06Move rbconfig to the topNobuyoshi Nakada
2023-10-06[ruby/prism] Add full_name to ConstantPathNode and ConstantPathTargetNodeVinicius Stock
2023-10-05[ruby/prism] Check for duplicate parameter names in destructured paramsHaldun Bayhantopcu
2023-10-05[ruby/prism] Check for duplicate names in shadow argsHaldun Bayhantopcu
2023-10-05[ruby/prism] Fix parsing shadow args in lambda blocksHaldun Bayhantopcu
2023-10-05[ruby/stringio] StringIO#pread: handle 0 length like IO#preadJean byroot Boussier
2023-10-05[ruby/net-http] Net::HTTPResponse nil checkingBrian Hawley
2023-10-04[Prism] Fix IfNode and ElseNodeMatt Valentine-House
2023-10-05Optimize `Range#count` by using `range_size` if possibleKouhei Yanagita
2023-10-04[ruby/irb] Clear all context usages in RubyLexStan Lo
2023-10-03[rubygems/rubygems] Fix typo: eglible -> eligible.Josef Šimánek
2023-10-03[ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata
2023-10-02YJIT: Fix assert_no_exits (#8579)Takashi Kokubun
2023-10-02`yield` cannot be placed outside methods even in blocksNobuyoshi Nakada
2023-10-02Sync with prism CallNode#name changesBenoit Daloze
2023-10-02[ruby/psych] Add test for code_point_limitCharles Oliver Nutter
2023-10-01[Bug #19906] Add the testNobuyoshi Nakada
2023-10-01Move repeating `matches` and `unmatches` to keyword argumentsNobuyoshi Nakada
2023-10-01Add tests for Unicode age property 15.0Nobuyoshi Nakada
2023-09-30[ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida
2023-09-30[rubygems/rubygems] Update SPDX list and warn on deprecated identifiers.Josef Šimánek
2023-09-30Fix failures when all network interfaces are downNobuyoshi Nakada
2023-09-29YJIT: Chain-guard opt_mult overflow (#8554)Takashi Kokubun
2023-09-29[ruby/zlib] Revert "Workaround: Fix test failures on Ubuntu jammy s390x."Jun Aruga
2023-09-29Handle static array nodesKevin Newton
2023-09-29Compile implicit nodesKevin Newton
2023-09-29Fix up static hash compilationKevin Newton
2023-09-29Fix to replace only `-e` that is a path name in `assert_crash_report`Nobuyoshi Nakada
2023-09-29[ruby/ostruct] Emit a performance warning when OpenStruct is usedJean byroot Boussier
2023-09-28Support local variable targeting in pattern matchingKevin Newton
2023-09-28Support the AlternationPatternNodeKevin Newton
2023-09-28Compile basic pattern matching expressionsKevin Newton
2023-09-29Fix `retry` in nested `rescue` blocksNobuyoshi Nakada
2023-09-28Consolidate regexp options, interpolated match last lineKevin Newton
2023-09-28Move IO#readline to RubyAaron Patterson
2023-09-28[YARP] Implement MatchWriteNodeMatt Valentine-House
2023-09-28Fix order-dependent tests in test_compile_prismKevin Newton
2023-09-28[ruby/reline] Properly restore Reline::IOGate in test teardowntomoya ishida
2023-09-28Move CRuby-specific prism files to top levelKevin Newton
2023-09-28[ruby/prism] Check whether the predicate is closed for conditionalsHaldun Bayhantopcu
2023-09-28[ruby/prism] Check for a semicolon or a newline after the inheritance operatorHaldun Bayhantopcu
2023-09-28[ruby/prism] Fix assertion failure for fwd params after restHaldun Bayhantopcu