summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-07-08[ruby/open-uri] Don't use Base64 libraryHiroshi SHIBATA
2024-07-08[ruby/open-uri] Test with WindowsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Move certificates under the TestOpenURIUtilsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Load stringio with the correct filesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Removed needless class definition and variablesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Don't use URI libraryHiroshi SHIBATA
2024-07-08[ruby/open-uri] support CONNECT method for SimpleHTTPProxyHiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPSServer by TCPServer and OpenSSLHiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPProxyServer by TCPServerHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract SimpleHTTPServer and with_http to TestOpenURIUtils mo...Hiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPSServer by TCPServerHiroshi SHIBATA
2024-07-08[ruby/open-uri] Removed needless setup and teardown, tmpdir variablesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract FTP tests from test_open-uri.rbHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract HTTP Proxy tests from test_open-uri.rbHiroshi SHIBATA
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-07-05Fix flaky test_stat_heap_allPeter Zhu
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
2024-07-05[rubygems/rubygems] Use preferred add_dependency instead of add_runtime_depen...Jerome Dalbert
2024-07-04[rubygems/rubygems] Handle OpenSSL::SSL::SSLError in local https serverHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Align code styles with rubocop and others.Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Correctly handling fetcher leakHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Removed needless variableHiroshi SHIBATA
2024-07-04[rubygems/rubygems] YAML is always enabledHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Removed unused gzip codeHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and ProxyHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::S...Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Cleanup needless code from HTTP/HTTPS testsHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Split HTTP tests and HTTPS testsHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Extract tests with local HTTP/HTTPS server from TestGemRe...Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Extract tests with S3 resources from TestGemRemoteFetcherHiroshi SHIBATA
2024-07-04Fix the return value of `Integer#downto` called with a blockNobuyoshi Nakada
2024-07-03Move Array#map to RubyAaron Patterson
2024-07-03[ruby/irb] Introduce cd commandStan Lo
2024-07-03array.c: Remove outdated assertionsJean Boussier
2024-07-03[Feature #20470] Split GC into gc_impl.cPeter Zhu
2024-07-03[ruby/openssl] Add SSLSocket#readbyteGrant Gardner
2024-07-02Add regression test for mutating pack's format stringAaron Patterson
2024-07-02[ruby/fiddle] Pick ruby/ruby changes forHiroshi SHIBATA
2024-07-01[ruby/rdoc] Fix some typos (https://github.com/ruby/rdoc/pull/1129)Yudai Takada
2024-06-30[ruby/irb] Allow assigning and using local variable name conflictingtomoya ishida
2024-06-27Fix corruption of internal encoding stringPeter Zhu
2024-06-27Fix corruption of encoding name stringPeter Zhu
2024-06-26[ruby/prism] Handle block exits under modifiersKevin Newton
2024-06-26[rubygems/rubygems] Don't print warning about nil versions being discouraged ...David Rodríguez
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-06-25Move to test/.excludes-prismNobuyoshi Nakada
2024-06-25Pending `EVENT_RETURN` settracefunc tests with PrismNobuyoshi Nakada
2024-06-25[Bug #20457] Do not remove final `return` nodeNobuyoshi Nakada
2024-06-25[ruby/reline] Rerender and enter raw mode again by SIGCONTtomoya ishida
2024-06-24Handle hash and splat nodes in defined?Jeremy Evans