RESOLVED FIXED 31662
Don't run websocket tests when run-webkit-tests --no-http
https://bugs.webkit.org/show_bug.cgi?id=31662
Summary Don't run websocket tests when run-webkit-tests --no-http
Fumitoshi Ukai
Reported 2009-11-19 00:11:30 PST
If run-webkit-tests --no-http, it should also disable websocket tests. cf. https://bugs.webkit.org/show_bug.cgi?id=31425 file:// documents should not be able to open WebSocket connections
Attachments
Ignore websocket tests when --no-http is specified. (821 bytes, patch)
2009-11-19 00:16 PST, Fumitoshi Ukai
eric: review+
Fumitoshi Ukai
Comment 1 2009-11-19 00:16:11 PST
Created attachment 43491 [details] Ignore websocket tests when --no-http is specified.
Eric Seidel (no email)
Comment 2 2009-11-19 01:05:37 PST
Comment on attachment 43491 [details] Ignore websocket tests when --no-http is specified. LGTM.
Fumitoshi Ukai
Comment 3 2009-11-19 02:42:49 PST
Alexey Proskuryakov
Comment 4 2009-11-19 09:49:30 PST
If we make the http option affect websocket tests (which is not necessarily the right thing to do IMO), then we should update run-webkit-tests help output: --[no-]http Run (or do not run) http tests (default: run)
Fumitoshi Ukai
Comment 5 2009-11-19 18:49:20 PST
(In reply to comment #4) > If we make the http option affect websocket tests (which is not necessarily the > right thing to do IMO), then we should update run-webkit-tests help output: > > --[no-]http Run (or do not run) http tests (default: run) Sorry. is it ok to update help output only, or better to add new flag for -[no-]websocket, instead of ignoring websocket by --no-http?
Note You need to log in before you can comment on or make changes to this bug.