[Webkit-unassigned] [Bug 29100] New: REGRESSION? svn-apply exit(0) on patch failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 11:54:38 PDT 2009


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

           Summary: REGRESSION? svn-apply exit(0) on patch failure
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ddkilzer at webkit.org


REGRESSION: svn-apply exit(0) on patch failure

This is really bad, and means the commit-queue could land partial patches.  I
think I will need to stop the queue until this is fixed.

Example:
> curl --location "https://bugs.webkit.org/attachment.cgi?id=39280" | svn-apply 
patching file LayoutTests/ChangeLog
patching file LayoutTests/plugins/iframe-shims-expected.txt
patching file LayoutTests/plugins/iframe-shims.html
fatal: pathspec 'LayoutTests/plugins/resources/simple_blank.swf' did not match
any files
> echo $?
0

It's possible this is not a regression and that my fix in
http://trac.webkit.org/changeset/45153 was incomplete.

It's also possible this is a regression from
http://trac.webkit.org/changeset/48027.

Will investigate.

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