RESOLVED FIXED 6197
Would like to use locally installed Apache for testing
https://bugs.webkit.org/show_bug.cgi?id=6197
Summary Would like to use locally installed Apache for testing
Alexey Proskuryakov
Reported 2005-12-22 07:01:11 PST
One needs an HTTP server to test some aspects of WebKit behavir (e.g. XmlHttpRequest or incremental loading). Perhaps, run-webkit-tests could temporary launch Apache, making it only listen on the loopback interface.
Attachments
proposed patch (80.05 KB, patch)
2006-02-19 09:49 PST, Alexey Proskuryakov
no flags
proposed patch (84.30 KB, patch)
2006-02-20 22:04 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2006-02-19 09:49:57 PST
Created attachment 6609 [details] proposed patch
Maciej Stachowiak
Comment 2 2006-02-20 00:41:26 PST
Wow, this sounds great!
Alexey Proskuryakov
Comment 3 2006-02-20 22:04:33 PST
Created attachment 6634 [details] proposed patch Added a test for bug 7392; fixed a mistake with handling new tests that I made in run-webkit-tests.
Darin Adler
Comment 4 2006-02-21 07:58:08 PST
Comment on attachment 6634 [details] proposed patch OK, looks good. r=me Does this slow down layout tests much?
Alexey Proskuryakov
Comment 5 2006-02-21 09:09:41 PST
(In reply to comment #4) $ time run-webkit-tests http ... real 0m7.829s user 0m1.113s sys 0m0.496s (which of course includes checking the dependencies for DumpRenderTree and other projects)
Note You need to log in before you can comment on or make changes to this bug.