summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-06-22[rubygems/rubygems] Fix argument order of `assert_equal`Nobuyoshi Nakada
2023-06-21[ruby/yarp] Set default external encoding for parse testsKevin Newton
2023-06-21[ruby/yarp] Truly fix snapshot testing on Ruby CIKevin Newton
2023-06-21[ruby/yarp] Actually fix snapshot testsKevin Newton
2023-06-21[ruby/yarp] Fix snapshot checkingKevin Newton
2023-06-21[ruby/yarp] Use binary for normalizing printed ASTsKevin Newton
2023-06-21[ruby/yarp] Fix invalid unescape sequence error for lower wJemma Issroff
2023-06-21[Feature #19741] Sync all files in yarpJemma Issroff
2023-06-20[ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida
2023-06-20[Bug #19736] Recover after unterminated interpolationNobuyoshi Nakada
2023-06-20Adjust indent [ci skip]Nobuyoshi Nakada
2023-06-19[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-06-19[rubygems/rubygems] Suppress Content-Type warningsNobuyoshi Nakada
2023-06-19[ruby/irb] Add missing token that ignored by rippertomoya ishida
2023-06-19[ruby/openssl] add OpenSSL Provider supportqwyng
2023-06-19[rubygems/rubygems] RemoteFetcher tests don't work with path including `+`Nobuyoshi Nakada
2023-06-19[rubygems/rubygems] Escape regexp metachacters or use `assert_include`Nobuyoshi Nakada
2023-06-19[ruby/openssl] Fix modular square root test with LibreSSL >= 3.8Theo Buehler
2023-06-19[ruby/openssl] CI: Add the test/openssl/test_pkey.rb on the FIPS mode case.Jun Aruga
2023-06-19[ruby/openssl] Drop a common logic disabling the FIPS mode in the tests.Jun Aruga
2023-06-17Remove no longer used variableNobuyoshi Nakada
2023-06-17Split the bmethod proc test to avoid redefinitionNobuyoshi Nakada
2023-06-15[ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida
2023-06-14[ruby/rdoc] Use flat_map for better performancePetrik
2023-06-15[rubygems/rubygems] Removed unnecessary disabling of Lint/DuplicateMethodsHiroshi SHIBATA
2023-06-13Add tests to `String#byteslice` memory allocation behaviour. (#1909)Samuel Williams
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2023-06-13[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida
2023-06-13[ruby/uri] Fix RFC3986 regexpsNobuyoshi Nakada
2023-06-12When alloc size is too large, only allocate structMatt Valentine-House
2023-06-12[ruby/psych] Prefer `assert_include` for simple stringsNobuyoshi Nakada
2023-06-08Removed racc/cparse checkingHiroshi SHIBATA
2023-06-08Try to promote racc as bundled gemsHiroshi SHIBATA
2023-06-08Sample files of racc is not available in ruby/rubyHiroshi SHIBATA
2023-06-08Manually merge https://github.com/ruby/racc/pull/217Hiroshi SHIBATA
2023-06-08Fix wrong directory layout for racc testHiroshi SHIBATA
2023-06-08[ruby/racc] Embed racc/info.rb tooNobuyoshi Nakada
2023-06-06YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-06-06Revert debugging code in test_gc_compact.rbPeter Zhu
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi
2023-06-05Revert "Revert "Fix cvar caching when class is cloned""eileencodes
2023-06-05[rubygems/rubygems] Try again with https://github.com/rubygems/rubygems/pull/...Hiroshi SHIBATA
2023-06-05[ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper
2023-06-05[ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA
2023-06-03Attrset name is not allowed as an attributeNobuyoshi Nakada
2023-06-03Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)Samuel Williams
2023-06-03[ruby/rdoc] Auto-correct trailing new linesVinicius Stock
2023-06-03[ruby/singleton] Simplify the implementationDaniel Pepper
2023-06-02Stabilize test_latest_gc_info_need_major_byJean Boussier