[Webkit-unassigned] [Bug 52872] new-run-webkit-tests fails to start HTTP server if there are proxy settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 19:50:27 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52872





--- Comment #7 from Xianzhu Wang <wangxianzhu at google.com>  2011-01-21 19:50:26 PST ---
(In reply to comment #6)
> Will DRT pick up system proxy settings?  If so, can having a proxy set cause the http layout tests to fail?
> 

A correct proxy setting should bypass localhost, and webkit can handle this correctly, so layout tests won't fail. The problem only occurs during python urllib.urlopen().

> Would it be better to just detect there is a proxy set and provide a good warning message to the user (e.g., what environment variables to set to disable when running the tests)?

Environment variables is not the only way to set proxy. Only unsetting environment variables seems not working for me. And I think disabling proxy before testing might be annoying for people who rely on proxies all the time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list