[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
Tue Sep 29 23:39:11 PDT 2009


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





--- Comment #20 from Shinichiro Hamaji <hamaji at chromium.org>  2009-09-29 23:39:11 PDT ---
(In reply to comment #19)
> Created an attachment (id=40347)
 --> (https://bugs.webkit.org/attachment.cgi?id=40347) [details]
> Patch for hrefs v1

This patch modifies opendarwin links in href attributes. Note that I also
eliminated tabs in these files. The following two files are using tabs
intentionally. I added allow-tabs properties for them.

LayoutTests/fast/css-generated-content/hover-style-change.html
LayoutTests/fast/dom/Element/class-attribute-whitespace.html

Here is the scripts I used.

% grep -l 'href="http://bugzilla.opendarwin.org' -r --include='*.html'
LayoutTests/*/* > l
% perl -i -p -e
's at href="http://bugzilla.opendarwin.org/@href="https://bugs.webkit.org/@g' `cat
l`

# This file contained whitespaces in its file name.
% perl -i -p -e
's at href="http://bugzilla.opendarwin.org/@href="https://bugs.webkit.org/@g'
LayoutTests/fast/encoding/resources/%25%u0435\ 0\ %xx%%%ulike.html

# Run pixel tests excluding resources/*.html
% ./WebKitTools/Scripts/run-webkit-tests --release -p `grep -v 'resources/' l`

# Check the list of resources/*.html and invoke test manually for them.
% grep resources l
LayoutTests/fast/events/resources/drag-outside-window-frame.html
LayoutTests/fast/history/resources/clicked-link-is-visited-2.html
% ./WebKitTools/Scripts/run-webkit-tests --release -p
LayoutTests/fast/events/drag-outside-window.html
% ./WebKitTools/Scripts/run-webkit-tests --release -p
LayoutTests/fast/history/clicked-link-is-visited.html
% ./WebKitTools/Scripts/run-webkit-tests --release -p
LayoutTests/fast/encoding/percent-escaping.html

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