WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 91321
REGRESSION(
r122665
): Broke Mac builds (Requested by rniwa on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=91321
Summary
REGRESSION(r122665): Broke Mac builds (Requested by rniwa on #webkit).
WebKit Review Bot
Reported
2012-07-14 03:48:56 PDT
http://trac.webkit.org/changeset/122665
broke the build: Broke Mac builds (Requested by rniwa on #webkit). This is an automatic bug report generated by the sheriff-bot. If this bug report was created because of a flaky test, please file a bug for the flaky test (if we don't already have one on file) and dup this bug against that bug so that we can track how often these flaky tests case pain. "Only you can prevent forest fires." -- Smokey the Bear
Attachments
ROLLOUT of r122665
(14.74 KB, patch)
2012-07-14 03:49 PDT
,
WebKit Review Bot
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
WebKit Review Bot
Comment 1
2012-07-14 03:49:39 PDT
Created
attachment 152419
[details]
ROLLOUT of
r122665
Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes. If you would like to land the rollout faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID where ATTACHMENT_ID is the ID of this attachment.
Ryosuke Niwa
Comment 2
2012-07-14 03:53:58 PDT
Comment on
attachment 152419
[details]
ROLLOUT of
r122665
Clearing flags on attachment: 152419 Committed
r122667
: <
http://trac.webkit.org/changeset/122667
>
Ryosuke Niwa
Comment 3
2012-07-14 03:54:03 PDT
All reviewed patches have been landed. Closing bug.
Mark Rowe (bdash)
Comment 4
2012-07-14 14:37:23 PDT
This is exactly the situation where the build should have been fixed rather than rolling the patch out. The fix is so trivial (either forward-declare _postCacheModelChangedNotification or move its definition to before the place it is used) and the build failure is specific to older versions of Xcode. Rolling out patches with trivial fixes like this seems completely unnecessary.
Ryosuke Niwa
Comment 5
2012-07-14 14:40:36 PDT
(In reply to
comment #4
)
> This is exactly the situation where the build should have been fixed rather than rolling the patch out. The fix is so trivial (either forward-declare _postCacheModelChangedNotification or move its definition to before the place it is used) and the build failure is specific to older versions of Xcode. Rolling out patches with trivial fixes like this seems completely unnecessary.
I would have done that if I had known the solution. But I didn't know, and the patch author or anyone else familiar with Obj-C wasn't present at the time. I even waited for half an hour but it was blocking my work so I had to roll it out.
Ryosuke Niwa
Comment 6
2012-07-14 14:41:40 PDT
On a somewhat related note, your
r122671
broke mac debug builds:
http://build.webkit.org/builders/Apple%20SnowLeopard%20Debug%20%28Build%29/builds/1433/steps/compile-webkit/logs/stdio
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