Bug 137135 - Get rid of Retry status in webkit-queues
Summary: Get rid of Retry status in webkit-queues
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-25 17:15 PDT by Alexey Proskuryakov
Modified: 2014-09-26 10:12 PDT (History)
3 users (show)

See Also:


Attachments
proposed patch (11.04 KB, patch)
2014-09-25 17:22 PDT, Alexey Proskuryakov
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-09-25 17:15:22 PDT
Only the commit queue uses the Retry status, other queues simply release the lock once done with a cycle.

The special handling for Retry is confusing and unnecessary. Also, we don't even count retries for anything but commit queue currently, which is no good.
Comment 1 Alexey Proskuryakov 2014-09-25 17:22:50 PDT
Created attachment 238686 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-09-26 10:12:04 PDT
Committed <http://trac.webkit.org/r174009>.