[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
Tue Sep 28 10:50:54 PDT 2010


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





--- Comment #1 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-09-28 10:50:54 PST ---
On possibility would be to create *.in copies of all the files that need to be changed, then replace "127.0.0.1" and "localhost" with unique tokens.  Then when the script is run, it takes an IP address and a hostname as arguments, then copies the *.in files to their counterparts while replacing the unique tokens.

This makes it possible to modify all of the tests in your local working directory at once, but also revert them easily for running layout tests via DumpRenderTree.  (The *.in files should also be ignored by run-webkit-tests.)

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