ruby/test/webrick
Jeremy Evans 4b9869e7e0 Update String#crypt tests to work on OpenBSD
Skip the webrick httpauth tests that use crypt when testing on
OpenBSD.

Fixes [Bug #11363]
2019-06-01 10:50:06 -07:00
..
.htaccess
test_cgi.rb webrick: filter out HTTP_PROXY for CGIHandler 2016-07-22 16:43:12 +00:00
test_config.rb Delay Utils.getservername until needed. 2016-12-07 12:59:48 +00:00
test_cookie.rb * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] 2016-09-27 03:17:47 +00:00
test_do_not_reverse_lookup.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_filehandler.rb Use binread because webrick also uses binread 2018-10-05 10:36:24 +00:00
test_htgroup.rb Add missing test for WEBrick::HTTPAuth::Htgroup. 2018-08-07 12:56:48 +00:00
test_htmlutils.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_httpauth.rb Update String#crypt tests to work on OpenBSD 2019-06-01 10:50:06 -07:00
test_httpproxy.rb webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1a 2018-12-03 04:51:08 +00:00
test_httprequest.rb Use binread because webrick also uses binread 2018-10-05 10:36:24 +00:00
test_httpresponse.rb Ignore warnings about ambiguous first argument of regexp with assert match. 2019-06-01 14:44:24 +03:00
test_https.rb webrick: fix SNI support 2017-07-18 01:59:28 +00:00
test_httpserver.rb Added to check MJIT constant for the Ruby 2.3-2.5. 2019-03-11 10:09:48 +00:00
test_httputils.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_httpversion.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_server.rb Added to check MJIT constant for the Ruby 2.3-2.5. 2019-03-11 10:09:48 +00:00
test_ssl_server.rb webrick: do not hang acceptor on slow TLS connections 2017-10-12 18:50:07 +00:00
test_utils.rb webrick/test_utils.rb: loosen timeout severity 2018-12-28 14:18:05 +00:00
utils.rb Import gemspec 2017-04-25 09:23:04 +00:00
webrick.cgi webrick: filter out HTTP_PROXY for CGIHandler 2016-07-22 16:43:12 +00:00
webrick.rhtml webrick: add test for WEBrick::HTTPServlet::ERBHandler 2017-12-22 01:07:50 +00:00
webrick_long_filename.cgi