[Webkit-unassigned] [Bug 45783] New: LayoutTest fast/dom/Geolocation/clear-watch-invalid-id-crash.html is flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 14 14:39:18 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45783
Summary: LayoutTest
fast/dom/Geolocation/clear-watch-invalid-id-crash.html
is flaky
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: steveblock at google.com
Fix LayoutTest fast/dom/Geolocation/clear-watch-invalid-id-crash.html contains a race condition so is flaky.
This test synchronously navigates the page to a new URL from its main script file. This navigation causes WebView.onPageFinished() to be called for the test page. The problem is that this may occur before js-test-post.js, which is included by the test and calls layoutTestController.waitUntilDone(), is loaded and parsed. As a result, the test is incorrectly deemed to have finished as soon as the navigation is started and the output will therefore be incorrect.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list