[Webkit-unassigned] [Bug 142110] run-webkit-tests leaves new and modified files in LayoutTests/imported/w3c/web-platform-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 16:12:12 PST 2015


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

--- Comment #3 from Michael Saboff <msaboff at apple.com> ---
For SVN, I believe that you use the svn prop edit svn:ignore <path> command which pulls up an editor where you can add file name patterns, one per line, that will be ignored.

Not sure what should be ignored.  In my source tree, I ignored "*" in LayoutTests/imported/w3c/web-platform-tests, LayoutTests/imported/w3c/web-platform-tests/_certs and LayoutTests/imported/w3c/web-platform-tests/tools.

The output of svn diff LayoutTests/imported/w3c is:
Index: LayoutTests/imported/w3c/web-platform-tests
===================================================================
--- LayoutTests/imported/w3c/web-platform-tests    (revision 180791)
+++ LayoutTests/imported/w3c/web-platform-tests    (working copy)

Property changes on: LayoutTests/imported/w3c/web-platform-tests
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+*
Index: LayoutTests/imported/w3c/web-platform-tests/_certs
===================================================================
--- LayoutTests/imported/w3c/web-platform-tests/_certs    (revision 180791)
+++ LayoutTests/imported/w3c/web-platform-tests/_certs    (working copy)

Property changes on: LayoutTests/imported/w3c/web-platform-tests/_certs
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+*
Index: LayoutTests/imported/w3c/web-platform-tests/tools
===================================================================
--- LayoutTests/imported/w3c/web-platform-tests/tools    (revision 180791)
+++ LayoutTests/imported/w3c/web-platform-tests/tools    (working copy)

Property changes on: LayoutTests/imported/w3c/web-platform-tests/tools
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+*

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150228/7467252a/attachment-0002.html>


More information about the webkit-unassigned mailing list