Bug 151669 - REGRESSION(r192812): This change seems to have broken the iOS builds (Requested by ryanhaddad on #webkit).
Summary: REGRESSION(r192812): This change seems to have broken the iOS builds (Request...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords:
Depends on:
Blocks: 151010
  Show dependency treegraph
 
Reported: 2015-11-30 12:34 PST by WebKit Commit Bot
Modified: 2015-11-30 12:45 PST (History)
2 users (show)

See Also:


Attachments
ROLLOUT of r192812 (48.74 KB, patch)
2015-11-30 12:35 PST, WebKit Commit 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 Commit Bot 2015-11-30 12:34:53 PST
http://trac.webkit.org/changeset/192812 broke the build:
This change seems to have broken the iOS builds (Requested by ryanhaddad on #webkit).

This is an automatic bug report generated by webkitbot. 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 fail.
Comment 1 WebKit Commit Bot 2015-11-30 12:35:22 PST
Created attachment 266259 [details]
ROLLOUT of r192812

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 Filip Pizlo 2015-11-30 12:42:31 PST
Looks like I accidentally committed the FTL_USES_B3 change to DFGCommon.h.  Just running that part out will fix the issue.
Comment 3 Filip Pizlo 2015-11-30 12:43:14 PST
Comment on attachment 266259 [details]
ROLLOUT of r192812

Landing a fix.
Comment 4 Filip Pizlo 2015-11-30 12:45:31 PST
Landed a fix in http://trac.webkit.org/changeset/192815.