[Webkit-unassigned] [Bug 46736] Script to modify http (and websocket) tests to work on ethernet interfaces other than 127.0.0.1/localhost

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 02:38:32 PDT 2010


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





--- Comment #3 from Andrei Popescu <andreip at google.com>  2010-09-30 02:38:32 PST ---
Thanks for copying us on this bug. The way we got around this problem on Android was by using port forwarding on the device. 127.0.0.1:SomePortNumber can be configured to forward to any port on the host machine (attached to the device via USB).

However, we do have a related problem where a few layout tests assume that they were loaded from a local file (one example is dom/html/level2/html/HTMLDocument03.js, where the domain is assumed to be the empty string). As we load all tests via HTTP, these tests fail.

-- 
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