summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-06-06[ruby/rdoc] Use runnable command as DUMMY_PAGERNobuyoshi Nakada
2022-06-06[ruby/cgi] jruby supportPavel Rosický
2022-06-06Use `sleep 0.5` for tests of GVL instrumentation APIYusuke Endoh
2022-06-04[ruby/rdoc] Remove `RDoc::RI::Driver#in_path?`Nobuyoshi Nakada
2022-06-04[ruby/rdoc] Enable pager testsNobuyoshi Nakada
2022-06-03[Feature #18339] GVL Instrumentation APIJean Boussier
2022-06-02Move `GC.verify_compaction_references` [Bug #18779]Nobuyoshi Nakada
2022-06-02Fix the condition when a new buffer is needed without GMPNobuyoshi Nakada
2022-06-01[rubygems/rubygems] Restore ability to load old marshalled gemspec that use `...David Rodríguez
2022-06-01[rubygems/rubygems] Improve null private type testDavid Rodríguez
2022-05-31Skip failing test with freebsdHiroshi SHIBATA
2022-05-31[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-05-31[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-05-30Fix use-after-free with interacting TracePointsAlan Wu
2022-05-30Skip failing test with freebsdHiroshi SHIBATA
2022-05-30[ruby/stringio] Accept external and internal encodings pairNobuyoshi Nakada
2022-05-30Also skip failing test with freebsd 12Hiroshi SHIBATA
2022-05-30[ruby/stringio] Fix handling of chomp with paragraph separatorJeremy Evans
2022-05-30[ruby/stringio] Ignore chomp keyword for nil separatorJeremy Evans
2022-05-30[ruby/stringio] Fix each with multiple character string and chompJeremy Evans
2022-05-30[ruby/stringio] Fix expanding size at ungetc/ungetbyteNobuyoshi Nakada
2022-05-30Skip failing test with freebsdHiroshi SHIBATA
2022-05-28[rubygems/rubygems] Fix rubygems update when non default `--install-dir` is c...David Rodríguez
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