[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 06:41:27 PDT 2009


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hamaji at chromium.org




--- Comment #5 from Shinichiro Hamaji <hamaji at chromium.org>  2009-09-28 06:41:25 PDT ---
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.

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.

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