Bug 29179 - Geolocation LayoutTests should use an HTML template
Summary: Geolocation LayoutTests should use an HTML template
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Steve Block
URL:
Keywords:
Depends on:
Blocks: 27944 28276
  Show dependency treegraph
 
Reported: 2009-09-11 04:55 PDT by Steve Block
Modified: 2009-09-30 01:56 PDT (History)
3 users (show)

See Also:


Attachments
Patch 1 for bug 29179 (24.25 KB, patch)
2009-09-29 08:16 PDT, Steve Block
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2009-09-11 04:55:35 PDT
Currently, most Geolocation LayoutTests use custom HTML wrappers. This is because the standard JS test HTML template includes js-test-post.js, which assumes that the test is synchronous, whereas most Geolocation tests are asynchronous.

We should use an HTML template for all Geolocation tests, setting a flag from JS to indicate when the test is asynchronous.
Comment 1 Steve Block 2009-09-29 08:16:49 PDT
Created attachment 40303 [details]
Patch 1 for bug 29179
Comment 2 Eric Seidel (no email) 2009-09-29 12:18:50 PDT
Comment on attachment 40303 [details]
Patch 1 for bug 29179

I think this looks OK. I think it would also be OK to add something like this to the main js-test-post file.

We'd talked about wrapping js-test-post's logic in a function (like finishTest()) and then js-test-post detecting that waitUntilDone() was set (might require adding API to layoutTestController) or using an explicit waitUntilDone() global call which called layoutTestController and also set an isAsynchronous = true flag, and then tests which were async needing to call a specific "notifyDone()" global call which would both call finishTest() and layoutTEstController.notifyDone().
Comment 3 WebKit Commit Bot 2009-09-30 01:55:58 PDT
Comment on attachment 40303 [details]
Patch 1 for bug 29179

Clearing flags on attachment: 40303

Committed r48924: <http://trac.webkit.org/changeset/48924>
Comment 4 WebKit Commit Bot 2009-09-30 01:56:03 PDT
All reviewed patches have been landed.  Closing bug.