Summary: | Fix CCThreadTest.startPostAndWaitOnCondition | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Antoine Labour <piman> | ||||
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | fishd, jamesr, podivilov, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Antoine Labour
2011-10-12 15:18:40 PDT
Created attachment 110756 [details]
Patch
r97256 disabled CCThreadTest.startPostAndWaitOnCondition on linux. I'm pretty sure the cause wasn't flakiness but https://bugs.webkit.org/show_bug.cgi?id=69048 This patch fixes the breakage caused by that change. However the test was already marked as disabled on win/mac before that, so I restored to that condition. Comment on attachment 110756 [details] Patch Clearing flags on attachment: 110756 Committed r97332: <http://trac.webkit.org/changeset/97332> All reviewed patches have been landed. Closing bug. |