Bug 102417 - REGRESSION(r134800): This patch broke chromium port (Requested by jianli on #webkit).
Summary: REGRESSION(r134800): This patch broke chromium port (Requested by jianli on #...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 102382
  Show dependency treegraph
 
Reported: 2012-11-15 11:47 PST by WebKit Review Bot
Modified: 2012-11-16 01:39 PST (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r134800 (34.11 KB, patch)
2012-11-15 11:48 PST, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-11-15 11:47:28 PST
http://trac.webkit.org/changeset/134800 broke the build:
This patch broke chromium port (Requested by jianli 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
Comment 1 WebKit Review Bot 2012-11-15 11:48:14 PST
Created attachment 174494 [details]
ROLLOUT of r134800

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.
Comment 2 Jian Li 2012-11-15 11:51:55 PST
FYI, here is the bot output:
http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/31230/steps/compile/logs/stdio

It seems that you need to figure out how to land 2-side changes correctly.
Comment 3 WebKit Review Bot 2012-11-15 12:00:31 PST
Comment on attachment 174494 [details]
ROLLOUT of r134800

Clearing flags on attachment: 174494

Committed r134810: <http://trac.webkit.org/changeset/134810>
Comment 4 WebKit Review Bot 2012-11-15 12:00:35 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Tommy Widenflycht 2012-11-16 01:39:12 PST
(In reply to comment #2)
> FYI, here is the bot output:
> http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/31230/steps/compile/logs/stdio
> 
> It seems that you need to figure out how to land 2-side changes correctly.

I know how to do that, what I don't know how to do it seems is to build everything locally. I was completely unaware that someone had overridden WebRTCPeerConnectionHandlerClient in a mock but I have now updated my build script to build the relavant unit test targets as well.

Sorry for wasting your time!