Re: Issue 56033 in chromium: GeolocationBrowserTest.CancelPermissionForFrame is hanging

37 views
Skip to first unread message

chro...@googlecode.com

unread,
Oct 25, 2010, 6:36:11 AM10/25/10
to chromi...@chromium.org
Updates:
Summary: GeolocationBrowserTest.CancelPermissionForFrame is hanging

Comment #6 on issue 56033 by jo...@chromium.org:
GeolocationBrowserTest.CancelPermissionForFrame is hanging
http://code.google.com/p/chromium/issues/detail?id=56033

It seems not too fail, but sometimes hangs. Look in
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=CancelPermissionForFrame&testType=browser_tests

e.g.
http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests%20(dbg)(4)/builds/12988/steps/browser_tests/logs/stdio
Note: Google Test filter =
GeolocationBrowserTest.FLAKY_CancelPermissionForFrame
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from GeolocationBrowserTest
[ RUN ] GeolocationBrowserTest.FLAKY_CancelPermissionForFrame
[4624:3752:1018/221558:3075245796:ERROR:external_registry_extension_provider_win.cc(70)]
Missing
value path for key
Software\Google\Chrome\Extensions\jfmjfhklogoienhpfnppmbcbjfjnkonk
[4624:2328:1018/221558:3075245796:INFO:install_util.cc(74)] No existing
Chrome install found.
[4624:1276:1018/221558:3075245796:ERROR:network_change_notifier_win.cc(97)]
WSALookupServiceBegin failed with: 1816
[4624:2328:1018/221559:3075246640:WARNING:geolocation_browsertest.cc(225)]
before navigate
[4624:1276:1018/221559:3075246718:INFO:chrome_plugin_lib.cc(201)]
ChromePluginLib::CP_Initialize(C:\b\slave\chromium-dbg-vista-tests-4\build\src\build\Debug\gears.dll):
initialized=0
[4624:1276:1018/221559:3075246718:INFO:chrome_plugin_lib.cc(222)]
ChromePluginLib::CP_Initialize(C:\b\slave\chromium-dbg-vista-tests-4\build\src\build\Debug\gears.dll):
initialized=1): result=0
[4624:2328:1018/221601:3075248437:WARNING:geolocation_browsertest.cc(247)]
after navigate
[4624:2328:1018/221601:3075248437:WARNING:geolocation_browsertest.cc(522)]
frames loaded
[4624:2328:1018/221601:3075248437:WARNING:geolocation_browsertest.cc(127)]
will add geolocation watch
[4624:1276:1018/221601:3075248453:INFO:geolocation_dispatcher_host.cc(170)]
`anonymous-namespace'::GeolocationDispatcherHostImpl::OnStartUpdating 2:1:1
[4624:2328:1018/221601:3075248453:WARNING:geolocation_browsertest.cc(155)]
javascript_response 1
[4624:2328:1018/221601:3075248453:WARNING:geolocation_browsertest.cc(135)]
got geolocation watch1
[4624:2328:1018/221601:3075248453:WARNING:geolocation_browsertest.cc(297)]
will set infobar response
[4624:2328:1018/221601:3075248453:WARNING:geolocation_browsertest.cc(316)]
will block for navigation
[4624:2328:1018/221601:3075248515:WARNING:geolocation_browsertest.cc(320)]
navigated
[4624:2328:1018/221601:3075248515:WARNING:geolocation_browsertest.cc(304)]
infobar response set
[4624:2328:1018/221601:3075248546:WARNING:geolocation_browsertest.cc(127)]
will add geolocation watch
[4624:1276:1018/221601:3075248546:INFO:geolocation_dispatcher_host.cc(170)]
`anonymous-namespace'::GeolocationDispatcherHostImpl::OnStartUpdating 2:1:2
[4624:2328:1018/221601:3075248562:WARNING:geolocation_browsertest.cc(155)]
javascript_response 2
[4624:1276:1018/221601:3075248562:INFO:geolocation_dispatcher_host.cc(146)]
`anonymous-namespace'::GeolocationDispatcherHostImpl::OnRequestPermission
2:1:2
[4624:2328:1018/221601:3075248578:WARNING:geolocation_browsertest.cc(135)]
got geolocation watch2
[4624:1276:1018/221605:3075252796:ERROR:network_change_notifier_win.cc(97)]
WSALookupServiceBegin failed with: 1816
[4624:1276:1018/221605:3075252796:ERROR:network_change_notifier_win.cc(97)]
WSALookupServiceBegin failed with: 1816
[4624:1276:1018/221605:3075252796:ERROR:network_change_notifier_win.cc(97)]
WSALookupServiceBegin failed with: 1816
[1018/221618:ERROR:out_of_proc_test_runner.cc(135)] Test timeout (20000 ms)
exceeded for GeolocationBrowserTest.FLAKY_CancelPermissionForFrame

http://build.chromium.org/buildbot/waterfall/builders/Linux%20Builder%20(ChromiumOS)/builds/12189/steps/browser_tests/logs/stdio

[1016/181126:ERROR:chrome/test/test_launcher/out_of_proc_test_runner.cc(135)]
Test
timeout (20000 ms) exceeded for
GeolocationBrowserTest.FLAKY_CancelPermissionForFrame


chro...@googlecode.com

unread,
Dec 6, 2012, 5:00:09 PM12/6/12
to chromi...@chromium.org

Comment #9 on issue 56033 by bugdro...@chromium.org:
GeolocationBrowserTest.CancelPermissionForFrame is hanging
http://code.google.com/p/chromium/issues/detail?id=56033#c9

The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=171523

------------------------------------------------------------------------
r171523 | jkno...@chromium.org | 2012-12-06T17:39:41.969355Z

Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/geolocation/geolocation_browsertest.cc?r1=171523&r2=171522&pathrev=171523

Reenable GeolocationBrowserTest.CancelPermissionForFrame

There have been several changes in infobar related code since this
test was disabled. Reenable to see if it is still flaky.

TEST=GeolocationBrowserTest.CancelPermissionForFrame
BUG=56033


Review URL: https://chromiumcodereview.appspot.com/11444007
------------------------------------------------------------------------

chro...@googlecode.com

unread,
Aug 1, 2013, 9:36:00 AM8/1/13
to chromi...@chromium.org
Updates:
Labels: Hotlist-GoodFirstBug

Comment #11 on issue 56033 by bul...@chromium.org:
GeolocationBrowserTest.CancelPermissionForFrame is hanging
http://code.google.com/p/chromium/issues/detail?id=56033

(No comment was entered for this change.)

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

chro...@googlecode.com

unread,
Aug 2, 2013, 12:14:08 AM8/2/13
to chromi...@chromium.org
Updates:
Status: Duplicate
Mergedinto: 176291

Comment #12 on issue 56033 by j...@chromium.org:
GeolocationBrowserTest.CancelPermissionForFrame is hanging
http://code.google.com/p/chromium/issues/detail?id=56033

Looks like this was enabled and disabled again - merging into
https://code.google.com/p/chromium/issues/detail?id=176291
Reply all
Reply to author
Forward
0 new messages