WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 107724
Bug 107862
[check-webkit-style] SVN auto-props failure on EWS bots
https://bugs.webkit.org/show_bug.cgi?id=107862
Summary
[check-webkit-style] SVN auto-props failure on EWS bots
Florin Malita
Reported
2013-01-24 14:05:09 PST
https://bugs.webkit.org/show_bug.cgi?id=107712
check-webkit-style fails the SVN auto-props test on EWS for this patch:
https://bug-107712-attachments.webkit.org/attachment.cgi?id=184568
Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast/gradients/linear-tiled-gradients.html', u'LayoutTests/platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png', u'LayoutTests/platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png', u'LayoutTests/platform/chromium-linux/fast/gradients/border-image-gradient-expected.png', u'LayoutTests/platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png', u'LayoutTests/platform/chromium-linux/fast/gradients/linear-tiled-gradients-expected.png', u'LayoutTests/platform/chromium-linux/fast/gradients/linear-tiled-gradients-expected.txt', u'LayoutTests/platform/chromium-linux/fast/gradients/simple-gradients-expected.png', u'LayoutTests/platform/chromium/TestExpectations', u'LayoutTests/platform/efl/TestExpectations', u'LayoutTests/platform/gtk/TestExpectations', u'LayoutTests/platform/mac/TestExpectations', u'LayoutTests/platform/qt/TestExpectations', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/graphics/Generator.h', u'Source/WebCore/platform/graphics/GeneratorGeneratedImage.cpp', u'Source/WebCore/platform/graphics/GeneratorGeneratedImage.h', u'Source/WebCore/platform/graphics/Gradient.cpp', u'Source/WebCore/platform/graphics/Gradient.h', u'Source/WebCore/platform/graphics/skia/GradientSkia.cpp']" exit_code: 1 LayoutTests/platform/chromium-linux/fast/gradients/simple-gradients-expected.png:0: Have to enable auto props in the subversion config file (/home/alancutter/.subversion/config "enable-auto-props = yes"). Have to set the svn:mime-type in the subversion config file (/home/alancutter/.subversion/config "*.png = svn:mime-type=image/png"). [image/png] [5] Total errors found: 1 in 16 files The patch contains changes to several .png files but only one appears to trigger the error. The only thing standing out about this particular file is its git binary patch format: while all other .png diff chunks are using git binary literals, this one is using deltas. Since the tool is checking the local configuration, I'm guessing this is either a bot misconfiguration (which seems unlikely since them bots must be processing lots of png patches), or a check-webkit-style bug.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2013-01-24 22:28:36 PST
*** This bug has been marked as a duplicate of
bug 107724
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug