[Webkit-unassigned] [Bug 78684] Layout issue with fieldset legend element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 08:18:31 PST 2012


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





--- Comment #30 from SravanKumar S <ssandela at innominds.com>  2012-02-27 08:18:31 PST ---
Hi,

i found that when we run 'svn-create-patch', this script executes svn diff on the png file in one of the iterations. When i tried to do the same exclusively from cygwin command line and normal command prompt,
i.e,
svn diff --diff-cmd diff LayoutTests/platform/win/fast/forms/fieldset-legend-
padding-unclipped-fieldset-border-expected.png

i see that following as the footer
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png

And on chasing .Tools/Scripts/svn-apply i found that script is actually dying because it does'nt get propertyValue(from VCSUtils.pm file), as the condition in while loop is not getting satisisfied (while (defined($_) && /$svnPropertyValueStartRegEx/) {). It is expecting any one of /^   (\+|-|Merged|Reverse-merged) ([^\r\n]+)/  But $_ is ## -0,0 +1 ##.

But since this is a new file it will never be Merged or Reverse-merged, and i dont see any + or - with mime-type:image/png .

Hence my patch will never go through style bots, and i am sorry for uploading so many failing patches.

I just want to know if my cygwin settings are wrong? or svn configuration settings are wrong? or do i have to leave this and find an alternate method to upload the patch?.

Please kindly let me know what else can be done to upload the patch.

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