Skip to content

Commit 523f104

Browse files
committed
Remove 'webrick' MRI test exclusion.
1 parent 0bbc839 commit 523f104

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
exclude :test_big_bodies, "needs investigation"
21
exclude :test_upstream_proxy, "needs investigation"
32
exclude :test_connect, "needs investigation"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
exclude :test_callbacks, "needs investigation"
2-
exclude :test_restart_after_stop, "needs investigation"

test/mri/excludes/TestWEBrickUtils.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
exclude :"test_nested_timeout_inner_custom_exception", "needs investigation"
2-
exclude :"test_nested_timeout_outer", "needs investigation"
3-
exclude :"test_nested_timeout_outer_custom_exception", "needs investigation"
4-
exclude :"test_no_timeout", "needs investigation"
5-
exclude :"test_timeout_custom_exception", "needs investigation"
6-
exclude :"test_timeout_default_execption", "needs investigation"
1+
exclude :test_nested_timeout_outer, "needs investigation"
2+
exclude :test_nested_timeout_inner_custom_exception, "needs investigation"
3+
exclude :test_nested_timeout_outer_custom_exception, "needs investigation"
4+
exclude :test_no_timeout, "needs investigation"
5+
exclude :test_timeout_custom_exception, "needs investigation"
76
exclude :test_timeout_default_exception, "needs investigation"

test/mri/failing.exclude

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,6 @@ test_unicode_normalize.rb
200200
test_weakref.rb
201201
testunit/test_parallel.rb # Relies on RubyVM.
202202
thread/test_sync.rb
203-
webrick/test_cgi.rb
204-
webrick/test_cookie.rb
205-
webrick/test_do_not_reverse_lookup.rb
206-
webrick/test_filehandler.rb
207-
webrick/test_htmlutils.rb
208-
webrick/test_httpproxy.rb
209-
webrick/test_httprequest.rb
210-
webrick/test_httpresponse.rb
211-
webrick/test_httpserver.rb
212-
webrick/test_httputils.rb
213-
webrick/test_httpversion.rb
214-
webrick/test_server.rb
215-
webrick/test_ssl_server.rb
216203
xmlrpc/test_client.rb # pollutes other tests
217204
xmlrpc/test_cookie.rb # undefined method `http' for NilClass
218205
xmlrpc/test_parser.rb # `const_missing': uninitialized constant Test_REXMLStreamParser::GenericParserTest

0 commit comments

Comments
 (0)