Searched refs:is_rollout (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dfeeders_unittest.py53 def _mock_attachment(self, is_rollout, attach_date):
55 attachment.is_rollout = lambda: is_rollout
62 attachment1 = self._mock_attachment(is_rollout=False, attach_date=recent_date)
63 attachment2 = self._mock_attachment(is_rollout=False, attach_date=long_ago_date)
64 attachment3 = self._mock_attachment(is_rollout=True, attach_date=recent_date)
65 attachment4 = self._mock_attachment(is_rollout=True, attach_date=long_ago_date)
H A Dfeeders.py76 # Sort first by is_rollout, then by attach_date.
77 # Reversing the order so that is_rollout is first.
78 rollout_cmp = cmp(b.is_rollout(), a.is_rollout())
H A Dcommitqueuetask.py247 if not self._patch.is_rollout():
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dattachment.py69 def is_rollout(self): member in class:Attachment
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dqueues_unittest.py286 assert(rollout_patch.is_rollout())
H A Dqueues.py259 patch_text = "rollout patch" if patch.is_rollout() else "patch"

Completed in 135 milliseconds