[Webkit-unassigned] [Bug 101327] New: [Qt][WTR] TestController::platformRunUntil should not do busy waiting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 02:41:34 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101327

           Summary: [Qt][WTR] TestController::platformRunUntil should not
                    do busy waiting
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org
                CC: hausmann at webkit.org


My problem is that WebKitTestRunner use too much CPU so it really overloads my system. I believe one reason is that the current implementation of platformRunUntil is actually busy waiting for events. Until an event triggers it is continously calling into processEvents (without the WaitForMoreEvents flag). Instead we should allow waiting for events.

-- 
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