Bug 107442 - [EFL][WKTR] platformRunUntil() should keep the main loop running
Summary: [EFL][WKTR] platformRunUntil() should keep the main loop running
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 106884
  Show dependency treegraph
 
Reported: 2013-01-21 05:44 PST by Chris Dumez
Modified: 2013-01-21 05:57 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2013-01-21 05:48 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-01-21 05:44:25 PST
platformRunUntil() in EFL's WebKitTestRunner currently calls sleep() in addition to ecore_main_loop_iterate(). We should keep the main loop running to avoid deadlocks such as Bug 106884.
Comment 1 Chris Dumez 2013-01-21 05:48:32 PST
Created attachment 183764 [details]
Patch
Comment 2 Chris Dumez 2013-01-21 05:57:14 PST
Committed r140327: <http://trac.webkit.org/changeset/140327>