RESOLVED WONTFIX 94512
OffscreenTabKeyboardEvents failing in chromium.webkit Linux Tests - browser_tests
https://bugs.webkit.org/show_bug.cgi?id=94512
Summary OffscreenTabKeyboardEvents failing in chromium.webkit Linux Tests - browser_t...
epoger
Reported 2012-08-20 12:08:40 PDT
Starting with http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests/builds/23265 , browser_tests has been failing in http://build.chromium.org/p/chromium.webkit/waterfall?show=Linux%20Tests (specific test that is consistently failing: OffscreenTabKeyboardEvents ) OffscreenTabsApiTest.OffscreenTabKeyboardEvents: [6:7:3564619352:ERROR:ipc_sync_channel.cc(378)] Canceling pending sends [10:10:3564698129:ERROR:request_sender.cc(132)] Could not find specified request id: 1 [21152:21152:0820/091738:3564731641:INFO:CONSOLE(97)] "[SUCCESS] init", source: apitest (97) Killed (timed out). Here are the revisions in the blamelist: webkit rev 126025-126030 chromium rev 152318-152324 Here are the changes that seem potentially related: http://trac.webkit.org/changeset/126026 (allan.jensen@nokia.com) http://trac.webkit.org/changeset/126030 (carlosgc@webkit.org) I don't see corresponding failures in https://chromium-build.appspot.com/p/chromium/console , so I suspect the culprit is indeed a webkit change.
Attachments
epoger
Comment 1 2012-08-20 12:27:56 PDT
Allan/Carlos- please take a look and see if you think your CL might be responsible. I'm one of the webkit gardeners today (kbr is the other). I have to take off soon; if this is not resolved by tomorrow morning, perhaps I will update my local Chrome tree (building against ToT webkit) and see if disabling one of the changes fixes the problem. In the meanwhile, kbr says he will probably disable the test on the chromium side.
Martin Robinson
Comment 2 2012-08-20 12:51:27 PDT
(In reply to comment #1) > Allan/Carlos- please take a look and see if you think your CL might be responsible. It's almost certainly not 126030 as that should only affect the WebKit2 port of WebKitGTK+.
Kenneth Russell
Comment 3 2012-08-20 16:08:58 PDT
Note: http://trac.webkit.org/changeset/126026 was rolled out because it was causing assertion failures in one of the layout tests. It isn't yet known whether that will clear up the browser_tests failure; the most recent Linux Tests build, http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests/builds/23270 , hasn't caught up to the rollout yet.
Kenneth Russell
Comment 4 2012-08-20 17:14:05 PDT
Kenneth Russell
Comment 5 2012-08-20 17:16:49 PDT
Note: I reproduced the OffscreenTabsApiTest.OffscreenTabKeyboardEvents timeout locally with a build including my rollout of http://trac.webkit.org/changeset/126026 , so that isn't it. Unfortunately, the offscreen tabs code is currently unmaintained, so I am going to disable the test for the time being.
Carlos Garcia Campos
Comment 6 2012-08-20 23:54:11 PDT
My commit only affects the WebKit2 GTK+ API, so it's very unlikely it can break any layout test.
epoger
Comment 7 2012-08-21 10:54:06 PDT
Update: The test stopped failing as of http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests/builds/23272 I don't know what caused it to stop failing...
Kenneth Russell
Comment 8 2012-08-21 11:01:17 PDT
I disabled the test in http://src.chromium.org/viewvc/chrome?view=rev&revision=152493 , but the build you point to was before that one. Don't know why it was failing fairly consistently.
Stephen Chenney
Comment 9 2013-04-09 17:06:56 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.
Note You need to log in before you can comment on or make changes to this bug.