summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-07-18[rubygems/rubygems] Fix unused variable warning when running RubyGems testsDavid Rodríguez
2024-07-18Refactor RUBY_DESCRIPTION assertions in test_rubyoptionsKevin Newton
2024-07-18[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loadingtomoya ishida
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Remove unnecessary Windows test skipDavid Rodríguez
2024-07-18Require space between hash/content in ATX heading (#1140)Hartley McGuire
2024-07-17[ruby/prism] Have parse_stream handle NUL bytesKevin Newton
2024-07-17Revert pending `EVENT_RETURN` testsNobuyoshi Nakada
2024-07-17[Bug #20457] [Prism] Remove redundant return flagNobuyoshi Nakada
2024-07-17[rubygems/rubygems] Applied rubocopHiroshi SHIBATA
2024-07-17Report a TracePoint log when the TracePoint tests failYusuke Endoh
2024-07-17Removed needless block argumentsHiroshi SHIBATA
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
2024-07-17Close leaked TCPServer socketHiroshi SHIBATA
2024-07-17Close leaked SSLServer socketHiroshi SHIBATA
2024-07-17Fixed fd leak from TCPServerHiroshi SHIBATA
2024-07-16[PRISM] Omit two more ast tests that will not work without RubyVM::AstKevin Newton
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-16Add MatchData#bytebegin and MatchData#byteendShugo Maeda
2024-07-15[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-15[ruby/prism] Fix up implicit flagsKevin Newton
2024-07-12[ruby/prism] When parsing an invalid write, still add to the local tableKevin Newton
2024-07-12Rename full_mark -> rgengc_allow_full_markMatt Valentine-House
2024-07-12Provide GC.config to disable major GC collectionsMatt Valentine-House
2024-07-12[ruby/reline] Fix rendering bug of nomultiline prompttomoya ishida
2024-07-12[ruby/error_highlight] Make test_COLON2_5 conditional againYusuke Endoh
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-07-12Use fixture certificates to fix test failure with RHEL9.Hiroshi SHIBATA
2024-07-11[PRISM] Use node ids for error highlightKevin Newton
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Move Node#type and Node::type documentationKevin Newton
2024-07-11[ruby/prism] Add Node#breadth_first_searchKevin Newton
2024-07-11[ruby/prism] Expose common flags in inspect outputKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-07-11[ruby/prism] Reconfigure error testsKevin Newton
2024-07-11[ruby/logger] Add reraise_write_errors keyword argument to Logger and LogDeviceJeremy Evans
2024-07-11IBM864 single-byte transcoding (#10518)Jeremy Daer
2024-07-11Enumerable#all?: Stop optimizing when a given block is not optimizableYusuke Endoh
2024-07-11[rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev
2024-07-11[ruby/net-http] implement talking SSL to the proxy tooEvgeni Golov
2024-07-11[ruby/net-http] Add ability to configure default settings for new connectionsfatkodima
2024-07-11[ruby/net-http] test_https.rb - fix test_session_reuse_but_expireMSP-Greg
2024-07-10Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...Jeremy Evans
2024-07-10* append newline at EOF. [ci skip]git
2024-07-10[ruby/net-http] Commented out unfinished chunked testHiroshi SHIBATA
2024-07-10[ruby/net-http] Removed needless warningHiroshi SHIBATA
2024-07-10[ruby/net-http] Split POST test because new dummy server can't handle continu...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Write log after server start, not handling requestHiroshi SHIBATA