Bug 120655 - The test inspector/geolocation-success.html is unreliable
Summary: The test inspector/geolocation-success.html is unreliable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 16:21 PDT by Benjamin Poulain
Modified: 2013-09-03 16:56 PDT (History)
0 users

See Also:


Attachments
Patch (3.08 KB, patch)
2013-09-03 16:24 PDT, Benjamin Poulain
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2013-09-03 16:21:30 PDT
The test inspector/geolocation-success.html is unreliable
Comment 1 Benjamin Poulain 2013-09-03 16:24:18 PDT
Created attachment 210417 [details]
Patch
Comment 2 Alexey Proskuryakov 2013-09-03 16:29:53 PDT
Comment on attachment 210417 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=210417&action=review

> LayoutTests/inspector/geolocation-success.html:35
> +        testRunner.evaluateInWebInspector(callID, webInspectorCallbackString);
> +        ++callID;

Can 0 be passed as call id? It doesn't look like it's used for anything, unless that is really well hidden.
Comment 3 Benjamin Poulain 2013-09-03 16:56:48 PDT
Committed r155009: <http://trac.webkit.org/changeset/155009>