summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2023-06-02[ruby/irb] Require `test/lib` helpers from main test helperStan Lo
2023-06-01Revert "Fix cvar caching when class is cloned"Aaron Patterson
2023-06-01[ruby/irb] Improve debug command testsStan Lo
2023-06-01Fix cvar caching when class is clonedeileencodes
2023-05-31More debug code to GC compaction testPeter Zhu
2023-05-31Fix flaky test in test_objspace.rbPeter Zhu
2023-05-31Add debug code to GC compaction testPeter Zhu
2023-05-30Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA
2023-05-29[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-05-29[ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze
2023-05-29mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)Jun Aruga
2023-05-27[ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida
2023-05-27[ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida
2023-05-27Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams