RESOLVED FIXED 120252
REGRESSION(r154545): Broke WebKit2 API tests (Requested by andersca on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=120252
Summary REGRESSION(r154545): Broke WebKit2 API tests (Requested by andersca on #webkit).
WebKit Commit Bot
Reported 2013-08-24 12:58:28 PDT
http://trac.webkit.org/changeset/154545 broke the build: Broke WebKit2 API tests (Requested by andersca 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 r154545 (29.16 KB, patch)
2013-08-24 12:58 PDT, WebKit Commit Bot
no flags
WebKit Commit Bot
Comment 1 2013-08-24 12:58:51 PDT
Created attachment 209552 [details] ROLLOUT of r154545 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.
WebKit Commit Bot
Comment 2 2013-08-24 13:03:07 PDT
Comment on attachment 209552 [details] ROLLOUT of r154545 Clearing flags on attachment: 209552 Committed r154551: <http://trac.webkit.org/changeset/154551>
WebKit Commit Bot
Comment 3 2013-08-24 13:03:10 PDT
All reviewed patches have been landed. Closing bug.
Carlos Garcia Campos
Comment 5 2013-08-25 01:34:12 PDT
I'm very surprised that r154545 affects C API unit tests, because this code is GTK+ specific and only runs from a WebExtension, and no extension is loaded when running C API tests.
Carlos Garcia Campos
Comment 6 2013-08-25 01:36:23 PDT
(In reply to comment #4) > I'm seeing unit test regressions in debug AppleMac builds, but due to r154540, not 154545. Could you please double-check? > > http://build.webkit.org/builders/Apple%20Lion%20Debug%20WK1%20%28Tests%29?numbuilds=25 > http://build.webkit.org/builders/Apple%20Lion%20Debug%20WK2%20%28Tests%29?numbuilds=25 > http://build.webkit.org/builders/Apple%20MountainLion%20Debug%20WK1%20%28Tests%29?numbuilds=25 > http://build.webkit.org/builders/Apple%20MountainLion%20Debug%20WK2%20%28Tests%29?numbuilds=25 hmm, r154540 does affect the C API, it only adds a new callback to the page loader client, though. In any case, r154545 depends on r154540, so both would need to be rolled out in case the regression is actually caused by r154540.
Carlos Garcia Campos
Comment 7 2013-08-25 02:15:41 PDT
It seems to me that the offsets used in APIClientTraits<WKBundlePageLoaderClient> are wrong, and I also added the wrong offset too in r154540
Carlos Garcia Campos
Comment 8 2013-08-25 02:24:24 PDT
Note You need to log in before you can comment on or make changes to this bug.