Lines Matching refs:expiration
196 # Return a datetime.date object with the expiration date for this
197 # test result. Return None, if no expiration has been set.
199 expiration = re.search(r'expire=(\d\d\d\d)(\d\d)(\d\d)', self.attrs)
200 if not expiration:
203 return datetime.date(int(expiration.group(1)),
204 int(expiration.group(2)),
205 int(expiration.group(3)))
209 # Return True if the expiration date of this result has passed.
702 # Set "today" date to compare expiration entries against.
703 # Setting expiration date into the future allows re-detection of flaky