[Webkit-unassigned] [Bug 12140] Change remaining references in tests from bugzilla.opendarwin.org to bugs.webkit.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 08:29:28 PDT 2009


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





--- Comment #7 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2009-09-28 08:29:27 PDT ---
(In reply to comment #5)
> How about modifying all dumpAsText tests? Changing them may be harmless because
> we don't need to re-generate test results for all architectures we support.

That sounds fine.

> The following two-liners created this patch:
> 
> % grep bugzilla.opendarwin.org -r --include='*.html' LayoutTests/*/* | perl -ne
> 's/:.*//; $e=$_; $e=~s/\.html/-expected.txt/; chomp($e); print if -e $e' > l
> % perl -i -p -e 's at http://bugzilla.opendarwin.org/@http://bugs.webkit.org/@g'
> `cat l`
> 
> Note that not all test results didn't require change of test results because
> some URLs were in href attribute, which doesn't affect test results. So, I
> think we can modify such links even for non-dumpAsText tests, too. If other
> people like this idea, I'll be happy to work on it.

Yes, if it doesn't affect the pixel test results or render tree dumps, that
sounds fine.

You should also consider changing 'http://bugzilla.opendarwin.org/' to
'https://bugs.webkit.org/' while you're at it.  (It's not necessary to change
'http://bugs.webkit.org/' to 'https://bugs.webkit.org/', though, since those
links still work fine.)

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