summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-10`TracePoint.allow_reentry`Koichi Sasada
2021-12-09Check month overflow when marshalNobuyoshi Nakada
2021-12-09[ruby/securerandom] Split Random::Formatter from SecureRandom [Feature #18190]Nobuyoshi Nakada
2021-12-09[ruby/open3] Use RbConfig's 'host_os'Charles Oliver Nutter
2021-12-09[ruby/open3] Only use JITSupport on CRubyCharles Oliver Nutter
2021-12-09[ruby/rdoc] Support addition Object class when adding methods to top levelaycabta
2021-12-09[ruby/rdoc] Resolve class and method of the same name correctlyaycabta
2021-12-09`Ractor.make_shareable` checks proc's seflKoichi Sasada
2021-12-09[rubygems/rubygems] Don't load system rubygems during testsDavid Rodríguez
2021-12-07ObjectSpace::WeakMap#inspect: check if living object [Bug #18392]Nobuyoshi Nakada
2021-12-06[ruby/ostruct] Alias less methodsMarc-André Lafortune
2021-12-06[rubygems/rubygems] Allow using `Gem::Version` without loading the rest of ru...David Rodríguez
2021-12-06[rubygems/rubygems] Fix incorrect quotingDavid Rodríguez
2021-12-06[rubygems/rubygems] add login & logout for the signin & signout commands resp...Colby Swandale
2021-12-06[rubygems/rubygems] LOAD_PATH is already reset globallyDavid Rodríguez
2021-12-06[rubygems/rubygems] Remove unneded setupDavid Rodríguez
2021-12-05[ruby/securerandom] Remove no longer used helper methodsNobuyoshi Nakada
2021-12-05Do not use `fcopyfile` if appending to non-empty file [Bug #18388]Nobuyoshi Nakada
2021-12-05[rubygems/rubygems] Don't write outside of destdir when regenerating pluginsDavid Rodríguez
2021-12-05[rubygems/rubygems] Don't write outside of destdir when installing default bu...David Rodríguez
2021-12-03TestClass#test_subclass_gc reduce the number of iteration by 10xJean Boussier
2021-12-03Add tests of string argument to Time.atNobuyoshi Nakada
2021-12-02Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn
2021-12-03[ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga
2021-12-02Compatibility with IRBschneems
2021-12-01Don't call + and < in Integer.times for !FIXNUMJeremy Evans
2021-12-01Rework tracing for blocks running as methodsAlan Wu
2021-12-02[rubygems/rubygems] Provide distinguished name which will be correctly parsed.Vít Ondruch
2021-12-01Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA
2021-11-30[rubygems/rubygems] Fix race condition when reading & writing gemspecs concur...David Rodríguez
2021-11-30[rubygems/rubygems] Revert "Remove spec file before building"David Rodríguez
2021-11-30[rubygems/rubygems] Run hooks tests on gemspecs not already installedDavid Rodríguez
2021-11-30Revert "test/socket/test_socket.rb: skip on Solaris"Naohisa Goto
2021-11-29Simplify platform check for Windows-UCRTLars Kanis
2021-11-26fix to choose correct callcacheKoichi Sasada
2021-11-25YJIT: Implement new struct accessors (#5161)John Hawthorn
2021-11-25Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu
2021-11-25Add GC.stat_size_pool to get stats for a size poolPeter Zhu
2021-11-25[ruby/win32ole] Scale timeout in win32oleNobuyoshi Nakada
2021-11-25[ruby/win32ole] Fix typos [ci skip]Nobuyoshi Nakada
2021-11-25test/ruby/test_iseq.rb: Avoid pollution of method namespaceYusuke Endoh
2021-11-24[ruby/zlib] [Bug #18358] Fix crash in zlib when in progressPeter Zhu
2021-11-24[ruby/cgi] When parsing cookies, only decode the valuesNobuyoshi Nakada
2021-11-24test/ruby/test_iseq.rb: Use __LINE__ to make the error log easy to seeYusuke Endoh
2021-11-23Add setclassvariable to yjit (#5127)Eileen M. Uchitelle
2021-11-23Add an extra failing test case for [Bug #18250]Jean Boussier
2021-11-23Add Class#subclassesJean Boussier
2021-11-23Suppress the “experimental" warnings for `IO::Buffer`Nobuyoshi Nakada
2021-11-22Avoid assert failure when NULL EC is expectedAlan Wu
2021-11-21[ruby/reline] Correct padding space calculationima1zumi