RESOLVED FIXED45783
LayoutTest fast/dom/Geolocation/clear-watch-invalid-id-crash.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=45783
Summary LayoutTest fast/dom/Geolocation/clear-watch-invalid-id-crash.html is flaky
Steve Block
Reported 2010-09-14 14:39:18 PDT
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.
Attachments
Patch (2.41 KB, patch)
2010-09-14 14:53 PDT, Steve Block
no flags
Steve Block
Comment 1 2010-09-14 14:53:30 PDT
WebKit Commit Bot
Comment 2 2010-09-15 03:06:20 PDT
Comment on attachment 67610 [details] Patch Clearing flags on attachment: 67610 Committed r67546: <http://trac.webkit.org/changeset/67546>
WebKit Commit Bot
Comment 3 2010-09-15 03:06:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.