summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-05-26Fix GC race condition in autoload.Samuel Williams
2022-05-25Retain reference to blocking fibers.Samuel Williams
2022-05-24Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio
2022-05-23[rubygems/rubygems] Support the change of did_you_mean about Exception#detail...Yusuke Endoh
2022-05-23Prevent a warning: `*' interpreted as argument prefixYusuke Endoh
2022-05-20Make the test class naming consistentTakashi Kokubun
2022-05-20Rename test_jit to test_mjitTakashi Kokubun
2022-05-20Rewrite with assert_ractor for multiple ractor environmentHiroshi SHIBATA
2022-05-20Picked the missing test file from https://github.com/ruby/did_you_mean/commit...Hiroshi SHIBATA
2022-05-20[ruby/racc] Show diffsNobuyoshi Nakada
2022-05-20[flori/json] Fix parser bug for empty string allocationAndrew Bromwich
2022-05-20[flori/json] Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter
2022-05-20Merge RubyGems and Bundler HEADHiroshi SHIBATA
2022-05-19YJIT: Add opt_succ (#5919)Takashi Kokubun
2022-05-19[ruby/timeout] Handle Timeout + fork and add test for itBenoit Daloze
2022-05-19[ruby/timeout] Reimplement Timeout.timeout with a single thread and a QueueBenoit Daloze
2022-05-17Restore implicit relationship between `autoload_const` and `autoload_data` du...Samuel Williams
2022-05-17Delete autoload data from global features after autoload has completed. (#5910)Samuel Williams
2022-05-12YJIT: Implement getblockparamAaron Patterson
2022-05-12[ruby/uri] Improve URI.register_scheme tests and automatically upcase the giv...Benoit Daloze
2022-05-12[ruby/uri] Add URI::Generic#decoded_#{user,password}Jeremy Evans
2022-05-11Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs
2022-05-10Fix the order of assert_eqaul and remove unused variablesNobuyoshi Nakada
2022-05-09Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893)Samuel Williams
2022-05-09test/fiber/test_scheduler.rb: Remove the test file from $LOADED_FEATURESYusuke Endoh
2022-05-09Explicit handling of frozen strings in `IO::Buffer#for`. (#5892)Samuel Williams
2022-05-08Use a proper mutex for autoloading features. (#5788)Samuel Williams
2022-05-03Add a regression test for opt_plus with unknown type (#5878)Maxime Chevalier-Boisvert
2022-04-29Prevent a "warning: `*' interpreted as argument prefix"Yusuke Endoh
2022-04-28Add missing write barriers to Array#replaceAlan Wu
2022-04-28Skip test for cargo builderHiroshi SHIBATA
2022-04-28Move testing_ruby_repo into test helperHiroshi SHIBATA
2022-04-28Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA
2022-04-28[rubygems/rubygems] Original env is already set by common test setupDavid Rodríguez
2022-04-28[rubygems/rubygems] Fix test errors when `cargo` not presentDavid Rodríguez
2022-04-28Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA
2022-04-28[rubygems/rubygems] Add missing `open3` requiresDavid Rodríguez
2022-04-28Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-04-27Rust YJITAlan Wu
2022-04-22Avoid defining the same test class in multiple filesJeremy Evans
2022-04-21Uncomment code to raise LocalJumpError for yield across thread through enumJeremy Evans
2022-04-22Use https for wss testHiroshi SHIBATA
2022-04-22[ruby/uri] Feat: Support WSSOKURA Masafumi
2022-04-21[ruby/pathname] Implement Pathname#lutimeAkinori MUSHA
2022-04-21Private local variables should shadow outer variables [Bug #18629]Nobuyoshi Nakada
2022-04-20[ruby/net-http] Feature detect to make net/http usable with JRubyKarol Bucek
2022-04-20[ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans
2022-04-19Github -> GitHubTim Smith
2022-04-16Fix class ancestry checks for duped classesJohn Hawthorn
2022-04-16[rubygems/rubygems] Fix test issues surfaced using a stricter behavior of `Fi...David Rodríguez