[Webkit-unassigned] [Bug 29684] svn-apply fails when a patch has an empty file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 26 08:24:41 PDT 2018


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

--- Comment #3 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
The patch from Eric Carlson in Bug 29623 is an svn patch:

Index: LayoutTests/media/content/empty.oga
===================================================================
Index: LayoutTests/media/content/garbage.ogv
===================================================================
--- LayoutTests/media/content/garbage.ogv       (revision 0)
+++ LayoutTests/media/content/garbage.ogv       (revision 0)
@@ -0,0 +1 @@
+moov This is garbage!

And the patch from Daniel Bates in Bug 59930 is a git patch:

diff --git a/LayoutTests/fast/dom/resources/articles.m4a b/LayoutTests/fast/dom/resources/articles.m4a
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index f290aa5db48fed46100d6a042b543f36c6ac307e..4862e52a7d562dd43dc3be049343d679ce274fe9 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -1101,7 +1101,6 @@ BUGCR10350 LINUX : fast/replaced/width100percent-radio.html = FAIL

 // These tests are marked as failing on Linux because they depend on QuickTime.
 // See the bug for more discussion.
-BUGCR15797 LINUX : fast/dom/object-embed-plugin-scripting.html = FAIL
 BUGCR15797 LINUX : plugins/embed-attributes-setting.html = FAIL CRASH

 // Skip because we throw an exception before we get to dumpAsText.

I think later versions of svn have probably changed to call out the deleted file, so I'm going to use this to fix the git variant.  If the svn variant still happens, we can file a new bug.

-- 
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/20180526/4f176092/attachment.html>


More information about the webkit-unassigned mailing list